Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 9 (100.0%) | 79 (100.0%) | 8.7 |
dav | 2 (22.2%) | 58 (73.4%) | 29.0 |
tsaad | 3 (33.3%) | 20 (25.3%) | 6.6 |
jsutherland | 2 (22.2%) | 1 (1.3%) | 0.5 |
harman | 2 (22.2%) | 0 (0.0%) | 0.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.
1 lines of code changed in 2 files:
Removed debugging output.
0 lines of code changed in 2 files:
Fix VarLabel leak in Restarts for Wasatch and other components that do not save varlabels.
18 lines of code changed in 2 files:
Fix for memory leak (of VarLabels) when restarting a simulation.
M DataArchive/DataArchive.h
- Indent, use white space, line up parameters, general cosmetic cleanups
to make the spec easier to read.
M DataArchive/DataArchive.cc
- In order to restart from a previous UDA, sus (sometimes) must create
new VarLabels for the data in the old UDA. However, these VarLabels
were not being deleted, thus causing a (small) memory leak. This
fixes that problem.
58 lines of code changed in 2 files:
Fix varlabel creation problem on Wasatch restarts. Since Wasatch now adopts extracells exclusively, there's no need for BoundaryLayer cells. This essentially reverts commit r48793.
2 lines of code changed in 1 file: