[root]/Packages/Uintah/StandAlone/tools/pfs
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 7 (100.0%) | 7 (100.0%) | 1.0 |
guilkey | 5 (71.4%) | 4 (57.1%) | 0.8 |
jas | 2 (28.6%) | 3 (42.9%) | 1.5 |
Added, with Comer doing most of it, the ability to also read
in velocity from .pts files, in addtion to the handful of variables
already available.
1 lines of code changed in 2 files:
Actually exit if the can't open file error is detected.
0 lines of code changed in 2 files:
Added an error message when file fails to open.
3 lines of code changed in 1 file:
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.
3 lines of code changed in 2 files: