fix warning: no newline at end of file
This commit is contained in:
parent
5af354e455
commit
a1cd1fd3bf
10 changed files with 10 additions and 11 deletions
|
|
@ -216,4 +216,4 @@ eoBinaryFunctorCounter<BinaryFunctor>& make_counter(eoFunctorBase::binary_functi
|
|||
return *result;
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -57,4 +57,4 @@ class eoFunctorStore
|
|||
std::vector<eoFunctorBase*> vec;
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -131,4 +131,4 @@ private :
|
|||
eoEsObjectiveBounds& bounds;
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -82,4 +82,4 @@ class eoEsFull : public eoFixedLength<Fit, double>
|
|||
|
||||
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -102,4 +102,4 @@ class eoEsMutationInit
|
|||
eoValueParam<double>* TauBetaParam;
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -78,4 +78,4 @@ class eoEsObjectiveBounds
|
|||
std::vector<double> repMaximum;
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -71,4 +71,4 @@ class eoEsStdev : public eoFixedLength<Fit, double>
|
|||
vector<double> stdevs;
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
#include <utils/eoParser.h>
|
||||
#include <utils/eoState.h>
|
||||
#include <utils/eoUpdater.h>
|
||||
|
|
@ -6,4 +5,4 @@
|
|||
#include <utils/eoFileMonitor.h>
|
||||
#include <utils/eoStdoutMonitor.h>
|
||||
#include <utils/eoCheckPoint.h>
|
||||
#include <utils/eoStat.h>
|
||||
#include <utils/eoStat.h>
|
||||
|
|
|
|||
|
|
@ -53,4 +53,4 @@ protected :
|
|||
std::vector<const eoParam*> vec;
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -206,4 +206,4 @@ int main()
|
|||
}
|
||||
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue