Difference for lib/replica/umbrella_mplex.namd from version 1.1 to 1.2

version 1.1version 1.2
Line 199
Line 199
   }   }
   dict set dict num_neighbors $nnbr   dict set dict num_neighbors $nnbr
   dict with dict {   dict with dict {
      global first_timestep
     if {[info exists first_timestep]} {     if {[info exists first_timestep]} {
       set i_step $first_timestep       set i_step $first_timestep
     }     }
     firsttimestep $i_step     firsttimestep $i_step
      global input_root
     if { [info exists input_root] } {     if { [info exists input_root] } {
       set ir [format $input_root $r $r]       set ir [format $input_root $r $r]
       reinitatoms $ir       reinitatoms $ir


Legend:
Removed in v.1.1 
changed lines
 Added in v.1.2



Made by using version 1.53 of cvs2html