[root]/Packages/Uintah/Dataflow/Modules/Operators
MMS
(1 files, 36 lines)

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 30 (100.0%) | 28 (100.0%) | 0.9 |
| jas | 27 (90.0%) | 14 (50.0%) | 0.5 |
| dav | 1 (3.3%) | 14 (50.0%) | 14.0 |
| harman | 2 (6.7%) | 0 (0.0%) | 0.0 |
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.
13 lines of code changed in 26 files:
Fix compiler build problems with gcc-4.3
1 lines of code changed in 1 file:
Rearrange #includes in order for ICC template instantiation to take place...sigh.
14 lines of code changed in 1 file:
allow press_equil_CC to be passed into the pressure comparison.
0 lines of code changed in 2 files: