Directory Packages/Uintah/CCA/Components/Arches/TabProps/

Total Files:
7
Deleted Files:
1
Lines of Code:
93

[root]/Packages/Uintah/CCA/Components/Arches/TabProps

Lines of Code

Packages/Uintah/CCA/Components/Arches/TabProps/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 32 (100.0%) 3299 (100.0%) 103.0
charlesreid 17 (53.1%) 3075 (93.2%) 180.8
dav 9 (28.1%) 224 (6.8%) 24.8
harman 6 (18.8%) 0 (0.0%) 0.0

Most Recent Commits

dav 2008-11-25 23:26 Rev.: 42595

Fix necessary link library list so make will complete under Mac OSX.

3 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/Arches/TabProps: sub.mk (new)
harman 2008-11-25 10:41 Rev.: 42588

Global:
-2 space indentation
-loops wrapped with {}
-conditional statements wrapped with with {}
-added vertical space to improve readability
-removed comments that point out the obvious
- clean up some of the includes.

0 lines of code changed in 6 files:

  • Packages/Uintah/CCA/Components/Arches/TabProps: BSpline.cc (new), LU.cc (new), StateTable.cc (new)
dav 2008-11-25 02:45 Rev.: 42586

--with-hdf5 now compiles. (Don't know how to run it to test, but...) The #includes and libs are found correctly.

1 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/Arches/TabProps: sub.mk (+1 -1)
dav 2008-11-25 02:25 Rev.: 42583

Fix compilation errors. I believe the without hdf5 is back to
compiling. Will test with-hdf5 soon.

M include/sci_defs/hdf5_testdefs.h.in

Only #include hdf5.h if hdf5 is configured.

M Packages/Uintah/CCA/Components/Arches/TabProps/BSpline.cc
M Packages/Uintah/CCA/Components/Arches/TabProps/BSpline.h
M Packages/Uintah/CCA/Components/Arches/TabProps/StateTable.cc
M Packages/Uintah/CCA/Components/Arches/TabProps/StateTable.h

- Fixed typo: #include sci_defs/hdf needs a '5'.
- We aren't turning off the 'entire' file with #if for hdf5, we are only
turning off the hdf5 parts.
- I believe that the only place I really need to print the 'hdf5' not
configured error message is in the BSpline base class constructor.
I believe everything calls that, so it is a good central place.
If this is not the case, talk to me and we can figure a better
way to do it.
- Don't use #ifndef NO_HDF5 as this is all handled inside the class.
This is mostly a semantic issue, but does make the .h file cleaner.
- Replaced generic exceptions with SCIRun class InternalError. If
this needs to be more specific so that it can be caught and handled,
we can look into something else.
- Place #includes in better order.
- Removed and added white space to make things more readable.
- A couple of coding standard updates.
- Added #if defined( HAVE_HDF5 ) to the specific places it is needed.
- Added in some "{}" for if statements (where they were missing) as I
came across them.
- It's ok to use "using namespace std" inside a .cc file.

M Packages/Uintah/CCA/Components/Arches/TabPropsTable.cc

- '|' is binary 'or'. '||' is boolean 'or'.
- Don't need 'this' inside a class' method. (Most of the time.)
(I don't think this is one of those times.)
- '=' is assignment, '==' is comparison. ;) (Ok, so the compiler caught this one for me. ;)

220 lines of code changed in 6 files:

  • Packages/Uintah/CCA/Components/Arches/TabProps: BSpline.cc (+163 -135), BSpline.h (new), StateTable.cc (+43 -48), StateTable.h (+3 -17)
charlesreid 2008-11-25 02:16 Rev.: 42582

Committing additional changes to TabProps table reader... sus is still not compiling, however. I'm going to work to fix this later.

23 lines of code changed in 4 files:

  • Packages/Uintah/CCA/Components/Arches/TabProps: BSpline.cc (+2), BSpline.h (+9 -5), StateTable.cc (+4 -1), StateTable.h (+8 -5)
charlesreid 2008-11-25 01:07 Rev.: 42581

Updating header includes to be absolute

5 lines of code changed in 5 files:

  • Packages/Uintah/CCA/Components/Arches/TabProps: BSpline.cc (+2 -2), LU.cc (+1 -1), Makefile (del), StateTable.cc (+1 -1), StateTable.h (+1 -1)
charlesreid 2008-11-25 01:04 Rev.: 42580

adding one more (sub.mk) file

26 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/Arches/TabProps: sub.mk (+26)
charlesreid 2008-11-24 23:59 Rev.: 42578

Adding TabProps Table reader

3021 lines of code changed in 7 files:

  • Packages/Uintah/CCA/Components/Arches/TabProps: BSpline.cc (+1302), BSpline.h (+552), LU.cc (+104), LU.h (new 58), Makefile (new 48), StateTable.cc (+719), StateTable.h (+238)
Generated by StatSVN 0.4.0