mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-26 22:00:33 +05:00
Fixed indentions, etc.
This commit is contained in:
parent
f08cf0faad
commit
68a552c7d6
@ -71,7 +71,6 @@ using namespace netgen;
|
|||||||
|
|
||||||
void Ng_LoadGeometry (const char * filename)
|
void Ng_LoadGeometry (const char * filename)
|
||||||
{
|
{
|
||||||
|
|
||||||
// he: if filename is empty, return
|
// he: if filename is empty, return
|
||||||
// can be used to reset geometry
|
// can be used to reset geometry
|
||||||
if (!filename || strcmp(filename,"")==0)
|
if (!filename || strcmp(filename,"")==0)
|
||||||
@ -91,6 +90,7 @@ void Ng_LoadGeometry (const char * filename)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// if (id == 0)
|
// if (id == 0)
|
||||||
cerr << "cannot load geometry '" << filename << "'" << ", id = " << id << endl;
|
cerr << "cannot load geometry '" << filename << "'" << ", id = " << id << endl;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user