You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>.
Line 7934 in oderhs.m:
if(isngonxy(ix,iy,ifld) == 1) then
should read
if(isngonxy(ix,iy,igsp) == 1) then
?
The text was updated successfully, but these errors were encountered: