Loading src/TNL/Containers/Array_impl.h +2 −2 Original line number Diff line number Diff line Loading @@ -549,7 +549,7 @@ boundLoad( File& file ) { if( this->getSize() != _size ) { std::cerr << "Error: The current array size is not zero ( " << this->getSize() << ") and it is different from the size of" << std::endl std::cerr << "Error: The current array size is not zero (" << this->getSize() << ") and it is different from the size of " << "the array being loaded (" << _size << "). This is not possible. Call method reset() before." << std::endl; return false; } Loading Loading
src/TNL/Containers/Array_impl.h +2 −2 Original line number Diff line number Diff line Loading @@ -549,7 +549,7 @@ boundLoad( File& file ) { if( this->getSize() != _size ) { std::cerr << "Error: The current array size is not zero ( " << this->getSize() << ") and it is different from the size of" << std::endl std::cerr << "Error: The current array size is not zero (" << this->getSize() << ") and it is different from the size of " << "the array being loaded (" << _size << "). This is not possible. Call method reset() before." << std::endl; return false; } Loading