diff --git a/src/cell.cpp b/src/cell.cpp --- a/src/cell.cpp +++ b/src/cell.cpp @@ -415,6 +415,7 @@ void Cell::DivideWalls(ItList new_node_l daughter->chem[i]=chem[i]; } + daughter->cell_type = cell_type; //extern double auxin_account; //auxin_account += daughter->chem[0];