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

now in namespace UG

[[Imported from SVN: r8153]]
parent b534d8d2
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@
/* */
/****************************************************************************/
UG_TIMER ug_timer[MAX_TIMER];
NS_PREFIX UG_TIMER NS_PREFIX ug_timer[MAX_TIMER];
/****************************************************************************/
......@@ -78,24 +78,11 @@ static char RCS_ID("$Header$",UG_RCS_STRING);
/****************************************************************************/
/*D
new_timer - allocate a new timer
SYNOPSIS:
void new_timer (int *n)
PARAMETERS:
DESCRIPTION:
allocate a new timer
RETURN VALUE:
SEE ALSO:
D*/
/** \brief Allocate a new timer
*/
/****************************************************************************/
void new_timer (int *n)
void NS_PREFIX new_timer (int *n)
{
int i;
......
......@@ -33,6 +33,10 @@
#ifndef __UGTIMER__
#define __UGTIMER__
#include "namespace.h"
START_UG_NAMESPACE
/****************************************************************************/
/* */
/* defines in the following order */
......@@ -88,4 +92,6 @@ extern UG_TIMER ug_timer[MAX_TIMER];
void new_timer (int *n);
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