Skip to content

Commit

Permalink
if the node intracellular is empty, remove the intracellular module i…
Browse files Browse the repository at this point in the history
…n the cell definition --> cell types with no maboss model no longer inherit it from the default one
  • Loading branch information
marcorusc committed Jul 27, 2023
1 parent fae55ed commit 8acafda
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion core/PhysiCell_cell.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3012,7 +3012,11 @@ Cell_Definition* initialize_cell_definition_from_pugixml( pugi::xml_node cd_node
}
#endif

}
} else{

phenotype.intracellular = NULL;

}

// set up custom data
node = cd_node.child( "custom_data" );
Expand Down

0 comments on commit 8acafda

Please sign in to comment.