mirror of
https://github.com/NGSolve/netgen.git
synced 2025-04-10 07:17:27 +05:00
weightsfile
This commit is contained in:
parent
a8dd47ac18
commit
b72d5caf1b
@ -269,7 +269,10 @@ void Ng_LoadMesh (const char * filename)
|
|||||||
delete [] weightsfilename;
|
delete [] weightsfilename;
|
||||||
|
|
||||||
if (!(weightsfile.good()))
|
if (!(weightsfile.good()))
|
||||||
|
{
|
||||||
|
// cout << "regular distribute" << endl;
|
||||||
mesh -> Distribute();
|
mesh -> Distribute();
|
||||||
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
char str[20];
|
char str[20];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user