Changeset 65f11de for src/grid/is_grid.hpp
- Timestamp:
- Apr 11, 2012, 8:18:44 AM (14 years ago)
- Children:
- a7bfc6
- Parents:
- a40eea
- File:
-
- 1 edited
-
src/grid/is_grid.hpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/grid/is_grid.hpp
ra40eea r65f11de 226 226 void IsGrid<T>::SetGrid(const IsGrid<T>& rhs) 227 227 { 228 for ( IsGrid<T>::iterator iter = Iterators().CompleteGrid().Begin(); iter != Iterators().CompleteGrid().End(); ++iter)228 for (typename IsGrid<T>::iterator iter = Iterators().CompleteGrid().Begin(); iter != Iterators().CompleteGrid().End(); ++iter) 229 229 (*this)(*iter) = rhs.GetVal(*iter); 230 230 } … … 233 233 void IsGrid<T>::SetBoundary(const IsGrid<T>& rhs) 234 234 { 235 IsGrid<T>::iterator iter;235 typename IsGrid<T>::iterator iter; 236 236 237 237 for (int i=0; i<3; ++i) {
Note:
See TracChangeset
for help on using the changeset viewer.
