Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-build] [eclipse/ice] 6cdaf7: Finished implementation of HDF LWR writing.

  Branch: refs/heads/jordan/hdf-refactor
  Home:   https://github.com/eclipse/ice
  Commit: 6cdaf739010eaa04f5d7918c12cea75556aa1f4d
      https://github.com/eclipse/ice/commit/6cdaf739010eaa04f5d7918c12cea75556aa1f4d
  Author: Jordan Deyton <deytonjh@xxxxxxxx>
  Date:   2015-08-26 (Wed, 26 Aug 2015)

  Changed paths:
    M src/org.eclipse.ice.io/src/org/eclipse/ice/io/hdf/HdfIOFactory.java
    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/.classpath
    M tests/org.eclipse.ice.reactor.test/.settings/org.eclipse.jdt.core.prefs
    A tests/org.eclipse.ice.reactor.test/src/org/eclipse/ice/reactor/hdf/test/LWRComponentFactory.java
    A tests/org.eclipse.ice.reactor.test/src/org/eclipse/ice/reactor/hdf/test/LWRComponentWriterTester.java
    M tests/org.eclipse.ice.reactor.test/src/org/eclipse/ice/reactor/test/LWRIOHandlerTester.java

  Log Message:
  -----------
  Finished implementation of HDF LWR writing.

1 - Added a method to HdfIOFactory to write String arrays to a datasets.
2 - Fixed a bug with reading FuelAssembly grid labels in
LWRComponentReader. Also updated some variable names and streamlined the
FuelAssembly reading code.
3 - Finished implementing the actual writing operations in
LWRComponentWriter.
4 - Added LWRComponentFactory for creating components in the tests.
5 - Added LWRComponentWriterTester for testing the HDF writing in the
new LWRComponentWriter.
6 - Removed now redundant test code in LWRIOHandlerTester.
7 - Fixed Java 1.6 project preferences in reactor.test to use 1.7.

Signed-off-by: Jordan Deyton <deytonjh@xxxxxxxx>



Back to the top