mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-04-12 11:57:27 +05:00
bos #19060 [CEA] Fatal error no persistant file when loading SMESH (attempt 2)
This commit is contained in:
parent
49fd9a6330
commit
436cccec5f
@ -519,9 +519,7 @@ bool GEOM_Engine::Save(const char* theFileName)
|
|||||||
std::string aFileName = theFileName;
|
std::string aFileName = theFileName;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
_OCAFApp->SaveAs( _document, aFileName.c_str() );
|
return _OCAFApp->SaveAs( _document, aFileName.c_str() ) == PCDM_SS_OK;
|
||||||
|
|
||||||
return true;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
Loading…
x
Reference in New Issue
Block a user