Skip to content

Commit

Permalink
FEM: Update test_information.md
Browse files Browse the repository at this point in the history
  • Loading branch information
FEA-eng authored Aug 5, 2024
1 parent 2fa2da9 commit cf59c6d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/Mod/Fem/femtest/test_information.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,11 +157,7 @@ doc = ut.spine_thermomech()

```python
app_home = FreeCAD.ConfigGet("AppHomePath")
doc = FreeCAD.open(app_home + "data/examples/FemCalculixCantilever2D.FCStd")
doc = FreeCAD.open(app_home + "data/examples/FemCalculixCantilever3D.FCStd")
doc = FreeCAD.open(app_home + "data/examples/FemCalculixCantilever3D_newSolver.FCStd")
doc = FreeCAD.open(app_home + "data/examples/Fem.FCStd")
doc = FreeCAD.open(app_home + "data/examples/Fem2.FCStd")
doc = FreeCAD.open(app_home + "data/examples/FEMExample.FCStd")
```

### Load all documents files
Expand Down

0 comments on commit cf59c6d

Please sign in to comment.