diff options
author | xiangzhou | 2016-08-17 13:51:31 -0400 |
---|---|---|
committer | xiangzhou | 2016-08-17 13:51:31 -0400 |
commit | 96e75a1dc4a46550f25d2012fa6d0874388b3282 (patch) | |
tree | e8b17183ef234552034c8f694af93739daa301bc /src/gemma.cpp | |
parent | 60f86db94ee2b4f826300cb0e73cb658ac7bdfd8 (diff) | |
download | pangemma-96e75a1dc4a46550f25d2012fa6d0874388b3282.tar.gz |
version 0.95alpha
Diffstat (limited to 'src/gemma.cpp')
-rw-r--r-- | src/gemma.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gemma.cpp b/src/gemma.cpp index c85670d..54f1d3c 100644 --- a/src/gemma.cpp +++ b/src/gemma.cpp @@ -39,7 +39,6 @@ #include "vc_float.h" #include "lm_float.h" //for LM class #include "bslmm_float.h" //for BSLMM class -#include "ldr_float.h" //for LDR class #include "lmm_float.h" //for LMM class, and functions CalcLambda, CalcPve, CalcVgVe #include "mvlmm_float.h" //for MVLMM class #include "prdt_float.h" //for PRDT class @@ -51,7 +50,6 @@ #include "vc.h" #include "lm.h" #include "bslmm.h" -#include "ldr.h" #include "lmm.h" #include "mvlmm.h" #include "prdt.h" |