--- trunk/nano_mpi/src/main.F90 2002/06/10 17:18:36 4 +++ trunk/nano_mpi/src/main.F90 2002/07/01 15:27:33 9 @@ -184,11 +184,12 @@ program nano #endif - if(checktemp.or.(ensemble == 'NVT')) then + if(command == 'setup') then call randomize_velocities(target_temp) end if + call run_dynamics() call write_final_config()