Directory CCA/Components/DataArchiver/

Total Files:
4
Deleted Files:
0
Lines of Code:
2897

[root]/CCA/Components/DataArchiver

Lines of Code

CCA/Components/DataArchiver/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 10 (100.0%) 32 (100.0%) 3.2
jsutherland 1 (10.0%) 26 (81.3%) 26.0
jas 7 (70.0%) 4 (12.5%) 0.5
harman 2 (20.0%) 2 (6.3%) 1.0

Most Recent Commits

harman 2011-09-16 13:19 Rev.: 47601

global:
- removed addToTimestepXML() and readFromTimestepXML() this is just duplication
of outputProblemSpec() and problemSetup()

Switcher (AKA Mexican Jail)
- final cleanup
Added comments
Changed some exception types from problemSetup -> InernalError
more descriptive exception messages

* I'm now playing my get out of jail free card.

2 lines of code changed in 2 files:

  • CCA/Components/DataArchiver: DataArchiver.cc (new)
jas 2011-08-31 02:48 Rev.: 47536

Update copyright year.

4 lines of code changed in 7 files:

  • CCA/Components/DataArchiver: DataArchiver.cc (+1 -1), DataArchiver.h (new), sub.mk (new), uintahshare.h (+1 -1)
jsutherland 2011-01-05 10:40 Rev.: 46667

This checkin may break something if I was not able to build it. I will clean it up if that happens...

- removing "using" standard namespace stuff from headers. This is really bad practice, and anyone doing it should be flogged. Opening up a namespace in a header file defeats the purpose of namespaces because all downstream inclusions of the header file will also result in that namespace opening up. This can lead to inadvertent name clashes, etc. Only open a namespace in an implementation file!

- put the SymmMatrix3 implementation in the Uintah namespace to be consistent with its declaration.

26 lines of code changed in 1 file:

  • CCA/Components/DataArchiver: DataArchiver.h (+26 -30)
Generated by StatSVN 0.4.0