mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-26 09:20:34 +05:00
Fix warning
no return statement in function returning non-void
This commit is contained in:
parent
db4fd22d08
commit
95ac4b3747
@ -394,6 +394,8 @@ Driver_Mesh::Status DriverGMF_Write::PerformSizeMap( const std::vector<Control_P
|
|||||||
// Close Files
|
// Close Files
|
||||||
GmfCloseMesh( verticesFileID );
|
GmfCloseMesh( verticesFileID );
|
||||||
GmfCloseMesh( solFileID );
|
GmfCloseMesh( solFileID );
|
||||||
|
|
||||||
|
return DRS_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
std::vector<std::string> DriverGMF_Write::GetSizeMapFiles()
|
std::vector<std::string> DriverGMF_Write::GetSizeMapFiles()
|
||||||
|
Loading…
Reference in New Issue
Block a user