comparison liboctave/FSQP.h @ 1840:cf5b42781ecc

[project @ 1996-02-03 09:48:15 by jwe]
author jwe
date Sat, 03 Feb 1996 09:49:01 +0000
parents 26411f9c7603
children 52e7bca8ce33
comparison
equal deleted inserted replaced
1839:5a579fa44924 1840:cf5b42781ecc
32 32
33 #include "NLP.h" 33 #include "NLP.h"
34 34
35 class FSQP : public NLP 35 class FSQP : public NLP
36 { 36 {
37 public:
38 private:
39 }; 37 };
40 38
41 #endif 39 #endif
42 #endif 40 #endif
43 41