From 0fa690fe3886cf1c4ccd88188a8756796a24ea4f Mon Sep 17 00:00:00 2001 From: Randy Heiland Date: Tue, 15 Oct 2024 15:28:37 -0400 Subject: [PATCH] cleanup random_seed --- .../asymmetric_division/config/PhysiCell_settings.xml | 1 - sample_projects/asymmetric_division/custom_modules/custom.cpp | 3 --- 2 files changed, 4 deletions(-) diff --git a/sample_projects/asymmetric_division/config/PhysiCell_settings.xml b/sample_projects/asymmetric_division/config/PhysiCell_settings.xml index 8f4bded17..994749fe0 100644 --- a/sample_projects/asymmetric_division/config/PhysiCell_settings.xml +++ b/sample_projects/asymmetric_division/config/PhysiCell_settings.xml @@ -538,7 +538,6 @@ - 0 0 \ No newline at end of file diff --git a/sample_projects/asymmetric_division/custom_modules/custom.cpp b/sample_projects/asymmetric_division/custom_modules/custom.cpp index 8721f207d..17137cd29 100644 --- a/sample_projects/asymmetric_division/custom_modules/custom.cpp +++ b/sample_projects/asymmetric_division/custom_modules/custom.cpp @@ -69,9 +69,6 @@ void create_cell_types( void ) { - // set the random seed - SeedRandom( parameters.ints("random_seed") ); - /* Put any modifications to default cell definition here if you want to have "inherited" by other cell types.