Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
MoReFEM
CoreLibrary
MoReFEM
Commits
c92a511c
Commit
c92a511c
authored
Nov 08, 2016
by
GILLES Sebastien
Browse files
#505
Fix small bug in Ensight for Stokes: a singleton was not properly created before use.
parent
cd3c9bb1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Sources/ModelInstances/Stokes/main_ensight_output_monolithic.cpp
View file @
c92a511c
...
...
@@ -56,7 +56,7 @@ int main(int argc, char ** argv)
const
GeometricMeshRegion
&
mesh
=
mesh_manager
.
GetMesh
(
EnumUnderlyingType
(
MeshIndex
::
mesh
));
{
auto
&
manager
=
Internal
::
NumberingSubsetNS
::
NumberingSubsetManager
::
GetInstance
();
auto
&
manager
=
Internal
::
NumberingSubsetNS
::
NumberingSubsetManager
::
CreateOr
GetInstance
();
Advanced
::
SetFromInputParameterData
<>
(
input_parameter_data
,
manager
);
}
...
...
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