void RegistryStorable() {
Storable::Registry(Result_i::myComment.c_str(),&(Result_i::Restore));
Storable::Registry(Mesh_i::myComment.c_str(),&(Restore<Mesh_i>));
- // Storable::Registry(ScalarMap_i::myComment.c_str(),&(Restore<ScalarMap_i>));
+ Storable::Registry(ScalarMap_i::myComment.c_str(),&(Restore<PrsMerger_i>));
Storable::Registry(GaussPoints_i::myComment.c_str(),&(Restore<GaussPoints_i>));
Storable::Registry(DeformedShape_i::myComment.c_str(),&(Restore<DeformedShape_i>));
Storable::Registry(CutPlanes_i::myComment.c_str(),&(Restore<CutPlanes_i>));
// warning situation
return this;
}
+ if(aC1 == 1)
+ if(aStrSubMeshName[0] == QString("NULL"))
+ return this;
+
for(int i=0;i < aC2;i++){
std::string aSubMeshName = aStrSubMeshName[i];
int aEntity = aStrEntity[i].toInt();