ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/applications/hydrodynamics/RoughShell.hpp
(Generate patch)

Comparing trunk/OOPSE-4/src/applications/hydrodynamics/RoughShell.hpp (file contents):
Revision 2623 by tim, Wed Mar 15 15:51:44 2006 UTC vs.
Revision 2631 by gezelter, Thu Mar 16 21:52:23 2006 UTC

# Line 97 | Line 97 | class Grid3D {
97          }
98      private:
99  
100 <        int isValidGrid(unsigned int i, unsigned int j, unsigned int k) {
100 >        int isValidGrid(unsigned int i, unsigned int j, unsigned int k) const {
101              int index = i * dim2_*dim3_ + j * dim3_ + k;
102              return index < data_.size() ? index : -1;
103          };

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines