yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #11299
Re: (Anecdotic ?) Changes in Law2_.._Capillarity : H-M / C-S
Le Lundi 22 Septembre 2014 18:34 CEST, Jérome Duriez <jerome.duriez@xxxxxxxxxxxxxxx> a écrit:
> With this slight change :
>
> if !hertzOn
> CapillaryPhys* contactPhysics = static_cast<CapillaryPhys*>(interaction->phys.get());
> else
> MindlinCapillaryPhys* contactPhysics = static_cast<MindlinCapillaryPhys*>(interaction->phys.get())
>
> ?
>
>
And then, the scope of contactPhysics is limited to these four lines... I understand the issue now, sorry...
References