[root]/Packages/Uintah/Core/Disclosure
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 9 (100.0%) | 131 (100.0%) | 14.5 |
dav | 2 (22.2%) | 74 (56.5%) | 37.0 |
worthen | 6 (66.7%) | 56 (42.7%) | 9.3 |
dgroulx | 1 (11.1%) | 1 (0.8%) | 1.0 |
M Core/Grid/Patch.h
Cleaned up... Untabified.
M Core/Grid/share.h
Indented.
M Core/Disclosure/TypeDescription.h
Indented. Added some whitespace to make it easier to follow. Untabified.
M StandAlone/compare_mms/sub.mk
There is no MMS.cc... removed it from the build list.
M StandAlone/compare_mms/MMS.h
class MMS is abstract... doesn't need constructor/destructor.
M StandAlone/compare_mms/ExpMMS.h
M StandAlone/compare_mms/SineMMS.h
M StandAlone/compare_mms/LinearMMS.h
Don't use "CLASS::" inside of the class itself.
Added white space.
M Dataflow/Modules/Operators/CompareMMS.h
Indented. Untabified.
Removed the use of "using namespace SCIRun", as there apparently is
now a NodeIterator in SCIRun and this caused confusion between which
NodeIterator to use. It is very important, when possible, not to use
"using namespace SCIRun" in a .h file. It is possible that this
conflict is limited to the Dataflow (ie: SCIRun PSE) side of the code,
so the Uintah sus code may not be effected.
74 lines of code changed in 2 files:
Prep configure to run under cygwin. Not quite ready yet.
Windows port of Uintah. Currently does not support Arches or Radiation (due to lack of fortran).
56 lines of code changed in 6 files:
The libxml2 branch merge
1 lines of code changed in 1 file: