Ignore:
Timestamp:
Dec 10, 2019 3:46:36 PM (4 years ago)
Author:
motisi
Message:

Renamed wall_flags_0 to wall_flags_static_0

File:
1 edited

Legend:

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

    r4182 r4329  
    2525! -----------------
    2626! $Id$
     27! Renamed wall_flags_0 to wall_flags_static_0
     28!
     29! 4182 2019-08-22 15:20:23Z scharf
    2730! Corrected "Former revisions" section
    2831!
     
    97100    USE indices,                                                               &
    98101        ONLY:  nbgp, nx, nxl, nxlg, nxr, nxrg, ny, nyn, nyng, nys, nysg,       &
    99                nzb, nzt, wall_flags_0
     102               nzb, nzt, wall_flags_static_0
    100103
    101104    USE kinds
     
    11811184                      local_pf(i,j,k) = MERGE( to_be_resorted(k,j,i),          &
    11821185                                               REAL( fill_value, KIND = wp ),  &
    1183                                                BTEST( wall_flags_0(k,j,i),     &
     1186                                               BTEST( wall_flags_static_0(k,j,i),     &
    11841187                                                      flag_nr ) )
    11851188                   ENDDO
Note: See TracChangeset for help on using the changeset viewer.