Skip to content

Commit

Permalink
organize:mv continuum_snake visualization examples
Browse files Browse the repository at this point in the history
This commit moves the continuum snake visualisation examples under
`Visualization/ContinuumSnakeVisualisation/` folder. Thus, in future
when we have more visualization examples, developers or users can put
their scripts under `Visualisation/MYNEWCASE`.
  • Loading branch information
armantekinalp committed Oct 30, 2020
1 parent e4f31c9 commit 0d48823
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
from scipy import interpolate
from tqdm import tqdm

from _povmacros import Stages, pyelastica_rod, render
from examples.Visualization._povmacros import Stages, pyelastica_rod, render

# Setup (USER DEFINE)
DATA_PATH = "continuum_snake.dat" # Path to the simulation data
Expand Down Expand Up @@ -75,7 +75,7 @@
# Externally Including Files (USER DEFINE)
# If user wants to include other POVray objects such as grid or coordinate axes,
# objects can be defined externally and included separately.
included = ['default.inc']
included = ['../default.inc']

# Multiprocessing Configuration (USER DEFINE)
MULTIPROCESSING = True
Expand Down

0 comments on commit 0d48823

Please sign in to comment.