[root]/Packages/Uintah/Dataflow/Modules/DataIO
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 8 (100.0%) | 9 (100.0%) | 1.1 |
jas | 3 (37.5%) | 6 (66.7%) | 2.0 |
dav | 3 (37.5%) | 2 (22.2%) | 0.6 |
bigler | 2 (25.0%) | 1 (11.1%) | 0.5 |
Actually check return result of the stat command, and if the file does not exist, show an error msg and return instead ofletting Xerces through a non-intuitive exception. Turned off verbosity on DataArchive constructor.
0 lines of code changed in 2 files:
Accesses to the DataArchive in SCIRun is now done with a
DataArchiveHandle instead of a DataArchive*. Other changes specific
to each file are noted below.
Packages/Uintah/Core/DataArchive/DataArchive.cc
Packages/Uintah/Core/DataArchive/DataArchive.h
Added ref_cnt and lock for the interface to LockingHandle.
Packages/Uintah/Core/Datatypes/Archive.h
Added getDataArchive function. This is the preferred method
to get access to the DataArchive contained in an Archive
object.
Packages/Uintah/Dataflow/Modules/Visualization/VariablePlotter.cc
Packages/Uintah/Dataflow/Modules/Visualization/PatchDataVisualizer.cc
Packages/Uintah/Dataflow/Modules/Visualization/PatchVisualizer.cc
Remove ugly use of (*(handle.get_rep())). with handle->. I
have no idea why this code was ever written this way, but the
code is now much clearer.
Packages/Uintah/Dataflow/Modules/Visualization/GridVisualizer.cc
Try to be a bit more smart about when to update the gui if the
grid doesn't change.
Packages/Uintah/Dataflow/Modules/Selectors/TimestepSelector.cc
Don't use get_rep for ArchiveHandle if you don't need to.
1 lines of code changed in 2 files:
Revert single large Uintah_Core.so to smaller Uintah_Core_*.so.
5 lines of code changed in 2 files:
Convert all libraries under the Uintah_Core_ to a single Uintah_Core.so.
1 lines of code changed in 1 file:
Minor coding standard update.
2 lines of code changed in 1 file: