Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-uggrid
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
staging
dune-uggrid
Commits
f475b6d8
Commit
f475b6d8
authored
2 years ago
by
Oliver Sander
Browse files
Options
Downloads
Patches
Plain Diff
Remove unused types COORD and SCREEN_COORD
parent
d03cdf3d
No related branches found
No related tags found
1 merge request
!207
Miscellaneous cleanup patches
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dune/uggrid/low/ugtypes.h
+1
-4
1 addition, 4 deletions
dune/uggrid/low/ugtypes.h
with
1 addition
and
4 deletions
dune/uggrid/low/ugtypes.h
+
1
−
4
View file @
f475b6d8
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment