[root]/Packages/Teem/Dataflow/Modules/Gage
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 9 (100.0%) | 42 (100.0%) | 4.6 |
mjc | 1 (11.1%) | 16 (38.1%) | 16.0 |
dav | 3 (33.3%) | 13 (31.0%) | 4.3 |
darbyb | 1 (11.1%) | 11 (26.2%) | 11.0 |
allen | 2 (22.2%) | 2 (4.8%) | 1.0 |
kuzimmer | 2 (22.2%) | 0 (0.0%) | 0.0 |
changed NrrdData-> to NrrdData->nrrd_ and cleaned up everything associated with it
2 lines of code changed in 2 files:
Upgrading to Teem 1.9. Main changes include API changes for var-arg functions and more careful use of unsigned types. See http://sourceforge.net/project/shownotes.php?release_id=380683&group_id=85445 for more information.
11 lines of code changed in 1 file:
M Core/Persistent/Persistent.h
Put default parameter values in the 'definition', not in the friend
statement. This makes xlC (AIX) happy.
M Core/Datatypes/SparseRowMatrix.cc
Cleaned up compiler warnings and formatting.
M Core/Datatypes/SearchGrid.cc
Use SCI's 'Round' instead of round... fixes compilation problem on SGI (I think it is SGI).
M Packages/BioPSE/Core/Datatypes/SegLatVolField.cc
M Packages/Teem/Dataflow/Modules/DataIO/ImageImporter.cc
M Packages/Teem/Dataflow/Modules/Gage/GageProbe.cc
M Packages/Teem/Dataflow/Modules/Segmentation/MRITissueClassifier.cc
- Initialized variables that may be used without being set... not sure if
my initialization value is right, but it better than randomness...
- PLEASE, Please, please... don't use one character variable
names... (and if you must, please declare them right where they are
used and only use them in a small '{}' section.
M Packages/Uintah/Dataflow/Modules/Visualization/sub.mk
Requires the Core/Basis lib. (The Mac is picky)
3 lines of code changed in 1 file:
allow the Gage library to be included when compiling with 'make teemmodules'
0 lines of code changed in 2 files:
Two things coming on it commit:
1) Dataflow/Ports was moved into Dataflow/Network/Ports
- Fixed the sub.mk files to not use libDataflow_Ports as it is now part of
libDataflow_Network. Cleaned many of the sub.mk files up so that
libraries were only listed once.
- I've only tested these changes on the main Packages... I visually
inspected the others, don't know for sure if I got everything.
2) Clean up of Uintah problems from the large commit Marty made earlier
- continue to use getID() for patches.
- another commit is coming shortly to continue the fixes for Uintah
10 lines of code changed in 2 files:
add with-tetgen option to configure, Make Module.h conform to the coding standard, and all the massive fallout from renaming variables and slots in that class
16 lines of code changed in 1 file: