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
330e6770
Commit
330e6770
authored
8 years ago
by
Ansgar Burchardt
Browse files
Options
Downloads
Patches
Plain Diff
gm.h: Add missing characters in description of a few macros
parent
193d5aad
No related branches found
No related tags found
1 merge request
!24
Remove more unused parts
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
gm/gm.h
+7
-7
7 additions, 7 deletions
gm/gm.h
with
7 additions
and
7 deletions
gm/gm.h
+
7
−
7
View file @
330e6770
...
...
@@ -143,21 +143,21 @@ START_UGDIM_NAMESPACE
/** @name Some size macros for allocation purposes */
/*@{*/
/** \brief max number of sides of an elem
*/
/** \brief max number of sides of an elem
ent
*/
#define MAX_SIDES_OF_ELEM 6
/** \brief max number of edges of an element*/
/** \brief max number of edges of an element
*/
#define MAX_EDGES_OF_ELEM 12
/** \brief max number of corners of an eleme*/
/** \brief max number of corners of an eleme
nt
*/
#define MAX_CORNERS_OF_ELEM 8
/** \brief max number of edges of a side
*/
/** \brief max number of edges of a side */
#define MAX_EDGES_OF_SIDE 4
/** \brief max number of edges meeting in
co
*/
/** \brief max number of edges meeting in
a corner
*/
#define MAX_EDGES_OF_CORNER 4
/** \brief max number of corners of a side
*/
/** \brief max number of corners of a side */
#define MAX_CORNERS_OF_SIDE 4
/** \brief an edge has always two corners.. */
#define MAX_CORNERS_OF_EDGE 2
/** \brief two sides have one edge in common*/
/** \brief two sides have one edge in common
*/
#define MAX_SIDES_OF_EDGE 2
/** \brief max number of sons of an element */
enum
{
MAX_SONS
=
30
};
...
...
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