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

namespace fix

[[Imported from SVN: r8085]]
parent 217cbd89
No related branches found
No related tags found
No related merge requests found
......@@ -76,7 +76,7 @@ static char RCS_ID("$Header$",UG_RCS_STRING);
*/
/****************************************************************************/
INT InitUGGraph (void)
INT NS_DIM_PREFIX InitUGGraph (void)
{
INT err;
......
......@@ -24,6 +24,10 @@
$Header$
*/
#ifndef __INITGRAPH__
#define __INITGRAPH__
#include "namespace.h"
/****************************************************************************/
/* */
......@@ -31,5 +35,11 @@
/* */
/****************************************************************************/
/* initialisation of the low module */
START_UGDIM_NAMESPACE
/* initialisation of the UGGraph module */
INT InitUGGraph (void);
END_NAMESPACE
#endif
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