Increased the max number of atoms in phagen.
This commit is contained in:
parent
640746a81f
commit
605f3fda0e
|
@ -1,7 +1,7 @@
|
||||||
c.. dimensions for the program
|
c.. dimensions for the program
|
||||||
integer ua_
|
integer ua_
|
||||||
parameter ( nat_ = 1500,
|
parameter ( nat_ = 4000,
|
||||||
$ ua_ = 1500,
|
$ ua_ = 4000,
|
||||||
$ neq_ = 48 )
|
$ neq_ = 48 )
|
||||||
C
|
C
|
||||||
C where :
|
C where :
|
||||||
|
|
Loading…
Reference in New Issue