[root]/CCA/Components/Models/FluidsBased
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 60 (100.0%) | 31 (100.0%) | 0.5 |
jas | 58 (96.7%) | 29 (93.5%) | 0.5 |
jsutherland | 2 (3.3%) | 2 (6.5%) | 1.0 |
Update copyright year.
29 lines of code changed in 58 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.
2 lines of code changed in 2 files: