Changeset 0174593 for src/grid/grid.cpp
- Timestamp:
- Apr 15, 2013, 1:44:29 PM (13 years ago)
- Children:
- dc7dc9
- Parents:
- 43f24e5
- File:
-
- 1 edited
-
src/grid/grid.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/grid/grid.cpp
r43f24e5 r0174593 274 274 } 275 275 276 Vector Grid::GetSpatialPosGlobal(const Index& index_global) const 277 { 278 return Extent().Begin() + Extent().MeshWidth() * (index_global + Global().LocalBegin() - Global().GlobalBegin()); 279 } 280 276 281 277 282 Index Grid::GetGlobalIndex(const Vector& pos) const
Note:
See TracChangeset
for help on using the changeset viewer.
