From 2cde884439ed56cb3c32e97280a2212c15bee6d1 Mon Sep 17 00:00:00 2001 From: Connor Moreno Date: Fri, 3 Jan 2025 13:27:14 -0600 Subject: [PATCH] Skip imprinting in CAD-to-DAGMC routine --- parastell/parastell.py | 1 + 1 file changed, 1 insertion(+) diff --git a/parastell/parastell.py b/parastell/parastell.py index a0c633c..376af3a 100644 --- a/parastell/parastell.py +++ b/parastell/parastell.py @@ -515,6 +515,7 @@ def export_cad_to_dagmc( filename=str(export_path), min_mesh_size=min_mesh_size, max_mesh_size=max_mesh_size, + imprint=False, )