Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-build] [eclipse/ice] 4a8c99: Added code back into CSVDataLoader so it can parse...

  Branch: refs/heads/master
  Home:   https://github.com/eclipse/ice
  Commit: 4a8c995868ef8e0a5fed3a129bba7be0c9af3763
      https://github.com/eclipse/ice/commit/4a8c995868ef8e0a5fed3a129bba7be0c9af3763
  Author: Anna Wojtowicz <wojtowicza@xxxxxxxx>
  Date:   2015-01-16 (Fri, 16 Jan 2015)

  Changed paths:
    M src/org.eclipse.ice.viz/src/org/eclipse/ice/viz/plotviewer/CSVDataLoader.java
    M tests/org.eclipse.ice.viz.test/src/org/eclipse/ice/viz/plotviewer/test/CSVDataLoaderTester.java

  Log Message:
  -----------
  Added code back into CSVDataLoader so it can parse plain ol' CSV files
without any special delimiters or "#labels" (i.e. the way MOOSE
postprocessing files come). Tried to clean up a little documentation in
the load(...) method so it's clearer what's going on. Fixes ticket
#457633.

Also added to the tester class so it can test for this kind of file as
well.

Signed-off-by: Anna Wojtowicz <wojtowicza@xxxxxxxx>



Back to the top