Changeset 79290f for pcp/src/ions.c
- Timestamp:
- Jun 7, 2008, 1:13:29 PM (17 years ago)
- Children:
- 02bc3c
- Parents:
- a97897
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pcp/src/ions.c
ra97897 r79290f 23 23 */ 24 24 25 #ifdef HAVE_CONFIG_H 26 #include <config.h> 27 #endif 28 25 29 #include <stdlib.h> 26 30 #include <stdio.h> … … 32 36 #include "mymath.h" 33 37 34 35 38 // use double precision fft when we have it 36 #ifdef HAVE_CONFIG_H37 #include <config.h>38 #endif39 40 39 #ifdef HAVE_DFFTW_H 41 40 #include "dfftw.h" … … 144 143 I->Thermostat = None; 145 144 } 146 } 147 if (I->Thermostat == -1) { 145 } else { 148 146 if (P->Par.me == 0) 149 147 fprintf(stderr,"(%i) Warning: thermostat name was not understood!\n", P->Par.me);
Note:
See TracChangeset
for help on using the changeset viewer.