Ignore:
Timestamp:
Aug 14, 2013 10:58:20 AM (11 years ago)
Author:
raasch
Message:

fftw support added; object file list in Makefile replaced by a short one line statement

File:
1 edited

Legend:

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

    r1182 r1210  
    2020! Current revisions:
    2121! -----------------
    22 !
     22! check for fftw
    2323!
    2424! Former revisions:
     
    707707    IF ( fft_method /= 'singleton-algorithm'  .AND.  &
    708708         fft_method /= 'temperton-algorithm'  .AND.  &
     709         fft_method /= 'fftw'                 .AND.  &
    709710         fft_method /= 'system-specific' )  THEN
    710711       message_string = 'unknown fft-algorithm: fft_method = "' // &
Note: See TracChangeset for help on using the changeset viewer.