I have found a workaround (see below), but I still think this is a bug.
The state saved in this particular case (using "save state" ) can not be 
restored (using "restore state" ) or loaded via script file.

Solution to avoid the problem: skip the 
  structure none {atomexpression}
lines in the state when restoring.

My workaround is this:

change 
   save state state0
to
  function state0 { 
     ~st0 = show("state").replace("structure ","#structure "); 
     return ~st0; 
  } 

and change
  restore state state0
to
  state0()





------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
_______________________________________________
Jmol-users mailing list
Jmol-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to