Skip to content
Snippets Groups Projects

Fix importing boundaryhandling if waLBerla module is available but without cpp_available

Merged Michael Kuron requested to merge patch-1 into master
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
@@ -17,6 +17,8 @@ try:
import waLBerla as wlb
if wlb.cpp_available:
from pystencils.datahandling.parallel_datahandling import ParallelDataHandling
else:
ParallelDataHandling = None
except ImportError:
ParallelDataHandling = None
Loading