Ignore:
Timestamp:
Dec 10, 2019 3:46:36 PM (5 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_3d.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!
     
    9598    USE indices,                                                               &
    9699        ONLY:  nbgp, nxl, nxlg, nxr, nxrg, nyn, nyng, nys, nysg, nzb, nzt,     &
    97                wall_flags_0
     100               wall_flags_static_0
    98101#else
    99102    USE indices,                                                               &
    100103        ONLY:  nbgp, nx, nxl, nxlg, nxr, nxrg, ny, nyn, nyng, nys, nysg, nzb,  &
    101                nzt, wall_flags_0
     104               nzt, wall_flags_static_0
    102105#endif
    103106
     
    620623                                      to_be_resorted(k,j,i),                   &
    621624                                      REAL( fill_value, KIND = wp ),           &
    622                                       BTEST( wall_flags_0(k,j,i), flag_nr ) )
     625                                      BTEST( wall_flags_static_0(k,j,i), flag_nr ) )
    623626                ENDDO
    624627             ENDDO
Note: See TracChangeset for help on using the changeset viewer.