From 3b8c248c0b164d632c5201fab51d49b2f57af218 Mon Sep 17 00:00:00 2001 From: Randy Heiland Date: Thu, 15 Aug 2024 07:59:51 -0400 Subject: [PATCH] cleanup --- core/PhysiCell_cell.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/PhysiCell_cell.cpp b/core/PhysiCell_cell.cpp index 6e1725a24..74bed8840 100644 --- a/core/PhysiCell_cell.cpp +++ b/core/PhysiCell_cell.cpp @@ -1676,7 +1676,7 @@ void display_ptr_as_bool( void (*ptr)(Cell*,Phenotype&,Cell*,Phenotype&,double), return; } -void display_ptr_as_bool( void (*ptr)(Cell*,Cell*), std::ostream& os ) //rwh +void display_ptr_as_bool( void (*ptr)(Cell*,Cell*), std::ostream& os ) { if( ptr ) { os << "true"; return; }