Mercurial > hg > octave-jordi
diff src/npsol.cc @ 7:d68036bcad4c
[project @ 1993-08-08 03:53:43 by jwe]
author | jwe |
---|---|
date | Sun, 08 Aug 1993 03:53:43 +0000 |
parents | 78fd87e624cb |
children | 0869dc33276c |
line wrap: on
line diff
--- a/src/npsol.cc +++ b/src/npsol.cc @@ -1,4 +1,4 @@ -// tc-npsol.cc -*- C++ -*- +// f-npsol.cc -*- C++ -*- /* Copyright (C) 1993 John W. Eaton @@ -34,6 +34,7 @@ #include "gripes.h" #include "error.h" #include "utils.h" +#include "f-npsol.h" // Global pointers for user defined functions required by npsol. static tree *npsol_objective;