Changeset 79290f for pcp/src/ions.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/ions.c

    ra97897 r79290f  
    2323*/
    2424
     25#ifdef HAVE_CONFIG_H
     26#include <config.h>
     27#endif
     28
    2529#include <stdlib.h>
    2630#include <stdio.h>
     
    3236#include "mymath.h"
    3337
    34 
    3538// use double precision fft when we have it
    36 #ifdef HAVE_CONFIG_H
    37 #include <config.h>
    38 #endif
    39 
    4039#ifdef HAVE_DFFTW_H
    4140#include "dfftw.h"
     
    144143        I->Thermostat = None;
    145144      }
    146     }
    147     if (I->Thermostat == -1) {
     145    } else {
    148146      if (P->Par.me == 0)
    149147        fprintf(stderr,"(%i) Warning: thermostat name was not understood!\n", P->Par.me);
Note: See TracChangeset for help on using the changeset viewer.