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
d0415d6d
Commit
d0415d6d
authored
19 years ago
by
Oliver Sander
Browse files
Options
Downloads
Patches
Plain Diff
remove unused variables
[[Imported from SVN: r8140]]
parent
1f3133c4
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
dom/std/repair.c
+1
-12
1 addition, 12 deletions
dom/std/repair.c
with
1 addition
and
12 deletions
dom/std/repair.c
+
1
−
12
View file @
d0415d6d
...
...
@@ -108,17 +108,6 @@ USING_UG_NAMESPACE
/* */
/****************************************************************************/
static
INT
theProblemDirID
;
/* env type for Problem dir */
static
INT
theBdryCondVarID
;
/* env type for Problem vars */
static
INT
theDomainDirID
;
/* env type for Domain dir */
static
INT
theBdrySegVarID
;
/* env type for bdry segment vars */
static
INT
theLinSegVarID
;
/* env type for linear segment vars */
static
INT
theBVPDirID
;
/* env type for BVP dir */
static
STD_BVP
*
currBVP
;
REP_ERR_FILE
;
/* RCS string */
...
...
@@ -173,7 +162,7 @@ static REFERENCE_ELEMENT Hexahedron = {
INT
NS_DIM_PREFIX
CheckPrisms
(
INT
*
corner
,
INT
n0
,
INT
n1
,
INT
n2
,
INT
n3
)
{
INT
i
,
j
,
k
,
m
,
s
[
4
];
INT
i
,
j
,
k
,
s
[
4
];
s
[
0
]
=
n0
;
s
[
1
]
=
n1
;
...
...
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