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

documentation

[[Imported from SVN: r8320]]
parent dac7e2db
No related branches found
No related tags found
No related merge requests found
......@@ -1323,6 +1323,9 @@ BVP_Init (char *name, HEAP * Heap, MESH * Mesh, INT MarkKey)
/* create line patches */
nlines = 0;
#ifdef __THREEDIM__
/* The maximum number of boundary lines is equal to the number of
boundary faces (nsides) times the max number of lines per face (=4)
divided by two. */
lines =
(PATCH **) GetTmpMem (Heap, nsides * 2 * sizeof (PATCH *),
MarkKey);
......
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