X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=source%2Funres%2Fsrc_MD-M%2Ftogether.F;h=3b0cd3f52084ea113722da58dc07b731651d95a0;hb=57038e4bdff4cc9534106b25bfbd4b9a844d47fd;hp=d94d221853944e617b7ce30b78666a14ff917ecb;hpb=d4fe3918e39a5786f5271071ca6490c61ccea178;p=unres.git diff --git a/source/unres/src_MD-M/together.F b/source/unres/src_MD-M/together.F index d94d221..3b0cd3f 100644 --- a/source/unres/src_MD-M/together.F +++ b/source/unres/src_MD-M/together.F @@ -810,7 +810,7 @@ c receives and stores data from soldiers include 'COMMON.CONTACTS' dimension ind(9),xout(maxvar),eout(mxch*(mxch+1)/2+1) cjlee - double precision przes(3),obr(3,3) + double precision przes(3),obr(3,3),cout(2) logical non_conv cjlee iw_pdb=2 @@ -1213,7 +1213,7 @@ c---------------------------------------------------------- include 'DIMENSIONS' include 'COMMON.IOUNITS' -#if defined(AIX) || defined(PGI) +#if defined(AIX) || defined(PGI) || defined(CRAY) open(icsa_history,file=csa_history,position="append") #else open(icsa_history,file=csa_history,access="append")