summaryrefslogtreecommitdiff
path: root/src/test/testCosh.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/testCosh.h')
-rw-r--r--src/test/testCosh.h27
1 files changed, 0 insertions, 27 deletions
diff --git a/src/test/testCosh.h b/src/test/testCosh.h
deleted file mode 100644
index e34964c4..00000000
--- a/src/test/testCosh.h
+++ /dev/null
@@ -1,27 +0,0 @@
-/*
-** -*- C -*-
-**
-** testCosh.h
-** Made by Bruno JOFRET <bruno.jofret@inria.fr>
-**
-** Started on Fri Mar 30 11:35:55 2007 jofret
-** Last update Fri Mar 30 12:07:33 2007 jofret
-**
-** Copyright INRIA 2007
-*/
-
-#ifndef _TESTCOSH_H_
-#define _TESTCOSH_H_
-
-#include <stdio.h>
-#include <assert.h>
-#include "cosh.h"
-#include "constant.h"
-
-void scoshsTest(void);
-
-void dcoshsTest(void);
-
-int testCosh(void);
-
-#endif /*! _TESTCOSH_H_ */