Changeset 79290f for pcp/src/myfft.h


Ignore:
Timestamp:
Jun 7, 2008, 1:13:29 PM (17 years ago)
Author:
Frederik Heber <heber@…>
Children:
02bc3c
Parents:
a97897
Message:

config.h is included in each and every file. After trying to compile on JUMP (with xlc).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pcp/src/myfft.h

    ra97897 r79290f  
    1616*/
    1717
    18 // use double precision fft when we have it
    1918#ifdef HAVE_CONFIG_H
    2019#include <config.h>
    2120#endif
    2221
     22// use double precision fft when we have it
    2323#ifdef HAVE_DFFTW_H
    2424#include "dfftw.h"
Note: See TracChangeset for help on using the changeset viewer.