Changeset 1003 for XIOS/trunk/src/node/grid.cpp
- Timestamp:
- 11/24/16 13:24:17 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
XIOS/trunk/src/node/grid.cpp
r988 r1003 281 281 282 282 if (this->isChecked) return; 283 283 284 if (context->hasClient) 284 285 { … … 286 287 } 287 288 288 this->isChecked = true; 289 if (!(this->hasTransform() && !this->isTransformed())) 290 this->isChecked = true; 289 291 return; 290 292 } … … 301 303 this->computeIndex(); 302 304 } 303 this->isChecked = true; 305 306 if (!(this->hasTransform() && !this->isTransformed())) 307 this->isChecked = true; 304 308 } 305 309
Note: See TracChangeset
for help on using the changeset viewer.