mirror of
https://github.com/paboyle/Grid.git
synced 2025-09-18 17:21:05 +01:00
Update for grid view logging
This commit is contained in:
@@ -52,6 +52,10 @@ class GeneralLocalStencilView {
|
|||||||
return & this->_entries_p[point+this->_npoints*osite];
|
return & this->_entries_p[point+this->_npoints*osite];
|
||||||
}
|
}
|
||||||
void ViewClose(void){};
|
void ViewClose(void){};
|
||||||
|
#ifdef GRID_LOG_VIEWS
|
||||||
|
size_t size() { return 0; };
|
||||||
|
uint64_t & operator[](size_t i) { static uint64_t v=0; return v; };
|
||||||
|
#endif
|
||||||
};
|
};
|
||||||
////////////////////////////////////////
|
////////////////////////////////////////
|
||||||
// The Stencil Class itself
|
// The Stencil Class itself
|
||||||
|
Reference in New Issue
Block a user