Ignore:
Timestamp:
Apr 5, 2016 4:30:18 PM (8 years ago)
Author:
maronga
Message:

removed parameter file check. update of mrungui for compilation with qt5

File:
1 edited

Legend:

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

    r1683 r1804  
    1919! Current revisions:
    2020! -----------------
    21 !
     21! Removed code for parameter file check (__check)
    2222!
    2323! Former revisions:
     
    150150    PRIVATE
    151151
    152 #if ! defined ( __check )
    153152    PUBLIC  poisfft, poisfft_init
    154153
     
    160159       MODULE PROCEDURE poisfft_init
    161160    END INTERFACE poisfft_init
    162 #else
    163     PUBLIC  poisfft_init
    164 
    165     INTERFACE poisfft_init
    166        MODULE PROCEDURE poisfft_init
    167     END INTERFACE poisfft_init
    168 #endif
     161
    169162
    170163 CONTAINS
     
    196189
    197190
    198 #if ! defined ( __check )
     191
    199192!------------------------------------------------------------------------------!
    200193! Description:
     
    14991492    END SUBROUTINE ffty_tri_ffty
    15001493
    1501 #endif
    1502 
    15031494 END MODULE poisfft_mod
Note: See TracChangeset for help on using the changeset viewer.