* indentations + whitespace cleanup
This commit is contained in:
parent
8457e39efe
commit
56c6edab04
285 changed files with 6068 additions and 6223 deletions
|
|
@ -82,9 +82,9 @@ public:
|
|||
// with the copy Ctor
|
||||
void value(const std::vector<GeneType>& _v)
|
||||
{
|
||||
if (_v.size() != size()) // safety check
|
||||
if (_v.size() != size()) // safety check
|
||||
{
|
||||
if (size()) // NOT an initial empty std::vector
|
||||
if (size()) // NOT an initial empty std::vector
|
||||
eo::log << eo::warnings << "Warning: Changing size in eoVector assignation" << std::endl;
|
||||
resize(_v.size());
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue