[root]/StandAlone/tools/uda2nrrd
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 44 (100.0%) | 28 (100.0%) | 0.6 |
jas | 33 (75.0%) | 18 (64.3%) | 0.5 |
dav | 5 (11.4%) | 10 (35.7%) | 2.0 |
cam | 6 (13.6%) | 0 (0.0%) | 0.0 |
o add --overwrite option to uda2nrrd, o change INSTALL_TYPE to VISIT_PLUGIN_INSTALL_TYPE in uda reader makefile, o) add warning when NaN values are read in uda reader.
0 lines of code changed in 6 files:
Update copyright year.
18 lines of code changed in 33 files:
Update to fix issues arising from removing 'using namespace std' from header files.
M StandAlone/tools/uda2nrrd/wrap_nrrd.cc
M StandAlone/tools/uda2nrrd/handleVariable.cc
M StandAlone/tools/uda2nrrd/particles.cc
- namespace std fixes.
M Core/Datatypes/NrrdData.cc
- Removed evil 'endl's and replaced with nicer "\n". :)
M StandAlone/tools/uda2nrrd/sub.mk
- On some systems, uda2nrrd needs to link vs the thread_library...
8 lines of code changed in 4 files:
(Some) MPI lib depends on threads, so need to add THREAD_LIBRARY to link list.
2 lines of code changed in 1 file: