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
52b906ab
Commit
52b906ab
authored
19 years ago
by
Oliver Sander
Browse files
Options
Downloads
Patches
Plain Diff
now in namespace UG
[[Imported from SVN: r8153]]
parent
b534d8d2
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
low/ugtimer.c
+4
-17
4 additions, 17 deletions
low/ugtimer.c
low/ugtimer.h
+6
-0
6 additions, 0 deletions
low/ugtimer.h
with
10 additions
and
17 deletions
low/ugtimer.c
+
4
−
17
View file @
52b906ab
...
...
@@ -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
;
...
...
This diff is collapsed.
Click to expand it.
low/ugtimer.h
+
6
−
0
View file @
52b906ab
...
...
@@ -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
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