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 /src | |
parent | d59fc339a40a47405bfef8c1313e324adca70479 (diff) | |
download | fuse_networks-701cde10f6a43a4d0c3409e1a9bde74040baee22.tar.gz fuse_networks-701cde10f6a43a4d0c3409e1a9bde74040baee22.tar.bz2 fuse_networks-701cde10f6a43a4d0c3409e1a9bde74040baee22.zip |
removed openmp dependencyy
Diffstat (limited to 'src')
-rw-r--r-- | src/fracture.h | 1 |
1 files changed, 0 insertions, 1 deletions
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> |