Skip to content

Commit

Permalink
Merge pull request OpenSees#1341 from cvmiculas/tetrahedronPathFix
Browse files Browse the repository at this point in the history
Fixing path for FourNodeTetrahedron in FEM_ObjectBrokerAllClasses.
  • Loading branch information
mhscott authored Feb 3, 2024
2 parents fbd30f5 + ceee578 commit 6a805f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SRC/actor/objectBroker/FEM_ObjectBrokerAllClasses.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@
#include "twoNodeLink/TwoNodeLink.h"
#include "twoNodeLink/LinearElasticSpring.h"
#include "twoNodeLink/Inerter.h"
#include "FourNodeTetrahedron.h"
#include "tetrahedron/FourNodeTetrahedron.h"

#include "mvlem/MVLEM.h" // Kristijan Kolozvari
#include "mvlem/SFI_MVLEM.h" // Kristijan Kolozvari
Expand Down

0 comments on commit 6a805f7

Please sign in to comment.