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
be6c8cb6
Commit
be6c8cb6
authored
18 years ago
by
Oliver Sander
Browse files
Options
Downloads
Patches
Plain Diff
removed obsolete stuff in repair.c
[[Imported from SVN: r8274]]
parent
3723a159
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
dom/std/Makefile.am
+1
-1
1 addition, 1 deletion
dom/std/Makefile.am
dom/std/repair.c
+0
-653
0 additions, 653 deletions
dom/std/repair.c
dom/std/std_internal.h
+1
-7
1 addition, 7 deletions
dom/std/std_internal.h
with
2 additions
and
661 deletions
dom/std/Makefile.am
+
1
−
1
View file @
be6c8cb6
...
...
@@ -29,6 +29,6 @@ libdomS2_la_SOURCES = $(SOURCES) domains2d.c
libdomS2_la_CPPFLAGS
=
$(
UG_2DFLAGS
)
libdomS2_la_LIBADD
=
$(
PLIBS2
)
$(
EXTRALIBS
)
libdomS3_la_SOURCES
=
$(
SOURCES
)
repair.c
domains3d.c
libdomS3_la_SOURCES
=
$(
SOURCES
)
domains3d.c
libdomS3_la_CPPFLAGS
=
$(
UG_3DFLAGS
)
libdomS3_la_LIBADD
=
$(
PLIBS3
)
$(
EXTRALIBS
)
This diff is collapsed.
Click to expand it.
dom/std/repair.c
deleted
100644 → 0
+
0
−
653
View file @
3723a159
This diff is collapsed.
Click to expand it.
dom/std/std_internal.h
+
1
−
7
View file @
be6c8cb6
...
...
@@ -658,13 +658,7 @@ typedef struct bnd_ps BND_PS;
/* */
/****************************************************************************/
# ifdef __THREEDIM__
INT
RepairMesh
(
NS_PREFIX
HEAP
*
Heap
,
INT
MarkKey
,
MESH
*
mesh
);
INT
CheckPrisms
(
INT
*
corner
,
INT
n0
,
INT
n1
,
INT
n2
,
INT
n3
);
# endif
void
SetBVPType
(
INT
type
);
DOMAIN
*
GetDomain
(
char
*
name
);
DOMAIN
*
GetDomain
(
const
char
*
name
);
/* BVP definition */
INT
STD_BVP_Configure
(
INT
argc
,
char
**
argv
);
...
...
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