[root]/CCA/Components/DataArchiver
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 10 (100.0%) | 32 (100.0%) | 3.2 |
jsutherland | 1 (10.0%) | 26 (81.3%) | 26.0 |
jas | 7 (70.0%) | 4 (12.5%) | 0.5 |
harman | 2 (20.0%) | 2 (6.3%) | 1.0 |
global:
- removed addToTimestepXML() and readFromTimestepXML() this is just duplication
of outputProblemSpec() and problemSetup()
Switcher (AKA Mexican Jail)
- final cleanup
Added comments
Changed some exception types from problemSetup -> InernalError
more descriptive exception messages
* I'm now playing my get out of jail free card.
2 lines of code changed in 2 files:
Update copyright year.
4 lines of code changed in 7 files:
This checkin may break something if I was not able to build it. I will clean it up if that happens...
- removing "using" standard namespace stuff from headers. This is really bad practice, and anyone doing it should be flogged. Opening up a namespace in a header file defeats the purpose of namespaces because all downstream inclusions of the header file will also result in that namespace opening up. This can lead to inadvertent name clashes, etc. Only open a namespace in an implementation file!
- put the SymmMatrix3 implementation in the Uintah namespace to be consistent with its declaration.
26 lines of code changed in 1 file: