Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 12 (100.0%) | 39 (100.0%) | 3.2 |
jas | 8 (66.7%) | 36 (92.3%) | 4.5 |
dav | 2 (16.7%) | 3 (7.7%) | 1.5 |
sshankar | 2 (16.7%) | 0 (0.0%) | 0.0 |
Fix queryRegion, changing to the extra cell/ node indices.
0 lines of code changed in 2 files:
Fix parameter name typo
0 lines of code changed in 2 files:
Remove sgi woff ifdefs.
1 lines of code changed in 1 file:
Combined Core/Math, Core/Disclosure, and Core/Geometry into one
library (with respect to linking (at least for now)) in order to get
around the circular dependency problem we are having under OSX... (and
on any other machine where we need to build static libraries.) Had to
add Core/Math to the PSELIBS line of a number of sub.mk files.
Currently all the files are compiled into the Core/Math library (but
still exist in their original locations). I created dummy.cc files to
allow me to still create the Core/Disclosure and Core/Geometry
libraries (which are now basically empty) so that I didn't have to
update all the sub.mk files to remove these references. However, at
some point in the near future, this needs to be cleaned up.
M Core/Persistent/Persistent.cc
For some reason Persistent.cc was #including <Endian.cc> which caused
symbols to appear twice. I changed this to #include the .h file.
This shouldn't be an issue... and may have only shown up (now, instead
of years ago) because I don't have TEEM turned on right now (TEEM used
to be on by default). (With TEEM turned on, Persistent.cc uses nrrd.h
for endian stuff.)
M CCA/Components/Arches/MCRT/ArchesRMCRT/RMCRTRRSDStratified.cc
Replaced 100000000000000000 with DBL_MAX, so that compilations on 32
bit machines don't error out.
3 lines of code changed in 2 files:
Delete GUI/. Modify Core libraries to include.
0 lines of code changed in 1 file:
Remove sgi_stl_warnings include line
0 lines of code changed in 1 file:
Remove the Packages/Uintah/
26 lines of code changed in 2 files:
Remove the Packages/Uintah/
9 lines of code changed in 1 file: