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

removed obsolete stuff in repair.c

[[Imported from SVN: r8274]]
parent 3723a159
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......@@ -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);
......
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