|
|||||||||||||||||||||||||||||||||
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)
> > What is the limitation of character number for carnal input file?
I just found that I do still have access. This was fixed (relatively
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
-----------------------------------------------------------------------
| |||||||||||||||||||||||||||||||||
|