mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-11 16:19:16 +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
|
||||
GmfCloseMesh( verticesFileID );
|
||||
GmfCloseMesh( solFileID );
|
||||
|
||||
return DRS_OK;
|
||||
}
|
||||
|
||||
std::vector<std::string> DriverGMF_Write::GetSizeMapFiles()
|
||||
|
Loading…
Reference in New Issue
Block a user