From d1c0598f248cb55db6999cc5ff193985340da436 Mon Sep 17 00:00:00 2001 From: Clay Anderson Date: Tue, 31 Oct 2023 12:24:46 -0500 Subject: [PATCH] No longer including GeometryPath.h I believe on some synch with opensim-core:main some transient file changes associated with geometry paths got inserted into my Muscle.cpp file. I'm no longer including GeometryPath.h to be consistent with the current opensim-core:main branch. --- OpenSim/Simulation/Model/Muscle.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenSim/Simulation/Model/Muscle.cpp b/OpenSim/Simulation/Model/Muscle.cpp index 4d07a35cf0..3cff280d57 100644 --- a/OpenSim/Simulation/Model/Muscle.cpp +++ b/OpenSim/Simulation/Model/Muscle.cpp @@ -26,7 +26,7 @@ //============================================================================= #include "Muscle.h" -#include "GeometryPath.h" + #include "Model.h" #include