Skip to content
Snippets Groups Projects
Commit 097f72ac authored by henrik's avatar henrik
Browse files

- path omitted from #includes

- own header #included

[[Imported from SVN: r5545]]
parent 2522c826
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
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