[root]/Packages/Uintah/Core/Math
TntJama
(9 files, 2945 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 21 (100.0%) | 19 (100.0%) | 0.9 |
jas | 20 (95.2%) | 13 (68.4%) | 0.6 |
dav | 1 (4.8%) | 6 (31.6%) | 6.0 |
Remove using namespace std; and replace with only what is needed.
2 lines of code changed in 4 files:
Use the proper c++ standard for include files for the C inlude files, i.e.
<stdio.h> --> <cstdio>
<math.h> --> <cmath>
Tested on g++ 4.2 and 4.3 compilers.
11 lines of code changed in 16 files:
M doc/MPM/MPMMaterialModels.tex
M CCA/Components/SimulationController/AMRSimulationController.cc
M Core/Grid/SimulationTime.cc
M Core/Grid/SimulationTime.h
M StandAlone/UintahUI/TimeInputPanel.java
Updates to deprecate "max_iterations" in favor of "max_Timesteps".
M CCA/Components/ICE/ICEDebug.cc
Remove compiler warnings by initializing variable.
M Core/Math/Sparse.cc
Fix indentation. Remove tabs.
6 lines of code changed in 1 file: