Changeset 97c25dd for src/smoother/gsrb.cpp
- Timestamp:
- Dec 8, 2011, 12:53:58 PM (14 years ago)
- Children:
- 76e019
- Parents:
- 1610dc
- File:
-
- 1 edited
-
src/smoother/gsrb.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/smoother/gsrb.cpp
r1610dc r97c25dd 45 45 for (i.Z()=rhs.Local().Begin().Z() + ((i.X()+i.Y()+off+1) % 2); i.Z()<rhs.Local().End().Z(); i.Z()+=2) { 46 46 47 temp = prefactor_inv * rhs.Get CorrectedVal(i);47 temp = prefactor_inv * rhs.GetVal(i); 48 48 49 49 for (Stencil::iterator iter=A.begin(); iter!=A.end(); ++iter) … … 64 64 for (i.Z()=rhs.Local().Begin().Z() + ((i.X()+i.Y()+off) % 2); i.Z()<rhs.Local().End().Z(); i.Z()+=2) { 65 65 66 temp = prefactor_inv * rhs.Get CorrectedVal(i);66 temp = prefactor_inv * rhs.GetVal(i); 67 67 68 68 for (Stencil::iterator iter=A.begin(); iter!=A.end(); ++iter)
Note:
See TracChangeset
for help on using the changeset viewer.
