Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-build] [eclipse/ice] 5a92db: Added some logic to the MOOSE Model's private meth...

  Branch: refs/heads/jordan/VisItVisService
  Home:   https://github.com/eclipse/ice
  Commit: 5a92dbd0d864789a030a1316e149c43854fb372a
      https://github.com/eclipse/ice/commit/5a92dbd0d864789a030a1316e149c43854fb372a
  Author: jdeyton <jordan.deyton@xxxxxxxxx>
  Date:   2015-02-17 (Tue, 17 Feb 2015)

  Changed paths:
    M src/org.eclipse.ice.item/src/org/eclipse/ice/item/nuclear/MOOSEModel.java

  Log Message:
  -----------
  Added some logic to the MOOSE Model's private method
updateMeshResource() to remove the mesh file resource when the mesh file
Entry is updated to an invalid value.

Moved the code that finds the Mesh block in createMeshResource() to a
new method, since we might need to re-use it later.

Auto-formatted the code, hence the various other changes on lines
scattered throughout the file.

Signed-off-by: jdeyton <jordan.deyton@xxxxxxxxx>



Back to the top