X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=source%2Fga%2Fio.inc;fp=source%2Fga%2Fio.inc;h=3ac741b704931a9ad57166c7b6328039724e189c;hb=56c5d798bd1ac963ac768c9f27747c928e4e795f;hp=77604fa089b27c3ef965da8e72e8366664a35440;hpb=1ec0b628c4a65830ef2e63b6b47ef4e4604d37fa;p=unres.git diff --git a/source/ga/io.inc b/source/ga/io.inc index 77604fa..3ac741b 100644 --- a/source/ga/io.inc +++ b/source/ga/io.inc @@ -16,6 +16,7 @@ c -- I/O units integer :: izsoptw = 16 ! zscore optimized weights files integer :: izenergy = 17 integer :: iobank = 18 + integer :: obankh = 19 ! csa bank history file c -- I/O filenames character*20 :: owfn = "weights" @@ -30,4 +31,5 @@ c character*20 :: imremdfn = "mremd.tpl" ! mremd input template file character*20 :: opopsumfn = "population.summary" character*20 :: ostatefn = "unresga.state" ! unresga state file character*20 :: izenergyfn = "zscore.out_par" ! zscore generated output prefix - character*20 :: iobankfn = "unresga.bank" ! csa bank file + character*20 :: iobankfn = "unresga.bank" ! csa current bank file + character*20 :: obankhfn = "unresga.bank.history" ! csa bank history file