Salome HOME
Bug IPAL21435 - TC5.1.3: incorrect mapping of the object from imported UNV file in...
[modules/smesh.git] / src / DriverUNV / DriverUNV_R_SMDS_Mesh.cxx
index c438fa334639dc62cffd0ff3696250611e8b10b5..c3a682e214b029e584dab94c95f914426548bccb 100644 (file)
@@ -49,6 +49,7 @@ DriverUNV_R_SMDS_Mesh::~DriverUNV_R_SMDS_Mesh()
 
 Driver_Mesh::Status DriverUNV_R_SMDS_Mesh::Perform()
 {
+  UNV::Localizer loc;
   Status aResult = DRS_OK;
   std::ifstream in_stream(myFile.c_str());
   try{