Skip to content

Commit

Permalink
minor formatting change.
Browse files Browse the repository at this point in the history
  • Loading branch information
elmbeech committed Jan 16, 2025
1 parent cd0e24f commit 99245d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample_projects/episode/custom_modules/custom.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ std::vector<std::string> my_coloring_function( Cell* pCell )
void phenotype_function( Cell* pCell, Phenotype& phenotype, double dt )
{ return; }

void custom_function( Cell* pCell, Phenotype& phenotype , double dt )
void custom_function( Cell* pCell, Phenotype& phenotype, double dt )
{ return; }

void contact_function( Cell* pMe, Phenotype& phenoMe, Cell* pOther, Phenotype& phenoOther, double dt )
Expand Down

0 comments on commit 99245d3

Please sign in to comment.