From: Maxim Belkin (mbelkin_at_ks.uiuc.edu)
Date: Sat Dec 21 2013 - 18:10:36 CST

Hey Ryan,
To me it looks like an attempt to comment out part of the code though it should be #, not %.

Maxim

On Dec 21, 2013, at 9:49 AM, Ryan Hoffman <rmhoff_at_scripps.edu> wrote:

> I can't find a description of the use of the percent glyph (%) in either the NAMD or Tcl documentation (except as an infix operator for arguments to expr).
>
> The Martini RBCG tutorial's example .conf file ends with:
>
> run 1000000
> %set totsimtime 5000000
> %run [expr $totsimtime - $currenttimestep]
>
> What are those '%'s for?