38#include "implicit_f.inc"
48 my_real,
POINTER,
DIMENSION(:) ::
54 f => nloc_dmg%FNL(1:nloc_dmg%L_NLOC,1)
55 m => nloc_dmg%MASS(1:nloc_dmg%L_NLOC)
56#include "vectorize.inc"
60 npos = nloc_dmg%POSI(n)
62 nddl = nloc_dmg%POSI(n+1) - npos
64 f(npos:npos+nddl-1) = f(npos:npos+nddl-1) / m(npos:npos+nddl-1)