Directory CCA/Components/ICE/Advection/

Total Files:
7
Deleted Files:
0
Lines of Code:
2440

[root]/CCA/Components/ICE/Advection

Lines of Code

CCA/Components/ICE/Advection/ Lines of Code

Developers

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

Most Recent Commits

jsutherland 2013-10-31 19:36 Rev.: 51196

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:

  • CCA/Components/ICE/Advection: Advector.h (new), FirstOrderAdvector.cc (new), FirstOrderAdvector.h (new), SecondOrderAdvector.h (+1 -1), SecondOrderBase.cc (new), SecondOrderBase.h (new)
harman 2013-08-13 07:35 Rev.: 50798

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:

  • CCA/Components/ICE/Advection: Advector.h (+4 -2), FirstOrderAdvector.cc (+43 -49), FirstOrderAdvector.h (+10 -6), SecondOrderAdvector.cc (+40 -36), SecondOrderAdvector.h (+8 -4)
Generated by StatSVN 0.7.0