1
0
mirror of https://github.com/paboyle/Grid.git synced 2026-04-21 19:16:13 +01:00

Update for grid view logging

This commit is contained in:
2025-08-14 21:29:20 +00:00
parent 732836d9f8
commit a3420e6fa9
+4
View File
@@ -52,6 +52,10 @@ class GeneralLocalStencilView {
return & this->_entries_p[point+this->_npoints*osite];
}
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