]> hackdaworld.org Git - physik/posic.git/blobdiff - run
test without float-store compiler option
[physik/posic.git] / run
diff --git a/run b/run
index 5a20df0b0acb4ce0266fe158db475901f163aa3f..c7d454ca1629a0d29a187c159bd479bf530bd0e3 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 -d $1
+               #rasmol -32 -nodisplay < $1/visualize.scr > /dev/null 2>&1
                ./ppm2avi $1
        fi
 fi