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 99245d3 commit 2bd87e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample_projects/episode/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ int main( int argc, char* argv[] )
std::vector<std::string> ( *cell_coloring_function )( Cell* ) = my_coloring_function; // set a pathology coloring function
std::string ( *substrate_coloring_function )( double, double, double ) = paint_by_density_percentage;

// generate output folder
// generate output folder name
std::string s_episode = std::to_string( i_episode );
std::string folder = "output/episode" + s_episode.insert( 0, 8 - s_episode.length(), '0' );

Expand Down

0 comments on commit 2bd87e2

Please sign in to comment.