diff options
author | evmik <evmik@ligo.mit.edu> | 2006-07-12 12:07:35 -0400 |
---|---|---|
committer | evmik <evmik@ligo.mit.edu> | 2006-07-12 12:07:35 -0400 |
commit | 18b98884cf03251ed1cf30f15d0cf2d2426299e7 (patch) | |
tree | 23dea2755d50a8774ce9d4d337b0d33083b9cebc | |
parent | 85bb8359813cb458e961ddbf58d5d71821659fb2 (diff) | |
download | mode_match-18b98884cf03251ed1cf30f15d0cf2d2426299e7.tar.gz mode_match-18b98884cf03251ed1cf30f15d0cf2d2426299e7.zip |
unnesessary staff removed
darcs-hash:20060712160735-a6199-74994ceb107c3ea605c9cb650a13e86095635389
-rw-r--r-- | propagation.m | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/propagation.m b/propagation.m index f565672..fb7bb0a 100644 --- a/propagation.m +++ b/propagation.m @@ -75,19 +75,4 @@ radius = q2radius(qtf,lambda) pause(100) quit() -system("cat answ.txt answ.txt") -answ=menu("Is it reasonable mode matching?","yes","no") -if (answ ==1) - printf("xxxxxxxxxxxxxxxxxxxxxxxxxxxx") - system("cat answ.txt >>good_mode_matching.txt") -else - printf("------------------------------") -endif - -exit -# -#gset term postscript -#gset output "foo.ps" -#plot (x,w1, "1", xb, wb, "2") - |