Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Stephan Seitz
pystencils
Commits
d8e17568
Commit
d8e17568
authored
Apr 30, 2020
by
Michael Kuron
Browse files
Fix importing boundaryhandling if waLBerla module is available but without cpp_available
parent
e87b4daf
Changes
1
Show whitespace changes
Inline
Side-by-side
pystencils/boundaries/boundaryhandling.py
View file @
d8e17568
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment