diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2018-10-25 21:13:18 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2018-10-25 21:13:18 (GMT) |
commit | e94525e80da70fc58457346ff5fe602d27463998 (patch) | |
tree | e8c9bc393b2cce062297ad169af2abb1a8140e9c /tksao/frame/basecommand.C | |
parent | 82f9569479dc74913c449d687227233a519bd065 (diff) | |
download | blt-e94525e80da70fc58457346ff5fe602d27463998.zip blt-e94525e80da70fc58457346ff5fe602d27463998.tar.gz blt-e94525e80da70fc58457346ff5fe602d27463998.tar.bz2 |
new mask
Diffstat (limited to 'tksao/frame/basecommand.C')
-rw-r--r-- | tksao/frame/basecommand.C | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tksao/frame/basecommand.C b/tksao/frame/basecommand.C index 792f660..7e576dc 100644 --- a/tksao/frame/basecommand.C +++ b/tksao/frame/basecommand.C @@ -40,7 +40,7 @@ void Base::axesOrderCmd(int order) // delete grid; // grid = NULL; - loadDone(1,IMG); + loadDone(1); } } |