changes to visualization, not finished by now!
[physik/posic.git] / run
diff --git a/run b/run
index 5a20df0..6e120d7 100755 (executable)
--- a/run
+++ b/run
@@ -4,7 +4,8 @@
 if [ "$?" == "0" ]; then
        #./perms
        if [ "$1" ] ; then
-               rasmol -32 -nodisplay < $1/visualize.scr > /dev/null 2>&1
+               ./visualize $1
+               #rasmol -32 -nodisplay < $1/visualize.scr > /dev/null 2>&1
                ./ppm2avi $1
        fi
 fi