mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-25 05:20: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
|
// hd is now optional, default 1
|
||||||
// infile >> hd;
|
// infile >> hd;
|
||||||
hd = 1;
|
hd = 1;
|
||||||
|
|
||||||
infile >> ch;
|
infile >> ch;
|
||||||
|
|
||||||
// get refinement parameter, if it is there
|
// get refinement parameter, if it is there
|
||||||
//infile.get (ch);
|
//infile.get (ch);
|
||||||
// if another int-value, set refinement flag to this value
|
// if another int-value, set refinement flag to this value
|
||||||
// (corresponding to old files)
|
// (corresponding to old files)
|
||||||
|
/*
|
||||||
if ( int (ch) >= 48 && int(ch) <= 57 )
|
if ( int (ch) >= 48 && int(ch) <= 57 )
|
||||||
{
|
{
|
||||||
infile.putback(ch);
|
infile.putback(ch);
|
||||||
infile >> hd;
|
infile >> hd;
|
||||||
infile >> ch ;
|
infile >> ch ;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
// get flags,
|
// get flags,
|
||||||
Flags flags;
|
Flags flags;
|
||||||
while (ch == '-')
|
while (ch == '-')
|
||||||
|
Loading…
Reference in New Issue
Block a user