Revision: 20916
          http://sourceforge.net/p/jmol/code/20916
Author:   hansonr
Date:     2016-01-04 12:36:28 +0000 (Mon, 04 Jan 2016)
Log Message:
-----------


Modified Paths:
--------------
    trunk/Jmol-datafiles/tests/scripts/run/monster_script.spt

Modified: trunk/Jmol-datafiles/tests/scripts/run/monster_script.spt
===================================================================
--- trunk/Jmol-datafiles/tests/scripts/run/monster_script.spt   2016-01-04 
12:05:06 UTC (rev 20915)
+++ trunk/Jmol-datafiles/tests/scripts/run/monster_script.spt   2016-01-04 
12:36:28 UTC (rev 20916)
@@ -1,5 +1,11 @@
 defaultdirectory="http://chemapps.stolaf.edu/jmol/docs/examples-11/data";
-load cyclohexane_movie.xyz;pts = {C5}.split();print pts;draw @{pts.xyz.sub({1 
0 0})} "X"
+//load cyclohexane_movie.xyz;pts = {C5}.split();print pts;draw 
@{pts.xyz.sub({1 0 0})} "X"
+
+  load cyclohexane_movie.xyz;pts = {C5}.split();
+  print pts.xyz;
+  print pts.xyz.type;
+  draw @{pts.xyz.sub({1 0 0})} "X"
+
 
#defaultdirectory="c:/jmol-dev/workspace/jmol-documentation/script_documentation/examples-11/data"
 message 2
 #set showscript  # for slow operation
@@ -64,7 +70,6 @@
 show set
 
 
-
 #new0.htm
 
  
@@ -1382,13 +1387,11 @@
 
 
 # operation.txt
-
 if (_version < 1103041);quit;endif
-
 load =1crn
 
 ###TESTBLOCKSTART###
-
+/**
 function checkop(op)
  ilist=array(true,3,4.5,"test1",{1 0 0},{0 0 1 0}, ({0 1 2 3}))
  jlist=array(false,5,8.5,"test2",{0 1 0},{0 1 0 0}, ({3 4 5}))

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
_______________________________________________
Jmol-commits mailing list
Jmol-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-commits

Reply via email to