Changes between Version 2 and Version 3 of ExampleSpatialTranslation


Ignore:
Timestamp:
Oct 14, 2010, 9:07:04 AM (14 years ago)
Author:
FrederikHeber
Comment:

selector before action and Vector had wrong syntax (i.e. not as string)

Legend:

Unmodified
Added
Removed
Modified
  • ExampleSpatialTranslation

    v2 v3  
    77The following will start molecuilder with the [source:src/UIElements/CommandLineUIUIFactory.hpp CommandLineUI] as the [source:src/UIElements/UIFactory.hpp UIFactory]
    88{{{
    9 molecuilder -i test.conf -t 2 0 0 --molecule-by-id 0
     9molecuilder -i test.conf --molecule-by-id 0 -t "2,0,0"
    1010}}}
    1111It will parse the molecular system found in the pcp config file ''test.conf'' and translate it by (2,0,0), i.e. by 2 angstroem in the x direction, and save the file on exit.