summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Lundborg <lundborg.magnus@gmail.com>2013-10-14 14:38:32 (GMT)
committerMagnus Lundborg <lundborg.magnus@gmail.com>2013-10-14 14:38:32 (GMT)
commit9d7e53f000baae40b1d942a4c63b66283907ff9b (patch)
treebfa618c6955b4b9c53afc14f3f3b727a11ff0bb6
parentff2db43e1c85a09cc3a9ab2d2bcaa6633f8af954 (diff)
Fix includes.
-rw-r--r--include/tng_io.h14
-rw-r--r--src/tests/md_openmp.c2
-rw-r--r--src/tests/md_openmp_util.c2
-rw-r--r--src/tests/tng_io_read_pos.c2
-rw-r--r--src/tests/tng_io_read_pos_util.c2
-rw-r--r--src/tests/tng_io_testing.c2
-rw-r--r--src/tests/tng_parallel_read.c4
7 files changed, 14 insertions, 14 deletions
diff --git a/include/tng_io.h b/include/tng_io.h
index 24db340..4295b7f 100644
--- a/include/tng_io.h
+++ b/include/tng_io.h
@@ -75,12 +75,12 @@
* See git log for full revision history.
*
* Revisions
- *
+ *
* v. 1.4 - More flexible support for digital signatures in header.
* - Block ID numbers changed.
- *
+ *
* v. 1.3 - Second stable release of the API.
- *
+ *
* - Added multiplication factor for coordinate units to general info.
* - Added time stamps and time per frame in frame sets.
* - High-level API functions added (not for managing molecules yet)
@@ -160,7 +160,7 @@
* \code
* #include <stdlib.h>
* #include <stdio.h>
- * #include <tng_io.h>
+ * #include "tng_io.h"
*
* int main(int argc, char **argv)
* {
@@ -305,7 +305,7 @@ typedef unsigned __int64 uint64_t;
// typedef long long int int64_t;
// # endif
// #endif
-//
+//
// typedef unsigned char uint8_t;
// typedef unsigned short int uint16_t;
// #ifndef __uint32_t_defined
@@ -412,7 +412,7 @@ typedef enum {TNG_UNCOMPRESSED,
TNG_XTC_COMPRESSION,
TNG_TNG_COMPRESSION,
TNG_GZIP_COMPRESSION} tng_compression;
-
+
/** Hash types */
typedef enum {TNG_NO_HASH,
TNG_MD5,
@@ -2034,7 +2034,7 @@ tng_function_status DECLSPECDLLEXPORT tng_particle_data_interval_get
int64_t *n_particles,
int64_t *n_values_per_frame,
char *type);
-
+
/**
* @brief Read and retrieve a vector (1D array) particle data, in a
* specific interval.
diff --git a/src/tests/md_openmp.c b/src/tests/md_openmp.c
index 2314e6f..1560c5d 100644
--- a/src/tests/md_openmp.c
+++ b/src/tests/md_openmp.c
@@ -3,7 +3,7 @@
# include <time.h>
# include <math.h>
# include <omp.h>
-# include <tng_io.h>
+# include "tng_io.h"
#include "tng_io_testing.h"
int main ( int argc, char *argv[] );
diff --git a/src/tests/md_openmp_util.c b/src/tests/md_openmp_util.c
index 6f25e7f..26c630d 100644
--- a/src/tests/md_openmp_util.c
+++ b/src/tests/md_openmp_util.c
@@ -3,7 +3,7 @@
# include <time.h>
# include <math.h>
# include <omp.h>
-# include <tng_io.h>
+# include "tng_io.h"
#include "tng_io_testing.h"
int main ( int argc, char *argv[] );
diff --git a/src/tests/tng_io_read_pos.c b/src/tests/tng_io_read_pos.c
index 450f82b..81a522a 100644
--- a/src/tests/tng_io_read_pos.c
+++ b/src/tests/tng_io_read_pos.c
@@ -15,7 +15,7 @@
#include <stdlib.h>
#include <stdio.h>
-#include <tng_io.h>
+#include "tng_io.h"
int main(int argc, char **argv)
{
diff --git a/src/tests/tng_io_read_pos_util.c b/src/tests/tng_io_read_pos_util.c
index a80ae53..467afbf 100644
--- a/src/tests/tng_io_read_pos_util.c
+++ b/src/tests/tng_io_read_pos_util.c
@@ -17,7 +17,7 @@
#include <stdlib.h>
#include <stdio.h>
-#include <tng_io.h>
+#include "tng_io.h"
int main(int argc, char **argv)
{
diff --git a/src/tests/tng_io_testing.c b/src/tests/tng_io_testing.c
index 0f67ccc..61bdab0 100644
--- a/src/tests/tng_io_testing.c
+++ b/src/tests/tng_io_testing.c
@@ -19,7 +19,7 @@
#include <stdlib.h>
#include <string.h>
-#include <tng_io.h>
+#include "tng_io.h"
#include "tng_io_testing.h"
static tng_function_status tng_test_setup_molecules(tng_trajectory_t traj)
diff --git a/src/tests/tng_parallel_read.c b/src/tests/tng_parallel_read.c
index 824fc73..17417d9 100644
--- a/src/tests/tng_parallel_read.c
+++ b/src/tests/tng_parallel_read.c
@@ -15,7 +15,7 @@
#include <stdlib.h>
#include <stdio.h>
-#include <tng_io.h>
+#include "tng_io.h"
/* N.B. this code is for testing parallel reading of trajectory frame sets. The
@@ -89,7 +89,7 @@ int main(int argc, char **argv)
{
printf("Particle name not found\n");
}
-
+
fail = 0;
#pragma omp parallel \
contact: Jan Huwald // Impressum