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
1c6b1fbe
Commit
1c6b1fbe
authored
Mar 02, 2013
by
Spencer Sherwin
Browse files
Modiified namespace of FieldDefinitionSharedPtr and Write method
parent
b31d188a
Changes
1
Hide whitespace changes
Inline
Side-by-side
solvers/CardiacEPSolver/Utilities/FibreToNektar/FibreToNektar.cpp
View file @
1c6b1fbe
...
...
@@ -183,7 +183,7 @@ int main(int argc, char* argv[])
//-----------------------------------------------
// Write solution to file
string
out
(
argv
[
3
]);
std
::
vector
<
SpatialDomain
s
::
FieldDefinitionsSharedPtr
>
FieldDef
std
::
vector
<
LibUtilitie
s
::
FieldDefinitionsSharedPtr
>
FieldDef
=
Exp
->
GetFieldDefinitions
();
std
::
vector
<
std
::
vector
<
NekDouble
>
>
FieldData
(
FieldDef
.
size
());
...
...
@@ -195,7 +195,7 @@ int main(int argc, char* argv[])
Exp
->
AppendFieldData
(
FieldDef
[
i
],
FieldData
[
i
],
fibre
[
j
]);
}
}
graph2D
->
Write
(
out
,
FieldDef
,
FieldData
);
LibUtilities
::
Write
(
out
,
FieldDef
,
FieldData
);
//-----------------------------------------------
}
catch
(...)
{
...
...
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