Re: [AMBER] Amber 11, Amber-Tools 1.5 and Amber-Tools 12 respgen Bug

From: case <case.biomaps.rutgers.edu>
Date: Sat, 5 May 2012 09:28:02 -0400

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
Custom Search