Skip to content

Commit

Permalink
Fix missing imports from maths.vectorops.
Browse files Browse the repository at this point in the history
  • Loading branch information
hsorby committed Jul 23, 2024
1 parent e5bec4c commit 9438333
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/scaffoldmaker/meshtypes/meshtype_3d_colon1.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

import copy

from cmlibs.maths.vectorops import magnitude
from cmlibs.zinc.element import Element
from cmlibs.zinc.field import Field
from cmlibs.zinc.node import Node
Expand Down

0 comments on commit 9438333

Please sign in to comment.