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
|
|
@ -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
|
||||
|
|
|
|||
Reference in a new issue