Periodic BC Use Lagrange Coefficient

Clearly defined bug reports and their fixes
Post Reply
fgillet
Posts: 47
Joined: 30 Sep 2010, 16:58

Periodic BC Use Lagrange Coefficient

Post by fgillet »

Dear Elmer developers,

"Periodic BC Use Lagrange Coefficient" results in a seg. fault in recent Elmer revisions.

The pb comes from line 2153 of SolverUtils.src
"DO WHILE(ASSOCIATED(A))"

which, I think, should now be
"DO WHILE(ASSOCIATED(F))"

best regards,

Fabien
Juha
Site Admin
Posts: 357
Joined: 21 Aug 2009, 15:11

Re: Periodic BC Use Lagrange Coefficient

Post by Juha »

Hi Fabien,

my fault, i'll fix it. thanks for the report!

Regards, Juha
Post Reply