//cerr << "Saving of the entity superentities layer with " << DimensionsTag::value << " failed." << std::endl;
std::cerr<<"Saving of the entity superentities layer with "<<DimensionsTag::value<<" dimensions failed."<<std::endl;
returnfalse;
}
returntrue;
@@ -99,9 +82,9 @@ protected:
boolload(File&file)
{
if(!BaseType::load(file)||
!this->superentitiesIndices.load(file))
!this->storageNetwork.load(file))
{
//cerr << "Loading of the entity superentities layer with " << DimensionsTag::value << " failed." << std::endl;
std::cerr<<"Loading of the entity superentities layer with "<<DimensionsTag::value<<" dimensions failed."<<std::endl;
returnfalse;
}
returntrue;
@@ -110,18 +93,17 @@ protected:
voidprint(std::ostream&str)const
{
BaseType::print(str);
str<<"\t Superentities with "<<DimensionsTag::value<<" dimensions are: "<<this->superentitiesIndices<<"."<<std::endl;
str<<"Storage network for superentities with "<<DimensionsTag::value<<" dimensions of entities with "<<EntityTopology::dimensions<<" dimensions is: "<<std::endl;