Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nektar
Nektar
Commits
393c2738
Commit
393c2738
authored
Dec 19, 2016
by
Browse files
hopefully last windows fix
parent
9d64b374
Changes
1
Show whitespace changes
Inline
Side-by-side
library/NekMeshUtils/Module/Module.h
View file @
393c2738
...
...
@@ -187,10 +187,8 @@ namespace NekMeshUtils
/// List of configuration values.
std
::
map
<
std
::
string
,
ConfigOption
>
m_config
;
void
ReorderPrisms
(
PerMap
&
perFaces
);
void
PrismLines
(
int
prism
,
NEKMESHUTILS_EXPORT
void
ReorderPrisms
(
PerMap
&
perFaces
);
NEKMESHUTILS_EXPORT
void
PrismLines
(
int
prism
,
PerMap
&
perFaces
,
std
::
set
<
int
>
&
prismsDone
,
std
::
vector
<
ElementSharedPtr
>
&
line
);
...
...
@@ -213,7 +211,7 @@ namespace NekMeshUtils
protected:
/// Print summary of elements.
void
PrintSummary
();
NEKMESHUTILS_EXPORT
void
PrintSummary
();
/// Input stream
io
::
filtering_istream
m_mshFile
;
/// Input stream
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment