diff options
-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") - |