[root]/Packages/Uintah/testprograms/BNRRegridder
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 |
Change variable names to match nameing convention
20 lines of code changed in 2 files:
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:
Test program for the Berger-Rigoutos regridder.
174 lines of code changed in 2 files: