From 9eae8fca5de928f37e8ff4e0f63576c68f68d943 Mon Sep 17 00:00:00 2001 From: Peter Boyle Date: Mon, 17 Feb 2025 15:08:25 -0500 Subject: [PATCH] Size outut --- Grid/stencil/Stencil.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Grid/stencil/Stencil.h b/Grid/stencil/Stencil.h index 3613cdbb..e1a2b08c 100644 --- a/Grid/stencil/Stencil.h +++ b/Grid/stencil/Stencil.h @@ -689,6 +689,7 @@ public: } } } + std::cout << "BuildSurfaceList size is "< surface_list_host(surface_list_size); int32_t ss=0;