diff --git a/src/regolith/regolith_mix.f90 b/src/regolith/regolith_mix.f90 index ab5c72be..8b4c1b0f 100644 --- a/src/regolith/regolith_mix.f90 +++ b/src/regolith/regolith_mix.f90 @@ -80,6 +80,7 @@ subroutine regolith_mix(user,surfi,mixing_depth,domain) newlayer%ejm = newlayer%ejm / newlayer%thickness newlayer%ejmf = newlayer%ejmf / newlayer%thickness newlayer%meltvolume = newlayer%meltvolume / newlayer%thickness + newlayer%totvolume = newlayer%totvolume / newlayer%thickness call util_push_array(surfi%regolayer, newlayer) !call util_destroy_list(poppedlist_top)