Skip to content

Commit

Permalink
FEM: unit test, fix due to example renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
berndhahnebach committed Oct 9, 2019
1 parent c3df99e commit 3bc85bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Mod/Fem/femtest/app/test_ccxtools.py
Expand Up @@ -181,8 +181,8 @@ def test_2_static_multiple_material(
fcc_print("\n--------------- Start of FEM ccxtools multiple material test -------------")

# set up the simple multimat example
from femexamples import multimaterial_twoboxes
multimaterial_twoboxes.setup(self.active_doc, "ccxtools")
from femexamples import material_multiple_twoboxes
material_multiple_twoboxes.setup(self.active_doc, "ccxtools")

analysis = self.active_doc.Analysis
solver_object = self.active_doc.CalculiXccxTools
Expand Down

0 comments on commit 3bc85bc

Please sign in to comment.