I had to move eoRealBounds to utils dir because of global objects Some domino consequences here and there ...
7 lines
211 B
C++
7 lines
211 B
C++
#include <ctime>
|
|
#include "eoRealBounds.h"
|
|
|
|
// the global dummy bounds
|
|
// (used for unbounded variables when bounds are required)
|
|
eoRealNoBounds eoDummyRealNoBounds;
|
|
eoRealVectorNoBounds eoDummyVectorNoBounds;
|