FEAP User Forum

FEAP => Programming => Topic started by: weiyongtao on February 27, 2021, 03:29:53 AM

Title: there may be a bug.in sbodyw.f
Post by: weiyongtao on February 27, 2021, 03:29:53 AM
for the statement
bf(1:3)=bf(1:3)+…
Maybe this is a bug. I think the correct form should be
bf(1:3)=
Title: Re: there may be a bug.in sbodyw.f
Post by: Prof. R.L. Taylor on February 27, 2021, 11:04:17 AM
The routine is used in may places.  Thus, the best correction is to set bf( : ) = 0.0d0 in the routine ./elements/frame/fbody3w.f