From c94d4e51942331d7b984198109b4b12a3525d464 Mon Sep 17 00:00:00 2001 From: James McClure Date: Fri, 18 Mar 2022 11:23:01 -0400 Subject: [PATCH] membrane structure in IonModel --- tests/TestMembrane.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TestMembrane.cpp b/tests/TestMembrane.cpp index 048be117..6b3953b8 100644 --- a/tests/TestMembrane.cpp +++ b/tests/TestMembrane.cpp @@ -7,7 +7,7 @@ #include #include #include "common/MPI.h" -#include "analysis/Membrane.h" +#include "common/Membrane.h" using namespace std;