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

    ra97897 r79290f  
    1616  $Id: run.h,v 1.42 2007/02/09 09:37:29 foo Exp $
    1717*/
     18
     19#ifdef HAVE_CONFIG_H
     20#include <config.h>
     21#endif
     22
    1823
    1924#define RUNMAXOLD 2   //!< store this many old values of relative kinetic and total energ in RunStruct
Note: See TracChangeset for help on using the changeset viewer.