AMBER Archive (2003)

Subject: Re: AMBER: About the limitation of characters on one line in carnal input fi le

From: Bill Ross (ross_at_cgl.ucsf.edu)
Date: Thu Aug 07 2003 - 17:01:40 CDT


> > What is the limitation of character number for carnal input file?
>
> I don't have access to the source code any more, but you
> can find (and increase) it in I believe util.c.

I just found that I do still have access. This was fixed (relatively
speaking) in 2001.

Assuming the version you have defines LINELEN, this should fix it:

#define LINELEN (2 * MAXPATHLEN + 1)

or if MAXPATHLEN causes a compile error:

#define LINELEN 200

Bill Ross

-----------------------------------------------------------------------
The AMBER Mail Reflector
To post, send mail to amber_at_scripps.edu
To unsubscribe, send "unsubscribe amber" to majordomo_at_scripps.edu