- Timestamp:
- Apr 19, 2013, 8:33:45 PM (13 years ago)
- Children:
- 540c9f8
- Parents:
- 177495
- File:
-
- 1 edited
-
src/grid/grid.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/grid/grid.cpp
r177495 r4f3474 276 276 Vector Grid::GetSpatialPosGlobal(const Index& index_global) const 277 277 { 278 return Extent().Begin() + Extent().MeshWidth() * (index_global + Global().LocalBegin()- Global().GlobalBegin());278 return Extent().Begin() + Extent().MeshWidth() * (index_global - Global().GlobalBegin()); 279 279 } 280 280
Note:
See TracChangeset
for help on using the changeset viewer.
