Skip to content

Commit

Permalink
typo bugfix.
Browse files Browse the repository at this point in the history
  • Loading branch information
elmbeech committed Jan 15, 2025
1 parent 1c11943 commit e4fe6ac
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 @@ -134,7 +134,7 @@ int main( int argc, char* argv[] )
PhysiCell_settings.folder = folder;
create_output_directory( PhysiCell_settings.folder );

` // OpenMP setup
// OpenMP setup
omp_set_num_threads( PhysiCell_settings.omp_num_threads );

// setup microenviroment and mechanics voxel size and match the data structure to BioFVM
Expand Down

0 comments on commit e4fe6ac

Please sign in to comment.