more descriptive comment
This commit is contained in:
parent
2aaa7331b8
commit
85f45c71a3
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@ main = do
|
||||||
redValue <- takeMVar red
|
redValue <- takeMVar red
|
||||||
let newRed = redValue + incrementValue
|
let newRed = redValue + incrementValue
|
||||||
|
|
||||||
-- retrieve matrices from MVars
|
-- retrieve matrices from MVars and modify them on demand
|
||||||
modifyMVar_ proj (\mproj -> do
|
modifyMVar_ proj (\mproj -> do
|
||||||
modifyMVar_ view (\mview -> do
|
modifyMVar_ view (\mview -> do
|
||||||
modifyMVar_ model (\mmodel -> do
|
modifyMVar_ model (\mmodel -> do
|
||||||
|
|
Loading…
Reference in a new issue