Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nektar
Nektar
Commits
140c69c2
Commit
140c69c2
authored
Dec 20, 2016
by
Browse files
fix tests
parent
0f115a1b
Changes
1
Hide whitespace changes
Inline
Side-by-side
library/NekMeshUtils/CADSystem/ProcessLoadCAD.cpp
View file @
140c69c2
...
...
@@ -68,13 +68,13 @@ void ProcessLoadCAD::Process()
cout
<<
"Loading CAD for "
<<
m_mesh
->
m_CADId
<<
endl
;
}
m_mesh
->
m_cad
=
GetEngineFactory
().
CreateInstance
(
"oce"
,
m_mesh
->
m_CADId
);
if
(
m_config
[
"2D"
].
beenSet
)
{
m_mesh
->
m_cad
=
GetEngineFactory
().
CreateInstance
(
"oce"
,
m_mesh
->
m_CADId
);
m_mesh
->
m_cad
->
Set2D
(
);
}
m_mesh
->
m_cad
->
Set2D
();
ASSERTL0
(
m_mesh
->
m_cad
->
LoadCAD
(),
"Failed to load CAD"
);
m_mesh
->
m_hasCAD
=
true
;
...
...
Write
Preview
Markdown
is supported
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