Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
rheiland committed Aug 15, 2024
1 parent efc9e63 commit 3b8c248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/PhysiCell_cell.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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; }
Expand Down

0 comments on commit 3b8c248

Please sign in to comment.