40#include "implicit_f.inc"
45 TYPE(),
TARGET :: NLOC_DMG
50 my_real,
POINTER,
DIMENSION(:) ::
57 f => nloc_dmg%FNL(1:nloc_dmg%L_NLOC,1)
58 m => nloc_dmg%MASS(1:nloc_dmg%L_NLOC)
59#include "vectorize.inc"
63 npos = nloc_dmg%POSI(n)
65 nddl = nloc_dmg%POSI(n+1) - npos
67 f(npos:npos+nddl-1) = f(npos:npos+nddl-1) / m(npos:npos+nddl-1)