[root]/Packages/Uintah/StandAlone/tools/dumpfields
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 56 (100.0%) | 7667 (100.0%) | 136.9 |
bard | 32 (57.1%) | 7461 (97.3%) | 233.1 |
dav | 22 (39.3%) | 206 (2.7%) | 9.3 |
jas | 2 (3.6%) | 0 (0.0%) | 0.0 |
Add #include <numeric>
0 lines of code changed in 2 files:
Removed #include<fstream> from DebugStream.h as it is not used in this file (and was causing compilation errors (I don't know why) in another location. Had to add include fstream to the rest of these files and apparently they were getting it through some strange path from DebugStream.h
31 lines of code changed in 10 files:
Removed compiler warning.
0 lines of code changed in 2 files:
Made dumpfields compile. Executable is now in StandAlone/tools/dumpfields.
We can try to fix that later.
- Dav
M sub.mk
Build dumpfields in tools/dumpfields for now.
M tools/dumpfields/FieldDiags.cc
Fixed up namespace stuff. Added default to switch case.
M tools/dumpfields/Args.cc
Use full path for #include. Fixed namespace stuff.
Fixed throw statements to include __FILE__,__LINE__
M tools/dumpfields/sub.mk
Indented and fixed some lib locations.
M tools/dumpfields/FieldSelection.cc
Fixed throw statement.
M tools/dumpfields/Args.h
minnumber is now an unsigned int.
M tools/dumpfields/HistogramDumper.cc
Fixed throw statement.
175 lines of code changed in 10 files:
whoops, this is the right dumpfields
159 lines of code changed in 1 file:
Here is a complete revision of the standalone utility dumpfields. It does a variety of things (run dumpfields -help), probably best to contact Andrew or myself here at LANL.
7302 lines of code changed in 31 files: