Changeset 4557


Ignore:
Timestamp:
Jun 10, 2020 11:55:42 AM (4 years ago)
Author:
raasch
Message:

bugfix: MPI_DOUBLE_PRECISION replaced by MPI_REAL

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/vdi_internal_controls.f90

    r4497 r4557  
    2525! -----------------
    2626! $Id$
     27! bugfix: mpi double precision replaced by mpi real
     28!
     29! 4497 2020-04-15 10:20:51Z raasch
    2730! file re-formatted to follow the PALM coding standard
    28 !
    2931!
    3032! 4481 2020-03-31 18:55:54Z maronga
     
    103105               comm2d,                                                                             &
    104106               ierr,                                                                               &
    105                MPI_DOUBLE_PRECISION,                                                               &
     107               MPI_REAL,                                                                           &
    106108               MPI_INTEGER,                                                                        &
    107109               MPI_MAX,                                                                            &
Note: See TracChangeset for help on using the changeset viewer.