Directory Packages/Uintah/testprograms/BNRRegridder/

Total Files:
2
Deleted Files:
0
Lines of Code:
6

[root]/Packages/Uintah/testprograms/BNRRegridder

Lines of Code

Packages/Uintah/testprograms/BNRRegridder/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 7 (100.0%) 209 (100.0%) 29.8
luitjens 4 (57.1%) 194 (92.8%) 48.5
dav 3 (42.9%) 15 (7.2%) 5.0

Most Recent Commits

luitjens 2006-07-06 16:42 Rev.: 34668

Change variable names to match nameing convention

20 lines of code changed in 2 files:

  • Packages/Uintah/testprograms/BNRRegridder: bnrtest.cc (new)
dav 2006-07-06 14:13 Rev.: 34663


M CCA/Components/Regridder/BNRTask.h

Indented, untabified, use c++ comments, pulled into 80 columns (this
only effected the spacing on comments), other general readability
updates.

Killed the namespace pollution of "using namespace std/Uintah" in the
.h file.

Still needs to have class member variables updated to use naming
convention (ie: _ on names).


M testprograms/sub.mk
M testprograms/BNRRegridder/sub.mk

Add in full list of libraries to all compilation on SGI/Mac.

M testprograms/BNRRegridder/bnrtest.cc

Use "using namespace Uintah" in the .cc file.

Also:

> const int X=700, Y=700;

Please don't use global variables that have a single letter for their
name... this makes it impossible to search quickly for them and in
general is just a bad idea. Please fix this when you get a chance.


15 lines of code changed in 3 files:

  • Packages/Uintah/testprograms/BNRRegridder: bnrtest.cc (+2), sub.mk (+13 -5)
luitjens 2006-07-05 15:45 Rev.: 34652

Test program for the Berger-Rigoutos regridder.

174 lines of code changed in 2 files:

  • Packages/Uintah/testprograms/BNRRegridder: bnrtest.cc (+155), sub.mk (+19)
Generated by StatSVN 0.4.0