From 971de5a1777b9cbe3e48e6a1d0bf267177c77045 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vincent=20No=C3=ABl?= Date: Fri, 15 Nov 2024 11:09:07 -0300 Subject: [PATCH] Removed call to SeedRandom() in main of physiboss cell lines project --- .../boolean/physiboss_cell_lines/main.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/sample_projects_intracellular/boolean/physiboss_cell_lines/main.cpp b/sample_projects_intracellular/boolean/physiboss_cell_lines/main.cpp index a3d872462..3897fda72 100644 --- a/sample_projects_intracellular/boolean/physiboss_cell_lines/main.cpp +++ b/sample_projects_intracellular/boolean/physiboss_cell_lines/main.cpp @@ -108,9 +108,6 @@ int main( int argc, char* argv[] ) // OpenMP setup omp_set_num_threads(PhysiCell_settings.omp_num_threads); - // PNRG setup - SeedRandom(); - // time setup std::string time_units = "min";