Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-build] [eclipse/ice] a1aca1: Fixed HDF reading of LWRComponent's IDataProvider ...

  Branch: refs/heads/jordan/hdf-refactor
  Home:   https://github.com/eclipse/ice
  Commit: a1aca1f488edc2301556720464ffda9a7ad264eb
      https://github.com/eclipse/ice/commit/a1aca1f488edc2301556720464ffda9a7ad264eb
  Author: Jordan <jordan.deyton@xxxxxxxxx>
  Date:   2015-08-25 (Tue, 25 Aug 2015)

  Changed paths:
    M src/org.eclipse.ice.reactor/src/org/eclipse/ice/reactor/hdf/LWRComponentReader.java
    M src/org.eclipse.ice.reactor/src/org/eclipse/ice/reactor/hdf/LWRComponentWriter.java
    M tests/org.eclipse.ice.reactor.test/src/org/eclipse/ice/reactor/test/LWRIOHandlerTester.java

  Log Message:
  -----------
  Fixed HDF reading of LWRComponent's IDataProvider implementation.

Reading did not previously support multiple IData for the same feature
at the same timestep (if more than one is added, they are maintained by
their add order). This has been addressed.

Minor rearrangements in LWRComponentWriter.

Added test code to LWRIOHandlerTester to ensure LWRComponents below the
LWRRod, including their LWRData, can be written and read.



Back to the top