Possible Glitch oderhs.m
jguterl opened this issue · 2 comments
jguterl commented
Line 7934 in oderhs.m:
if(isngonxy(ix,iy,ifld) == 1) then
should read
if(isngonxy(ix,iy,igsp) == 1) then
?
trognlien commented
Thanks Jerome. Indeed, the subsript should be igsp here, not ifld. Will correct in next version.
-Tom
From: jguterl <notifications@github.com>
Reply-To: LLNL/UEDGE <reply@reply.github.com>
Date: Monday, March 30, 2020 at 1:10 PM
To: LLNL/UEDGE <UEDGE@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Subject: [LLNL/UEDGE] Possible Glitch oderhs.m (#12)
Line 7934 in oderhs.m:
if(isngonxy(ix,iy,ifld) == 1) then
should read
if(isngonxy(ix,iy,igsp) == 1) then
?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#12>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AAILAYQJXJSC7MBZYK72373RKD4AHANCNFSM4LW36LMQ>.
holm10 commented
Closed as solved