Skip to content

Commit 1cb79ae

Browse files
committed
add unique named main
1 parent 848e7e8 commit 1cb79ae

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

sample_projects/cancer_immune/main-cancer_immune_3D.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,8 @@ int main( int argc, char* argv[] )
121121
/* PhysiCell setup */
122122

123123
// set mechanics voxel size, and match the data structure to BioFVM
124-
double mechanics_voxel_size = 30;
124+
double mechanics_voxel_size = PhysiCell_settings.mechanics_voxel_size;
125+
std::cout << "Setting mechanics voxel size= " << mechanics_voxel_size << std::endl;
125126
Cell_Container* cell_container = create_cell_container_for_microenvironment( microenvironment, mechanics_voxel_size );
126127

127128
create_cell_types();

0 commit comments

Comments
 (0)