[root]/CCA/Components/SwitchingCriteria
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 36 (100.0%) | 64 (100.0%) | 1.7 |
harman | 9 (25.0%) | 49 (76.6%) | 5.4 |
jas | 26 (72.2%) | 14 (21.9%) | 0.5 |
jsutherland | 1 (2.8%) | 1 (1.6%) | 1.0 |
more diagnostic output
added simpleBurn to the switch criteria in ups_spec.
8 lines of code changed in 4 files:
Update copyright year.
14 lines of code changed in 26 files:
added debug stream output in scheduling and actual tasks
now using proc0cout instead of conditionals and couts
41 lines of code changed in 5 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.
1 lines of code changed in 1 file: