mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-02-04 20:14:16 +05:00
parent
4b5a9b85ae
commit
7f8c5c9aa7
@ -126,7 +126,7 @@ namespace MED
|
|||||||
if (theErr)
|
if (theErr)
|
||||||
*theErr = TErr(myFid);
|
*theErr = TErr(myFid);
|
||||||
else if (myFid < 0)
|
else if (myFid < 0)
|
||||||
EXCEPTION(std::runtime_error,"TFile - MEDfileVersionOpen('"<<myFileName<<"',"<<theMode<<"',"<< MED_MAJOR_NUM<<"',"<< myMinor<<"',"<< MED_RELEASE_NUM<<")");
|
EXCEPTION(std::runtime_error,"TFile - MEDfileVersionOpen('"<<myFileName<<"',"<<theMode<<"',"<< myMajor <<"',"<< myMinor<<"',"<< MED_RELEASE_NUM<<")");
|
||||||
}
|
}
|
||||||
|
|
||||||
const TIdt&
|
const TIdt&
|
||||||
|
Loading…
Reference in New Issue
Block a user