From 2dbbc21495373af21bf9f953b8b059c40108a71d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Asia=20J=C4=99drzejewska-Szmek?= <asia@in.waw.pl> Date: Fri, 20 Jan 2017 15:49:29 -0500 Subject: [PATCH] Add DifBuffer to compilation --- moose-core/biophysics/CMakeLists.txt | 3 ++- moose-core/biophysics/Makefile | 2 ++ moose-core/scripts/setup_subha.py | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/moose-core/biophysics/CMakeLists.txt b/moose-core/biophysics/CMakeLists.txt index 27c34e12..57b3ab45 100644 --- a/moose-core/biophysics/CMakeLists.txt +++ b/moose-core/biophysics/CMakeLists.txt @@ -34,7 +34,8 @@ set(BIOPHYSICS_SRCS NMDAChan.cpp testBiophysics.cpp IzhikevichNrn.cpp - DifShell.cpp + DifShell.cpp + DifBuffer.cpp Leakage.cpp VectorTable.cpp MarkovRateTable.cpp diff --git a/moose-core/biophysics/Makefile b/moose-core/biophysics/Makefile index ae8391ef..afe96aa0 100644 --- a/moose-core/biophysics/Makefile +++ b/moose-core/biophysics/Makefile @@ -39,6 +39,7 @@ OBJ = \ testBiophysics.o \ IzhikevichNrn.o \ DifShell.o \ + DifBuffer.o \ Leakage.o \ VectorTable.o \ MarkovRateTable.o \ @@ -95,6 +96,7 @@ SwcSegment.o: SwcSegment.h ../utility/Vec.h ReadSwc.o: CompartmentBase.h Compartment.h SymCompartment.h SwcSegment.h ReadSwc.h ../shell/Shell.h ../utility/Vec.h IzhikevichNrn.o: IzhikevichNrn.h DifShell.o: DifShell.h +DifBuffer.o: DifBuffer.h testBiophysics.o: IntFire.h CompartmentBase.h Compartment.h HHChannel.h HHGate.h VectorTable.o : VectorTable.h MarkovGslSolver.o : MarkovGslSolver.h diff --git a/moose-core/scripts/setup_subha.py b/moose-core/scripts/setup_subha.py index 57ce43d5..72816a93 100644 --- a/moose-core/scripts/setup_subha.py +++ b/moose-core/scripts/setup_subha.py @@ -146,6 +146,7 @@ SOURCES=['external/muparser/src/muParser.cpp', 'biophysics/testBiophysics.cpp', 'biophysics/IzhikevichNrn.cpp', 'biophysics/DifShell.cpp', + 'biophysics/DifBuffer.cpp', 'biophysics/Leakage.cpp', 'biophysics/VectorTable.cpp', 'biophysics/MarkovRateTable.cpp', -- GitLab