v2 format fix

This commit is contained in:
Joachim Schoeberl 2013-02-03 14:42:19 +00:00
parent 4ea8277920
commit be7274b29e

View File

@ -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 == '-')