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
097f72ac
Commit
097f72ac
authored
26 years ago
by
henrik
Browse files
Options
Downloads
Patches
Plain Diff
- path omitted from #includes
- own header #included [[Imported from SVN: r5545]]
parent
2522c826
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
graphics/graphics.c
+6
-3
6 additions, 3 deletions
graphics/graphics.c
with
6 additions
and
3 deletions
graphics/graphics.c
+
6
−
3
View file @
097f72ac
...
...
@@ -48,11 +48,14 @@
#include
"gm.h"
#include
"
uggraph/
initgraph.h"
#include
"initgraph.h"
#ifdef _COVISE
#include
"
covise/
coviseif.h"
#include
"coviseif.h"
#endif
/* own header */
#include
"graphics.h"
/****************************************************************************/
/* */
...
...
@@ -142,9 +145,9 @@ INT InitGraphics (void)
INT
ExitGraphics
(
void
)
{
#ifdef _COVISE
INT
error
;
#ifdef _COVISE
/* close Covise interface */
error
=
ExitCoviseIF
();
if
(
error
!=
0
)
...
...
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