Changeset 79290f for pcp/src/myfft.c


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.c

    ra97897 r79290f  
    1818*/
    1919
     20#ifdef HAVE_CONFIG_H
     21#include <config.h>
     22#endif
     23
    2024#include<stdlib.h>
    2125#include<stdio.h>
     
    2529
    2630// use double precision fft when we have it
    27 #ifdef HAVE_CONFIG_H
    28 #include <config.h>
    29 #endif
    30 
    3131#ifdef HAVE_DFFTW_H
    3232#include "dfftw.h"
Note: See TracChangeset for help on using the changeset viewer.