Ignore:
Timestamp:
Nov 2, 2018 2:19:26 PM (5 years ago)
Author:
raasch
Message:

bugfix: misplaced positions of cpp-directives for netCDF and MPI fixed; output format limited to a maximum line length of 80

File:
1 edited

Legend:

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

    r3474 r3483  
    2525! -----------------
    2626! $Id$
     27! bugfix: misplaced directives for netCDF fixed
     28!
     29! 3474 2018-10-30 21:07:39Z kanani
    2730! Add UV exposure model input (Schrempf)
    2831!
     
    49444947     SUBROUTINE netcdf_data_input_get_dimension_length( id, dim_len,           &
    49454948                                                        variable_name )
    4946 #if defined( __netcdf )
    4947 
    49484949       USE pegrid
    49494950
     
    49574958       INTEGER(iwp)                ::  id_dim           !< dimension id
    49584959
     4960#if defined( __netcdf )
    49594961!
    49604962!--    First, inquire dimension ID
Note: See TracChangeset for help on using the changeset viewer.