Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
VirtualFluids
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
iRMB
VirtualFluids
Commits
bcb6cae2
Commit
bcb6cae2
authored
1 year ago
by
Hkorb
Browse files
Options
Downloads
Patches
Plain Diff
remove imports from init
parent
7957965c
No related branches found
No related tags found
1 merge request
!296
Refactor Actuator Farm
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pythonbindings/pyfluids/__init__.py
+1
-25
1 addition, 25 deletions
pythonbindings/pyfluids/__init__.py
with
1 addition
and
25 deletions
pythonbindings/pyfluids/__init__.py
+
1
−
25
View file @
bcb6cae2
...
...
@@ -31,28 +31,4 @@ r"""
! \ingroup pyfluids
! \author Henry Korb
=======================================================================================
"""
try
:
from
.
import
basics
except
ImportError
:
print
(
"
Basics bindings not included
"
)
try
:
from
.
import
logger
except
ImportError
:
print
(
"
Logger bindings not included
"
)
try
:
from
.
import
lbm
except
ImportError
:
print
(
"
LBM bindings not included
"
)
try
:
from
.
import
communicator
except
ImportError
:
print
(
"
communicator bindings not included
"
)
try
:
from
.
import
gpu
except
ImportError
:
print
(
"
GPU bindings not included
"
)
try
:
from
.
import
cpu
except
ImportError
:
print
(
"
CPU bindings not included
"
)
\ No newline at end of file
"""
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment