--- /usr/brule28/cshome/closson/src/gromacs-trellisfs/gromacs-3.2.1/src/tools/gmx_sgangle.c Tue Mar 2 14:11:43 2004 +++ gmx_sgangle.c Tue Mar 2 15:06:37 2004 @@ -395,7 +395,8 @@ atom_id *index[2]; bool bOne = TRUE; t_pargs pa[] = { - { "-one", FALSE, etBOOL, {&bOne}, +// { "-one", FALSE, etBOOL, {&bOne}, + { "-one", FALSE, etBOOL, {NULL}, "only one group compute angle between vector at time zero and t" } }; #define NPA asize(pa) @@ -409,6 +410,8 @@ { efXVG, "-od1", "sg_dist1",ffWRITE }, /* xvgr output file */ { efXVG, "-od2", "sg_dist2",ffWRITE } /* xvgr output file */ }; + + pa[0].u.b = &bOne; #define NFILE asize(fnm)