Browse Source

only a DOS/UNIX file problem

pre-master-46
dwarning 18 years ago
parent
commit
780eab118b
  1. 8
      src/maths/sparse/spsmp.c

8
src/maths/sparse/spsmp.c

@ -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);

Loading…
Cancel
Save