On Fri, May 04, 2012, Marko Wehle wrote:
>
> in ambertoolsxx/ -> antechamber/ -> respgen.c:
>
> if(count >= 8) {
> count = 0;
> fprintf(fpout, "\n");
> }
Can you try changing the first line above to this:
if(count >= 8 && tcount != tmpnum) {
and let us know if that helps?
....thanks...dac
_______________________________________________
AMBER mailing list
AMBER.ambermd.org
http://lists.ambermd.org/mailman/listinfo/amber
Received on Sat May 05 2012 - 06:30:03 PDT