Skip to content
Snippets Groups Projects
Commit 2dbbc214 authored by Asia Jędrzejewska-Szmek's avatar Asia Jędrzejewska-Szmek
Browse files

Add DifBuffer to compilation

parent f411dc8e
No related branches found
No related tags found
1 merge request!205DifShell and DifBuffer implementation
...@@ -34,7 +34,8 @@ set(BIOPHYSICS_SRCS ...@@ -34,7 +34,8 @@ set(BIOPHYSICS_SRCS
NMDAChan.cpp NMDAChan.cpp
testBiophysics.cpp testBiophysics.cpp
IzhikevichNrn.cpp IzhikevichNrn.cpp
DifShell.cpp DifShell.cpp
DifBuffer.cpp
Leakage.cpp Leakage.cpp
VectorTable.cpp VectorTable.cpp
MarkovRateTable.cpp MarkovRateTable.cpp
......
...@@ -39,6 +39,7 @@ OBJ = \ ...@@ -39,6 +39,7 @@ OBJ = \
testBiophysics.o \ testBiophysics.o \
IzhikevichNrn.o \ IzhikevichNrn.o \
DifShell.o \ DifShell.o \
DifBuffer.o \
Leakage.o \ Leakage.o \
VectorTable.o \ VectorTable.o \
MarkovRateTable.o \ MarkovRateTable.o \
...@@ -95,6 +96,7 @@ SwcSegment.o: SwcSegment.h ../utility/Vec.h ...@@ -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 ReadSwc.o: CompartmentBase.h Compartment.h SymCompartment.h SwcSegment.h ReadSwc.h ../shell/Shell.h ../utility/Vec.h
IzhikevichNrn.o: IzhikevichNrn.h IzhikevichNrn.o: IzhikevichNrn.h
DifShell.o: DifShell.h DifShell.o: DifShell.h
DifBuffer.o: DifBuffer.h
testBiophysics.o: IntFire.h CompartmentBase.h Compartment.h HHChannel.h HHGate.h testBiophysics.o: IntFire.h CompartmentBase.h Compartment.h HHChannel.h HHGate.h
VectorTable.o : VectorTable.h VectorTable.o : VectorTable.h
MarkovGslSolver.o : MarkovGslSolver.h MarkovGslSolver.o : MarkovGslSolver.h
......
...@@ -146,6 +146,7 @@ SOURCES=['external/muparser/src/muParser.cpp', ...@@ -146,6 +146,7 @@ SOURCES=['external/muparser/src/muParser.cpp',
'biophysics/testBiophysics.cpp', 'biophysics/testBiophysics.cpp',
'biophysics/IzhikevichNrn.cpp', 'biophysics/IzhikevichNrn.cpp',
'biophysics/DifShell.cpp', 'biophysics/DifShell.cpp',
'biophysics/DifBuffer.cpp',
'biophysics/Leakage.cpp', 'biophysics/Leakage.cpp',
'biophysics/VectorTable.cpp', 'biophysics/VectorTable.cpp',
'biophysics/MarkovRateTable.cpp', 'biophysics/MarkovRateTable.cpp',
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment