[root]/CCA/Components/Models/HEChem
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 52 (100.0%) | 51 (100.0%) | 0.9 |
allen | 7 (13.5%) | 26 (51.0%) | 3.7 |
jas | 43 (82.7%) | 23 (45.1%) | 0.5 |
ahumphrey | 2 (3.8%) | 2 (3.9%) | 1.0 |
Second try to clean up the SimState
2 lines of code changed in 2 files:
backed out sim state changes
12 lines of code changed in 3 files:
cleanup of the simulation state - most everything is now private
12 lines of code changed in 2 files:
Replace usage of NULL macro (type int) with nullptr (pointer literal of type: nullptr_t).
nullptr is implicitly convertible and comparable to any pointer type or pointer-to-member type, but is not implicitly comparable to integral types, except that it is convertible to bool (explicitly).
2 lines of code changed in 2 files:
Update copyright date to 2016.
23 lines of code changed in 43 files: