mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
loadmeshfromstring
This commit is contained in:
parent
e8db971e4d
commit
432ef92344
@ -333,7 +333,7 @@ void Ng_LoadMesh (const char * filename)
|
|||||||
Ng_LoadMeshFromStream(infile);
|
Ng_LoadMeshFromStream(infile);
|
||||||
}
|
}
|
||||||
|
|
||||||
void Ng_LoadMeshFromString (char * mesh_as_string)
|
void Ng_LoadMeshFromString (const char * mesh_as_string)
|
||||||
{
|
{
|
||||||
istringstream instream(mesh_as_string);
|
istringstream instream(mesh_as_string);
|
||||||
Ng_LoadMeshFromStream(instream);
|
Ng_LoadMeshFromStream(instream);
|
||||||
|
Loading…
Reference in New Issue
Block a user