Skip to content

Commit 7c029f8

Browse files
Save Constants in SSA material models, else Budd law can't find gravity
1 parent 3ea48fb commit 7c029f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

elmerice/Utils/SSAMaterialModels.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ FUNCTION SSAEffectiveFriction(Element,nn,Basis,ub,SEP,PartlyGrounded,h,rho,rhow,
8383
TYPE(Solver_t), POINTER :: pSolver => NULL()
8484

8585
SAVE FirstTime
86-
SAVE :: GLnIP, GMSol, BedRockSol, pSolver, MaskName
86+
SAVE :: GLnIP, GMSol, BedRockSol, pSolver, MaskName, Constants
8787

8888
Material => GetMaterial(Element)
8989

0 commit comments

Comments
 (0)