Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-build] [eclipse/ice] de8d05: MOOSE Model now updates its ResourceComponent when...

  Branch: refs/heads/anna/postprocessing
  Home:   https://github.com/eclipse/ice
  Commit: de8d05c338f4754a2d4d3fea1e8e28b0133200cc
      https://github.com/eclipse/ice/commit/de8d05c338f4754a2d4d3fea1e8e28b0133200cc
  Author: Anna Wojtowicz <wojtowicza@xxxxxxxx>
  Date:   2015-02-06 (Fri, 06 Feb 2015)

  Changed paths:
    M src/org.eclipse.ice.datastructures/src/org/eclipse/ice/datastructures/jaxbclassprovider/ICEJAXBClassProvider.java
    M src/org.eclipse.ice.item/src/org/eclipse/ice/item/nuclear/MOOSEModel.java
    M tests/org.eclipse.ice.datastructures.test/src/org/eclipse/ice/datastructures/test/FormTester.java
    M tests/org.eclipse.ice.datastructures.test/src/org/eclipse/ice/datastructures/test/ICEJAXBClassProviderTester.java
    M tests/org.eclipse.ice.item.test/src/org/eclipse/ice/item/test/JobLauncherTester.java

  Log Message:
  -----------
  MOOSE Model now updates its ResourceComponent whenever the Mesh block's
"file" parameter is changed. If there is no "file" parameter to begin
with (which is the case when starting a MOOSE Model from scratch), it
will update the ResourceComponent following a save, and then
automatically update from that point onwards.

Also added ICEResource to the new JAXBClassProvider class list and
updated tests.

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



Back to the top