[root]/Packages/Uintah/StandAlone/tools/dumpfields
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 14 (100.0%) | 24 (100.0%) | 1.7 |
jas | 7 (50.0%) | 14 (58.3%) | 2.0 |
luitjens | 7 (50.0%) | 10 (41.7%) | 1.4 |
Fixed a bug that was revealed via a compiler warning
0 lines of code changed in 2 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.
10 lines of code changed in 5 files:
Fix compiler build problems with gcc-4.3
3 lines of code changed in 1 file:
updated compare_uda, puda, and dumpfields to the new interface.
10 lines of code changed in 5 files:
Fix compiler warnings.
1 lines of code changed in 1 file: