mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-24 16:30:34 +05:00
IPAL BugID9380, modified method Save
This commit is contained in:
parent
22fbc3c655
commit
49ff94d8fe
@ -1547,7 +1547,7 @@ SALOMEDS::TMPFile* SMESH_Gen_i::Save( SALOMEDS::SComponent_ptr theComponent,
|
||||
aSize[ 0 ] = nbNodes;
|
||||
// IDS
|
||||
string aDSName( onFace ? "Nodes on Faces" : "Nodes on Edges");
|
||||
aDataset = new HDFdataset( (char*)aDSName.c_str(), aGroup, HDF_INT32, aSize, 1 );
|
||||
aDataset = new HDFdataset( (char*)aDSName.c_str(), aGroup, HDF_STRING, aSize, 1 );
|
||||
aDataset->CreateOnDisk();
|
||||
aDataset->WriteOnDisk( aNodeIDs );
|
||||
aDataset->CloseOnDisk();
|
||||
|
Loading…
Reference in New Issue
Block a user