static int MYVALUEDEBUG = 0;
static int MY_FAMILY_DEBUG = 0;
static int MY_GROUP_DEBUG = 0;
-#define _DEXCEPT_
+//#define _DEXCEPT_
#else
static int MYDEBUG = 0;
static int MYVALUEDEBUG = 0;
"; aStatus = "<<aGaussSubMesh->myStatus<<
"; aNbCells = "<<aNbCells<<
endl);
- }
+ }else
+ EXCEPTION(runtime_error,"LoadGaussMesh - Gauss Points localization error!!!");
+
}
aGaussMesh->myIsDone = true;
#ifdef _DEBUG_
static int MYDEBUG = 0;
-#define _DEXCEPT_
+//#define _DEXCEPT_
#else
static int MYDEBUG = 0;
#endif
#ifndef _DEXCEPT_
}catch(std::exception& exc){
INFOS("Follow exception was occured :\n"<<exc.what());
- throw;
}catch(...){
INFOS("Unknown exception was occured!");
- throw;
}
#endif
return false;