Skip to content

Commit

Permalink
update to 6/7 presentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert McLay committed Jun 7, 2022
1 parent 3bcee8d commit 3b573c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Binary file modified my_docs/22/lmod_zoom_mtg_2022_06_07/presentation.pdf
Binary file not shown.
6 changes: 3 additions & 3 deletions my_docs/22/lmod_zoom_mtg_2022_06_07/presentation.tex
Original file line number Diff line number Diff line change
Expand Up @@ -130,15 +130,15 @@
{\tiny
\begin{semiverbatim}
function Load\_Try(...)
dbg.start{"Load\_Try(",concatTbl(\{...\},", "),")"}
dbg.start\{"Load\_Try(",concatTbl(\{...\},", "),")"\}
local check\_must\_load = false
local argA = pack(...)
l\_usrLoad(argA, check\_must\_load)
dbg.fini("Load\_Try")
end

function Load\_Usr(...)
dbg.start{"Load\_Usr(",concatTbl(\{...\},", "),")"}
dbg.start\{"Load\_Usr(",concatTbl(\{...\},", "),")"\}
local check\_must\_load = true
local argA = pack(...)
l\_usrLoad(argA, check\_must\_load)
Expand Down Expand Up @@ -285,7 +285,7 @@
-- Otherwise: unload previous module
local mcp_old = mcp
local mcp = MCP
unload_internal{MName:new("mt",sn)}
unload_internal\{MName:new("mt",sn)\}
mname:reset() -- force a new lazyEval
local status = mcp:load_usr\{mname\}
mcp = mcp_old
Expand Down

0 comments on commit 3b573c2

Please sign in to comment.