]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove types.h since no-one seems to use it anymore.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 28 Aug 1998 09:26:41 +0000 (09:26 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 28 Aug 1998 09:26:41 +0000 (09:26 +0000)
git-svn-id: https://svn.dealii.org/trunk@532 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/include/base/types.h [deleted file]

diff --git a/deal.II/base/include/base/types.h b/deal.II/base/include/base/types.h
deleted file mode 100644 (file)
index fe77a49..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-// $Id$
-
-#ifndef __base_types_h
-#define __base_types_h
-
-#ifndef _stdlib_h
-#include <stdlib.h>
-#endif
-
-/// Maximum Number of boundary conditions (divided by 8 )
-
-#define BOUNDARY_CONDITION_BYTES 1
-
-/// Maximum number of multi purpose flags per cell ( / 8 )
-
-#define CELL_FLAG_BYTES 1
-
-/// Maximum number of multi purpose flags per vertex ( / 8 )
-
-#define VERTEX_FLAG_BYTES 1
-
-#define UNSIGNED unsigned long
-
-typedef double COORD;
-#define DOUBLECOORD
-
-typedef int SHORT;
-
-#define ABS(x) ( ((x)>=0) ? (x) : -(x) )
-#define MAX(a,b) ( ((a)>(b)) ? (a) : (b) )
-#define MIN(a,b) ( ((a)<(b)) ? (a) : (b) )
-#define SIGN(a) ( ((a)<0) ? (-1) : 1 )
-#ifndef NULL
-#define NULL 0
-#endif
-
-#endif

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.