diff liboctave/NPSOL.h @ 238:780cbbc57b7c

[project @ 1993-11-30 20:23:04 by jwe]
author jwe
date Tue, 30 Nov 1993 20:23:04 +0000
parents 9a4c07481e61
children 98246fedc941
line wrap: on
line diff
--- a/liboctave/NPSOL.h
+++ b/liboctave/NPSOL.h
@@ -21,15 +21,12 @@
 
 */
 
-#ifndef NPSOL_MISSING
-
 #if !defined (_NPSOL_h)
 #define _NPSOL_h 1
 
-#ifdef __GNUG__
-#pragma interface
-#endif
+#ifndef NPSOL_MISSING
 
+#include "Matrix.h"
 #include "NLP.h"
 
 #ifndef Vector
@@ -114,9 +111,9 @@
   return *this;
 }
 
-#endif
+#endif /* NPSOL_MISSING */
 
-#endif /* NPSOL_MISSING */
+#endif
 
 /*
 ;;; Local Variables: ***