[root]/CCA/Components/ICE/Advection
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 18 (100.0%) | 118 (100.0%) | 6.5 |
harman | 6 (33.3%) | 105 (89.0%) | 17.5 |
jsutherland | 12 (66.7%) | 13 (11.0%) | 1.0 |
This one has been a long time coming.
Rip out the standard namespace opening that has been polluting header files throughout the framework. This crept into all sorts of places.
DO NOT open namespaces in header files. Ever.
13 lines of code changed in 12 files:
Fixed a threadsafety issue.
Moved a globally defined advection operator variable d_OFS to a locally defined struct
that it passed around.
105 lines of code changed in 6 files: