Skip to content
Snippets Groups Projects
Commit fd54070c authored by Mark OLESEN's avatar Mark OLESEN
Browse files

BUG: eof errors in the STARCD, VTK file reader (#1059)

- previously simply read files until the input stream went bad and no
  more lines could be read.  With the more stringent checking of
  values read (commit 0ce7e364) this approach causes problems.

  Use the underlying tokenizer instead to decide about termination.
parent 1f9533ed
Branches
Tags
No related merge requests found
Showing
with 402 additions and 457 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment