[root]/Dataflow/Modules/Fields
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 66 (100.0%) | 43 (100.0%) | 0.6 |
jas | 63 (95.5%) | 42 (97.7%) | 0.6 |
dav | 3 (4.5%) | 1 (2.3%) | 0.3 |
Don't support Insight anymore in Uintah tree.
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.
34 lines of code changed in 52 files:
Fix compiler build problems with gcc-4.3
6 lines of code changed in 5 files:
Move #include so that ICC can include things in an order that allows it to find all the information it needs to instantiate templates.
1 lines of code changed in 1 file:
Fix compiler warnings having to do with const char declarations.
2 lines of code changed in 6 files: