Difference for ug/ug_start.tex from version 1.30 to 1.31

version 1.30version 1.31
Line 68
Line 68
 and because the keyword and value are simply merged into a single string and because the keyword and value are simply merged into a single string
 that is passed to the Tcl interpreter. that is passed to the Tcl interpreter.
  
  If the argument \verb#--tclmain# is present, all following arguments will
  be passed to the Tcl interpreter as a script file and arguments accessible
  via the standard argc and argv variables.
  Note that Charm++ arguments such as \verb#+pemap# are processed during
  Charm++ startup and will not be passed to Tcl.
  
  If the first argument is \verb#+tclsh#,
  Charm++ argument parsing and startup are not performed,
  the Tcl interpreter is initialized without NAMD scripting features,
  and all following arguments are passed to Tcl.
  Statically linked packages such as psfgen are available via ``package require ...''.
  
 \subsubsection{Configuration parameter syntax} \subsubsection{Configuration parameter syntax}
 \label{section:configsyntax} \label{section:configsyntax}
 Each line Each line


Legend:
Removed in v.1.30 
changed lines
 Added in v.1.31



Made by using version 1.53 of cvs2html