Commit 18e25fcc authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Cosmetic changes in Array

parent 6b2a055b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;
      }