On Thu, Feb 21, 2013, wmsmith.uci.edu wrote:
> Here were the relevant source file changes (as of last try):
> -mm_options.l, Line 160
> solvopt{Assign}[1-6]|8 { ECHO; solvopt = setVarInt(yytext); }
Try this:
solvopt{Assign}[1-68]
[If you really want to use the "|", you have to use parentheses to establish
precendence: solvopt{Assign}([1-6]|8).]
...dac
_______________________________________________
AMBER-Developers mailing list
AMBER-Developers.ambermd.org
http://lists.ambermd.org/mailman/listinfo/amber-developers
Received on Thu Feb 21 2013 - 19:00:03 PST