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
a14e210e
Commit
a14e210e
authored
20 years ago
by
Stefan Lang
Browse files
Options
Downloads
Patches
Plain Diff
included dimension.h
[[Imported from SVN: r7804]]
parent
a287e4e1
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
gm/pargm.h
+5
-2
5 additions, 2 deletions
gm/pargm.h
with
5 additions
and
2 deletions
gm/pargm.h
+
5
−
2
View file @
a14e210e
...
...
@@ -44,6 +44,7 @@
#ifdef ModelP
#include
"ppif.h"
#include
"ddd.h"
#include
"dimension.h"
#endif
/****************************************************************************/
...
...
@@ -243,8 +244,7 @@ enum Priorities
#define EDID_FMTX "%08x"
#define EDID_FFMTX EDID_FMTX
#define EDID_PRTX(x) (x)
#endif
#else
#ifdef __THREEDIM__
#define EDID_FMT "%08x"
#define EDID_FFMT EDID_FMT
...
...
@@ -255,6 +255,9 @@ enum Priorities
#define EDID_FMTX "%x/%08x/%d"
#define EDID_FFMTX EDID_FMTX
#define EDID_PRTX(x) x,GID(x),PRIO(x)
#else
#error **** Define either __TWODIM__ or __THREEDIM__ ****
#endif
#endif
...
...
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