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=b6de477f8906537011cc2f2dd19eca058867c636;hp=77604fa089b27c3ef965da8e72e8366664a35440;hpb=fadcbe9b87b0d48f806aebc0e74dc7d08fb10fe6;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