aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorPjotr Prins2017-08-20 09:20:06 +0000
committerPjotr Prins2017-08-20 09:20:06 +0000
commitd564a6f16613985340040cc7ab0ffc371cbce3d1 (patch)
treef1f66a528d48dcdf0b216322b1910f3c575429a9 /src/main.cpp
parent85797beb24da3d591a79fddcff4ab48d702b465f (diff)
downloadpangemma-d564a6f16613985340040cc7ab0ffc371cbce3d1.tar.gz
Added checks for K
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/main.cpp b/src/main.cpp
index e37b154..92c4d90 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -25,14 +25,6 @@
using namespace std;
-void gemma_gsl_error_handler (const char * reason,
- const char * file,
- int line, int gsl_errno) {
- cerr << "GSL ERROR: " << reason << " in " << file
- << " at line " << line << " errno " << gsl_errno <<endl;
- exit(22);
-}
-
int main(int argc, char *argv[]) {
GEMMA cGemma;
PARAM cPar;