Ignore:
Timestamp:
11/19/09 11:29:38 (14 years ago)
Author:
baerbaer <baerbaer@…>
Branches:
master
Children:
32289cd
Parents:
30644a9
Message:

Explicitly declare variables.

git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/smmp/trunk@32 26dc1dd8-5c4e-0410-9ffe-d298b4865968

File:
1 edited

Legend:

Unmodified
Added
Removed
  • EXAMPLES/multicanonical.f

    r30644a9 r6650a56  
    3131!     Change the following directory path to where you want to put SMMP
    3232!     libraries of residues.
    33       libdir='../SMMP/'
     33      libdir='../../SMMP/'
    3434
    3535!!     Choose energy type with the following switch
     
    5858      iabin = 1  ! =0: read from PDB-file
    5959                 ! =1: ab Initio from sequence (& variables)
    60       seqfile='enkefa.seq'
     60      seqfile='1vp.seq'
    6161!      varfile='EXAMPLES/enkefa.var'
    6262      varfile = ' '
     
    7777      temp=1000.0
    7878
    79       call mulcan_par(nsweeps, nup, temp, kmin, kmax, binWidth, l_iter)
     79!      call mulcan_par(nsweeps, nup, temp, kmin, kmax, binWidth, l_iter)
    8080! Uncomment the following three lines to perform a multi canonical simulation with
    8181! the parameters stored in muca.d
    82 !       nmes = 1000
    83 !       call mulcan_sim(nmes, nsweeps, nmes, nup, kmin, kmax, binWidth,
    84 !      &                l_iter)
     82       nmes = 1000
     83       call mulcan_sim(nmes, nsweeps, nmes, nup, kmin, kmax, binWidth,
     84     &                l_iter)
    8585      end program multicanonical_main
    8686
Note: See TracChangeset for help on using the changeset viewer.