diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2017-07-07 14:40:39 -0400 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2017-07-07 14:40:39 -0400 |
commit | 0492bba1c50c1da1a9048f1212cd933674e48b2a (patch) | |
tree | 627889cf550132b0f37e1daa96d6b19c5c6f6dad /lib | |
parent | 9cc92bd630302936bbd7a41ac48de16678b615a3 (diff) | |
parent | 701cde10f6a43a4d0c3409e1a9bde74040baee22 (diff) | |
download | fuse_networks-0492bba1c50c1da1a9048f1212cd933674e48b2a.tar.gz fuse_networks-0492bba1c50c1da1a9048f1212cd933674e48b2a.tar.bz2 fuse_networks-0492bba1c50c1da1a9048f1212cd933674e48b2a.zip |
Merge branch 'master' of wopr:doc/research/sethna/code/fracture
Diffstat (limited to 'lib')
-rw-r--r-- | lib/fracture.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/fracture.h b/lib/fracture.h index 7b4f146..5eb0a1d 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> |