Skip to content

Commit e945137

Browse files
committed
Added spheroid_tnf sample project
1 parent 351d16b commit e945137

File tree

14 files changed

+2613
-0
lines changed

14 files changed

+2613
-0
lines changed

Makefile

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,17 @@ template_BM:
299299
mkdir ./scripts/
300300
cp ./sample_projects_intracellular/boolean/template_BM/scripts/* ./scripts/
301301

302+
spheroid_tnf:
303+
cp ./sample_projects_intracellular/spheroid_tnf/custom_modules/* ./custom_modules/
304+
touch main.cpp && cp main.cpp main-backup.cpp
305+
cp ./sample_projects_intracellular/spheroid_tnf/main.cpp ./main.cpp
306+
cp Makefile Makefile-backup
307+
cp ./sample_projects_intracellular/spheroid_tnf/Makefile .
308+
cp ./config/PhysiCell_settings.xml ./config/PhysiCell_settings-backup.xml
309+
cp -r ./sample_projects_intracellular/spheroid_tnf/config/* ./config/
310+
mkdir ./scripts/
311+
cp ./sample_projects_intracellular/spheroid_tnf/scripts/* ./scripts/
312+
302313
# early examples for convergence testing
303314

304315
physicell_test_mech1: $(PhysiCell_OBJECTS) ./examples/PhysiCell_test_mechanics_1.cpp

sample_projects/Makefile-default

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,17 @@ template_BM:
299299
mkdir ./scripts/
300300
cp ./sample_projects_intracellular/boolean/template_BM/scripts/* ./scripts/
301301

302+
spheroid_tnf:
303+
cp ./sample_projects_intracellular/spheroid_tnf/custom_modules/* ./custom_modules/
304+
touch main.cpp && cp main.cpp main-backup.cpp
305+
cp ./sample_projects_intracellular/spheroid_tnf/main.cpp ./main.cpp
306+
cp Makefile Makefile-backup
307+
cp ./sample_projects_intracellular/spheroid_tnf/Makefile .
308+
cp ./config/PhysiCell_settings.xml ./config/PhysiCell_settings-backup.xml
309+
cp -r ./sample_projects_intracellular/spheroid_tnf/config/* ./config/
310+
mkdir ./scripts/
311+
cp ./sample_projects_intracellular/spheroid_tnf/scripts/* ./scripts/
312+
302313
# early examples for convergence testing
303314

304315
physicell_test_mech1: $(PhysiCell_OBJECTS) ./examples/PhysiCell_test_mechanics_1.cpp

0 commit comments

Comments
 (0)