From 4af8055f0998087c44cb5f0d13641a828324fce0 Mon Sep 17 00:00:00 2001 From: Yves Chemisky Date: Mon, 6 Jan 2025 17:09:26 +0100 Subject: [PATCH] Update box_mesh.py --- microgen/box_mesh.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/microgen/box_mesh.py b/microgen/box_mesh.py index 8d479393..9c6ce312 100644 --- a/microgen/box_mesh.py +++ b/microgen/box_mesh.py @@ -25,8 +25,7 @@ # USE_MULTI_RAY = True # except ImportError: -USE_MULTI_RAY = False - +USE_MULTI_RAY = True class ClosestCellsOnBoundaries(NamedTuple): """