diff options
author | Eugeniy Mikhailov <evgmik@gmail.com> | 2011-04-12 17:30:06 -0400 |
---|---|---|
committer | Eugeniy Mikhailov <evgmik@gmail.com> | 2011-04-12 17:30:06 -0400 |
commit | 329e31c4cfb7821354bb5d35d2bebcdee0a86e74 (patch) | |
tree | f39f8e9748fb6d7974ffff099b914a861a1d554c | |
parent | de6f9753f760ea5e83cd62bf98fbc65996c81a45 (diff) | |
download | mode_match-329e31c4cfb7821354bb5d35d2bebcdee0a86e74.tar.gz mode_match-329e31c4cfb7821354bb5d35d2bebcdee0a86e74.zip |
commented out unneded quit and puase
Ignore-this: 2f906c9294ff467f37e7a8636402c693
darcs-hash:20110412213006-067c0-d0899025af2f8ee10221d1df437272fbb66a98a1
-rw-r--r-- | propagation.m | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/propagation.m b/propagation.m index 60e94fe..93f9e81 100644 --- a/propagation.m +++ b/propagation.m @@ -74,6 +74,6 @@ printf("values below should match 'wf' and 'rf': \n") waste = q2waste(qtf, lambda) radius = q2radius(qtf,lambda) -pause(100) -quit() +%pause(100) +%quit() |