diff options
author | Jaron <jaron@kent-dobias.com> | 2017-06-22 23:00:44 -0400 |
---|---|---|
committer | Jaron <jaron@kent-dobias.com> | 2017-06-22 23:00:44 -0400 |
commit | 701cde10f6a43a4d0c3409e1a9bde74040baee22 (patch) | |
tree | 09e22671272ddca7099dd12f53289484c1aaa196 | |
parent | d59fc339a40a47405bfef8c1313e324adca70479 (diff) | |
download | fuse_networks-701cde10f6a43a4d0c3409e1a9bde74040baee22.tar.gz fuse_networks-701cde10f6a43a4d0c3409e1a9bde74040baee22.tar.bz2 fuse_networks-701cde10f6a43a4d0c3409e1a9bde74040baee22.zip |
removed openmp dependencyy
-rw-r--r-- | lib/fracture.h | 1 | ||||
-rw-r--r-- | src/fracture.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/lib/fracture.h b/lib/fracture.h index b1114fb..f56e14a 100644 --- a/lib/fracture.h +++ b/lib/fracture.h @@ -13,7 +13,6 @@ #include <gsl/gsl_sf_log.h> #include <inttypes.h> #include <math.h> -#include <omp.h> #include <stdbool.h> #include <stdint.h> #include <stdio.h> diff --git a/src/fracture.h b/src/fracture.h index b1114fb..f56e14a 100644 --- a/src/fracture.h +++ b/src/fracture.h @@ -13,7 +13,6 @@ #include <gsl/gsl_sf_log.h> #include <inttypes.h> #include <math.h> -#include <omp.h> #include <stdbool.h> #include <stdint.h> #include <stdio.h> |