comparison src/npsol.cc @ 1352:19c10b8657d5

[project @ 1995-09-05 08:11:57 by jwe]
author jwe
date Tue, 05 Sep 1995 08:33:58 +0000
parents 13b630c0aad3
children 749071f48336
comparison
equal deleted inserted replaced
1351:8256c4c57419 1352:19c10b8657d5
27 27
28 #include <strstream.h> 28 #include <strstream.h>
29 29
30 #include "NPSOL.h" 30 #include "NPSOL.h"
31 31
32 #include "defun-dld.h"
33 #include "error.h"
34 #include "gripes.h"
35 #include "help.h"
36 #include "pager.h"
32 #include "tree-const.h" 37 #include "tree-const.h"
38 #include "utils.h"
33 #include "variables.h" 39 #include "variables.h"
34 #include "gripes.h"
35 #include "error.h"
36 #include "pager.h"
37 #include "utils.h"
38 #include "help.h"
39 #include "defun-dld.h"
40 40
41 #ifndef NPSOL_MISSING 41 #ifndef NPSOL_MISSING
42 42
43 // Global pointers for user defined functions required by npsol. 43 // Global pointers for user defined functions required by npsol.
44 static tree_fvc *npsol_objective; 44 static tree_fvc *npsol_objective;