mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-24 04:50:34 +05:00
v2 format fix
This commit is contained in:
parent
4ea8277920
commit
be7274b29e
@ -694,20 +694,21 @@ namespace netgen
|
||||
// hd is now optional, default 1
|
||||
// infile >> hd;
|
||||
hd = 1;
|
||||
|
||||
infile >> ch;
|
||||
|
||||
// get refinement parameter, if it is there
|
||||
//infile.get (ch);
|
||||
// if another int-value, set refinement flag to this value
|
||||
// (corresponding to old files)
|
||||
|
||||
/*
|
||||
if ( int (ch) >= 48 && int(ch) <= 57 )
|
||||
{
|
||||
infile.putback(ch);
|
||||
infile >> hd;
|
||||
infile >> ch ;
|
||||
}
|
||||
|
||||
*/
|
||||
// get flags,
|
||||
Flags flags;
|
||||
while (ch == '-')
|
||||
|
Loading…
Reference in New Issue
Block a user