cosmetics
4 lines of code changed in 1 file:
need include<time.h> for localtime
3 lines of code changed in 1 file:
Need to link in Core/Util...
0 lines of code changed in 2 files:
If the xml parsing fails, print out info about the file in question... check the filesystem if necessary... hopefully this gives us clues as to why some files parings is failing...
0 lines of code changed in 2 files:
Added a getInfo() function that prints out info about the specified file.
38 lines of code changed in 2 files:
Fix building on LLNL uP (AIX).
3 lines of code changed in 1 file:
output the correct endianess
0 lines of code changed in 2 files:
Clean up use of std::. Use const & strings for params. Alphabatize a little. Coding standards... etc.
72 lines of code changed in 2 files:
Don't be lazy... do it right with FLT_MAX.
8 lines of code changed in 1 file:
Moved uda2nrrd to its own location (tools/uda2nrrd). Split it into a
bunch of sub-files so it wouldn't be 50K of code in one file. Cleaned
up a little. Added particle extraction.
Note, when extracting particles, uda2nrrd (currently) assumes all
particles are on the same level. It also extracts particles for ALL
materials (which is different from when uda2nrrd extracts grid
variables).
Updated the code to append the timestep number to the filename.
Added the 'radiusMaker' utility that will update a nrrd and add a
radius component to it based on one of the other
parameters... however, the radius value calculation right now is hard
coded and needs to be make a little more general. This utility is
based on James Biglers version of the code.
Also included the sphere2nrrd shell script to convert a .raw file
into a nrrd (ie: create the nrrd header).
2805 lines of code changed in 24 files:
Use the SCIRun 1.25 classes, not the 3.1 version... Compiles... haven't tested.
0 lines of code changed in 2 files:
Attemp to fix the bogus rebuilding of non-out-of-date executables
0 lines of code changed in 2 files:
Better, simpler implementation of Edit (Camera) Path. Allows you to see and manipulate the path points.
0 lines of code changed in 6 files:
Trying to clean up this code... I think it has never been completely tested and was left in a debug state... I don't think it is actually used by anyone right now. Needs some work if someone did want to use it.
74 lines of code changed in 3 files:
just a little cleaning
0 lines of code changed in 2 files:
Put private at the bottom of class. Fix indention. Use white space so that it is readable. Simplify by removing vars that are better calculated. Allow for periodicity... Not sure that the periodicity fix is the best, but it seems to work... though it kinda adds a lot of overhead (well, not a lot, unless this code was in some inner loop). I don't think this code is actually used by that many people.
0 lines of code changed in 2 files:
Indention/coding standards clean up... however, I think there are problems with this code and I don't think it actually is used by anyone.
0 lines of code changed in 4 files:
As Bryan so rightly pointed out, these tools don't rely on any of the CCA/Component libraries... It was because of one of them being wrongly specified that they were all needed. I have now removed all of them.
0 lines of code changed in 2 files:
Fix library dependency list for AIX so that timeextract will run on uP
16 lines of code changed in 1 file:
Automatically handle AIX's .u (as opposed to .d) files...
0 lines of code changed in 2 files:
(77 more)