Added define NO_GNUPLOT to disable gnuplot extensions
Needed for win32 (well, at least for me)
This commit is contained in:
parent
0a9f57e652
commit
b2de3403a6
7 changed files with 71 additions and 23 deletions
|
|
@ -178,6 +178,7 @@ void valueParam()
|
|||
define_valueParam<double, double>("Float");
|
||||
define_valueParam<std::vector<double>, numeric::array >("Vec");
|
||||
define_valueParam< std::pair<double, double>, tuple >("Pair");
|
||||
//define_valueParam< object, object >("Py");
|
||||
|
||||
class_<ValueParam, bases<eoParam> >("eoValueParam", init<>())
|
||||
//.def(init<object, std::string, std::string, char, bool>())
|
||||
|
|
|
|||
Reference in a new issue