[root]/Packages/Uintah/tools
StackTrace
(0 files, 0 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 16 (100.0%) | 117 (100.0%) | 7.3 |
jas | 15 (93.8%) | 90 (76.9%) | 6.0 |
dav | 1 (6.3%) | 27 (23.1%) | 27.0 |
Remove Packages/
0 lines of code changed in 8 files:
Move Uintah/tools to src/tools
0 lines of code changed in 4 files:
Add the MIT License to every *.cc, *.h,*.F, and sub.mk file.
90 lines of code changed in 3 files:
M configure.ac
M configure
M include/sci_defs/uintah_testdefs.h.in
Record the fortran underscore policy for use in .cc files. (Note, this is
somewhat of a hack... if possible, you should use the fspec facility.) To
get access to the (#define) FORTRAN_UNDERSCORE, #include sci_defs/uintah_defs.h.
M Packages/Uintah/CCA/Components/MPM/ConstitutiveModel/HypoElasticFortran.h
Cosmetics. Cleaned up #includes. Removed no longer used/supported SGI stuff.
M Packages/Uintah/CCA/Components/MPM/ConstitutiveModel/HypoElasticFortran.cc
- Fixed (and turned on) the fortran calls. Should work with any fortran compiler
now. Note, this is somewhat of a hack... Normally the use of the fspec utility
is recommended... however, due to the simplicitly of this need, and some problems
with geting fspec to work (it isn't fully implemented for all fortran types),
this will do for now.
- Cleaned up the #includes (alphabetized, removed duplicates). Removed old SGI stuff.
- Placed the 'return type' of functions on separate line.
M Packages/Uintah/tools/fspec.pl.in
Added some white space to the out file so that it is easier to follow the code
in the generated "<code>_fort.h" files.
27 lines of code changed in 1 file: