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
32f0248b
Commit
32f0248b
authored
Dec 19, 2016
by
Browse files
another windows fix
parent
393c2738
Changes
1
Show whitespace changes
Inline
Side-by-side
library/NekMeshUtils/Module/Module.h
View file @
32f0248b
...
@@ -253,7 +253,7 @@ namespace NekMeshUtils
...
@@ -253,7 +253,7 @@ namespace NekMeshUtils
};
};
typedef
std
::
pair
<
ModuleType
,
std
::
string
>
ModuleKey
;
typedef
std
::
pair
<
ModuleType
,
std
::
string
>
ModuleKey
;
std
::
ostream
&
operator
<<
(
std
::
ostream
&
os
,
const
ModuleKey
&
rhs
);
NEKMESHUTILS_EXPORT
std
::
ostream
&
operator
<<
(
std
::
ostream
&
os
,
const
ModuleKey
&
rhs
);
typedef
boost
::
shared_ptr
<
Module
>
ModuleSharedPtr
;
typedef
boost
::
shared_ptr
<
Module
>
ModuleSharedPtr
;
typedef
LibUtilities
::
NekFactory
<
ModuleKey
,
Module
,
MeshSharedPtr
>
ModuleFactory
;
typedef
LibUtilities
::
NekFactory
<
ModuleKey
,
Module
,
MeshSharedPtr
>
ModuleFactory
;
...
...
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