diff options
Diffstat (limited to 'src/test/constant.h')
-rw-r--r-- | src/test/constant.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/src/test/constant.h b/src/test/constant.h deleted file mode 100644 index 473ea6a2..00000000 --- a/src/test/constant.h +++ /dev/null @@ -1,19 +0,0 @@ -/* -** -*- C -*- -** -** constant.h -** Made by Bruno JOFRET <bruno.jofret@inria.fr> -** -** Started on Fri Mar 30 12:03:14 2007 jofret -** Last update Fri Mar 30 12:03:48 2007 jofret -** -** Copyright INRIA 2007 -*/ - -#ifndef _CONSTANT_H_ -#define _CONSTANT_H_ - -#define PI 3.1415826535 - -#endif /* !_CONSTANT_H_ */ - |