Permalink
Please sign in to comment.
Browse files
Imported the project into QTcreator,
More parameter fixes and first tries with bursting stimulation.
- Loading branch information...
Showing
with
102 additions
and 33 deletions.
- +3 −3 Cortical_Column.cpp
- +1 −1 Main.cpp
- +25 −14 Plots.m
- +44 −6 Stimulation.h
- +20 −0 TC_model.pro
- +5 −5 Thalamic_Column.h
- +4 −4 saves.h
20
TC_model.pro
| @@ -0,0 +1,20 @@ | ||
| +TEMPLATE = app | ||
| +CONFIG += console | ||
| +CONFIG -= app_bundle | ||
| +CONFIG -= qt | ||
| + | ||
| +SOURCES += Main.cpp \ | ||
| + Cortical_Column.cpp \ | ||
| + Thalamic_Column.cpp \ | ||
| + TC.cpp | ||
| + | ||
| +HEADERS += macros.h \ | ||
| + ODE.h \ | ||
| + saves.h \ | ||
| + Cortical_Column.h \ | ||
| + Thalamic_Column.h \ | ||
| + Stimulation.h | ||
| + | ||
| +QMAKE_CXXFLAGS += -std=c++11 -O3 | ||
| + | ||
| +SOURCES -= TC.cpp |
0 comments on commit
8385cf5