Skip to content
Snippets Groups Projects
Commit f475b6d8 authored by Oliver Sander's avatar Oliver Sander
Browse files

Remove unused types COORD and SCREEN_COORD

parent d03cdf3d
No related branches found
No related tags found
1 merge request!207Miscellaneous cleanup patches
......@@ -7,8 +7,7 @@
The basic types (normally 'short', 'int', 'float' and 'double') are
replaced by 'SHORT', 'INT', 'FLOAT' and 'DOUBLE'. The type 'DOUBLE'
is used for all Cartesian coordinates of the (x,y[,z])-directions of
the grids and 'SCREEN_DOUBLE' is used for all transformed coordinates
of the graphical interface.
the grids.
*/
#ifndef UGTYPES_H
......@@ -29,8 +28,6 @@ typedef unsigned int UINT;
typedef float FLOAT;
typedef double DOUBLE;
typedef float COORD;
typedef float SCREEN_COORD;
END_UG_NAMESPACE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment