Changes between Version 26 and Version 27 of Piernik

Show
Ignore:
Timestamp:
03/24/13 17:10:44 (12 years ago)
Author:
mmamonski
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Piernik

    v26 v27  
    254254      call MPI_Bcast(dt_mc, 1, MPI_DOUBLE_PRECISION, 0, comm, ierr) 
    255255}}} 
    256   * piernik.F90 main routine 
     256 * piernik.F90 main routine 
    257257{{{ 
    258258#ifdef MHD_KERNEL 
     
    272272#endif 
    273273}}} 
    274   * piernik.F90 send_gas_state routine 
     274 * piernik.F90 send_gas_state routine 
    275275{{{ 
    276276      call MPI_Gather(rho_gas, size(rho_gas), MPI_DOUBLE_PRECISION, rho_gas_global, size(rho_gas), MPI_DOUBLE_PRECISION, 0, comm, ierr) 
     
    282282      endif 
    283283}}} 
    284   * mc.F90 get_gas_state routine 
     284 * mc.F90 get_gas_state routine 
    285285{{{ 
    286286         if (master) then