comparison liboctave/NPSOL.cc @ 288:f8ae4f4dc9fd

[project @ 1994-01-13 03:29:16 by jwe]
author jwe
date Thu, 13 Jan 1994 03:29:16 +0000
parents 6027a905fc06
children 3c23b8ea9099
comparison
equal deleted inserted replaced
287:6027a905fc06 288:f8ae4f4dc9fd
24 #ifdef HAVE_CONFIG_H 24 #ifdef HAVE_CONFIG_H
25 #include "config.h" 25 #include "config.h"
26 #endif 26 #endif
27 27
28 #include <math.h> 28 #include <math.h>
29 #include <float.h>
29 #include <string.h> 30 #include <string.h>
30 #include <strstream.h> 31 #include <strstream.h>
31 32
32 #ifndef NPSOL_MISSING 33 #ifndef NPSOL_MISSING
33 34