Directory CCA/Components/Regridder/

Total Files:
17
Deleted Files:
0
Lines of Code:
5825

[root]/CCA/Components/Regridder

Lines of Code

CCA/Components/Regridder/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 42 (100.0%) 93 (100.0%) 2.2
jsutherland 8 (19.0%) 76 (81.7%) 9.5
jas 34 (81.0%) 17 (18.3%) 0.5

Most Recent Commits

jas 2011-08-31 02:48 Rev.: 47536

Update copyright year.

17 lines of code changed in 34 files:

  • CCA/Components/Regridder: BNRRegridder.cc (+1 -1), BNRRegridder.h (new), BNRTask.cc (+1 -1), BNRTask.h (+1 -1), HierarchicalRegridder.cc (+1 -1), HierarchicalRegridder.h (+1 -1), PatchFixer.cc (new), PatchFixer.h (new), PerPatchVars.h (new), RegridderCommon.cc (new), RegridderCommon.h (new), RegridderFactory.cc (new), RegridderFactory.h (new), TiledRegridder.cc (new), TiledRegridder.h (+1 -1), sub.mk (+1 -1), uintahshare.h (new)
jsutherland 2011-07-12 23:04 Rev.: 47324

Eliminate "using namespace std" and similar from header files. That is a big no-no!

40 lines of code changed in 3 files:

  • CCA/Components/Regridder: HierarchicalRegridder.cc (+1), PatchFixer.h (+38 -38), RegridderFactory.cc (+1)
jsutherland 2011-01-05 11:00 Rev.: 46669

Okay - my compiler must have been throwing stdio in for me. Let's try this again and see if the buildbot is happy now.

4 lines of code changed in 1 file:

  • CCA/Components/Regridder: BNRTask.cc (+4 -2)
jsutherland 2011-01-05 10:53 Rev.: 46668

Not sure why this slipped through on my machine but killed the buildbot. This should compile now.

2 lines of code changed in 1 file:

  • CCA/Components/Regridder: BNRTask.cc (+2 -2)
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.

30 lines of code changed in 3 files:

  • CCA/Components/Regridder: BNRRegridder.h (+17 -20), HierarchicalRegridder.h (+7 -8), TiledRegridder.h (+6 -6)
Generated by StatSVN 0.4.0