From a0003da98c04519ca6bfbfbc0941fa5593844211 Mon Sep 17 00:00:00 2001 From: Bernd Hahnebach Date: Sat, 16 Mar 2019 20:35:57 +0100 Subject: [PATCH] FEM: unit tests, typo in comment --- src/Mod/Fem/TestFem.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Mod/Fem/TestFem.py b/src/Mod/Fem/TestFem.py index 55b8418000..837a0485e5 100644 --- a/src/Mod/Fem/TestFem.py +++ b/src/Mod/Fem/TestFem.py @@ -95,7 +95,6 @@ doc = FreeCAD.open(FreeCAD.ConfigGet("AppHomePath") + 'Mod/Fem/femtest/testfiles doc = FreeCAD.open(FreeCAD.ConfigGet("AppHomePath") + 'Mod/Fem/femtest/testfiles/ccx/multimat.FCStd') doc = FreeCAD.open(FreeCAD.ConfigGet("AppHomePath") + 'Mod/Fem/femtest/testfiles/ccx/spine_thermomech.FCStd') - # open files generated from test suite import femtest.utilstest as ut ut.all_test_files() @@ -104,7 +103,7 @@ doc = ut.cube_frequency() doc = ut.cube_static() doc = ut.Flow1D_thermomech() doc = ut.multimat() -doc = spine_thermomech() +doc = ut.spine_thermomech() # load std FEM example files doc = FreeCAD.open(FreeCAD.ConfigGet("AppHomePath") + 'data/examples/FemCalculixCantilever2D.FCStd')