Directory Packages/Uintah/Core/IO/

Total Files:
3
Deleted Files:
0
Lines of Code:
38

[root]/Packages/Uintah/Core/IO

Lines of Code

Packages/Uintah/Core/IO/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 9 (100.0%) 134 (100.0%) 14.8
dav 6 (66.7%) 132 (98.5%) 22.0
jas 3 (33.3%) 2 (1.5%) 0.6

Most Recent Commits

jas 2008-07-21 16:11 Rev.: 41664

Remove using namespace std; and replace with only what is needed.

1 lines of code changed in 2 files:

  • Packages/Uintah/Core/IO: UintahZlibUtil.cc (new)
jas 2008-07-07 20:07 Rev.: 41434

Use the proper c++ standard for include files for the C inlude files, i.e.
<stdio.h> --> <cstdio>
<math.h> --> <cmath>

Tested on g++ 4.2 and 4.3 compilers.

1 lines of code changed in 1 file:

  • Packages/Uintah/Core/IO: UintahZlibUtil.cc (+1 -1)
dav 2008-03-20 14:34 Rev.: 40540

sscanf comes from stdio.h

2 lines of code changed in 1 file:

  • Packages/Uintah/Core/IO: UintahZlibUtil.cc (+2)
dav 2008-03-20 14:14 Rev.: 40539

UintahZlibUtil depends on the compression library... And the Mac is a stickler for this.

0 lines of code changed in 2 files:

  • Packages/Uintah/Core/IO: sub.mk (new)
dav 2008-03-19 15:15 Rev.: 40522


The previous commit was submitted accidentally without the complete
commit notes... The full notes follow:

A UintahZlibUtil.cc
A UintahZlibUtil.h

Moved the common zlib file reading functions into Core/IO so they can
be used by both ArchesTable.cc and NewStaticMixingTable.cc. (Still
not sure why there are two of these files that appear to read the same
files... I believe ArchesTable.cc reads in the table for use by ICE.
Perhaps it should be added to 'the list' an item to consolidate these
files.)

M CCA/Components/Models/test/ArchesTable.h
M CCA/Components/Models/test/ArchesTable.cc

Added in the zlib functions for reading a compressed Arches table
(...should still read non-compressed files). Removed tabs; did some
coding standard clean ups.

M CCA/Components/Arches/Mixing/sub.mk

Cleaned up formatting.

M CCA/Components/Arches/Mixing/NewStaticMixingTable.cc

Use the (now common) zlib functions from the common location. (Also,
API changed just slightly.)

M Core/sub.mk

Add IO subdir. Clean up formatting.

M Core/IO/sub.mk

Added UintahZlibUtil.cc.

125 lines of code changed in 2 files:

  • Packages/Uintah/Core/IO: UintahZlibUtil.cc (+98), UintahZlibUtil.h (new 27)
dav 2008-03-19 15:06 Rev.: 40521


M CCA/Components/Models/test/ArchesTable.h
M CCA/Components/Models/test/ArchesTable.cc

Added in the zlib functions for reading a compressed Arches table.
Removed tabs; did some coding standard clean ups.


M CCA/Components/Arches/Mixing/sub.mk
M CCA/Components/Arches/Mixing/NewStaticMixingTable.cc
M Core/sub.mk
M Core/IO/sub.mk

5 lines of code changed in 1 file:

  • Packages/Uintah/Core/IO: sub.mk (+5 -2)
Generated by StatSVN 0.4.0