only a DOS/UNIX file problem

This commit is contained in:
dwarning 2008-12-07 10:08:11 +00:00
parent 75bb93925a
commit 780eab118b
1 changed files with 4 additions and 4 deletions

View File

@ -101,10 +101,10 @@
#include <spmatrix.h>
#include "spdefs.h"
#include <smpdefs.h>
#if defined (_MSC_VER)
extern double scalbn(double, int);
#endif
#if defined (_MSC_VER)
extern double scalbn(double, int);
#endif
static void LoadGmin(SMPmatrix *eMatrix, double Gmin);