Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Nektar
Nektar
Commits
c17c7b6f
Commit
c17c7b6f
authored
Apr 04, 2013
by
Dave Moxey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix use of deprecated boost function in cardiac solver.
parent
c397f8f3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
solvers/CardiacEPSolver/EquationSystems/Bidomain.cpp
solvers/CardiacEPSolver/EquationSystems/Bidomain.cpp
+1
-1
solvers/CardiacEPSolver/EquationSystems/Monodomain.cpp
solvers/CardiacEPSolver/EquationSystems/Monodomain.cpp
+1
-1
No files found.
solvers/CardiacEPSolver/EquationSystems/Bidomain.cpp
View file @
c17c7b6f
...
...
@@ -157,7 +157,7 @@ namespace Nektar
if
(
x
->
first
==
"CheckpointCellModel"
)
{
boost
::
shared_ptr
<
FilterCheckpointCellModel
>
c
=
boost
::
shared_
dynamic_cast
<
FilterCheckpointCellModel
>
(
=
boost
::
dynamic
_pointer
_cast
<
FilterCheckpointCellModel
>
(
m_filters
[
k
]);
c
->
SetCellModel
(
m_cell
);
}
...
...
solvers/CardiacEPSolver/EquationSystems/Monodomain.cpp
View file @
c17c7b6f
...
...
@@ -216,7 +216,7 @@ namespace Nektar
if
(
x
->
first
==
"CheckpointCellModel"
)
{
boost
::
shared_ptr
<
FilterCheckpointCellModel
>
c
=
boost
::
shared_
dynamic_cast
<
FilterCheckpointCellModel
>
(
=
boost
::
dynamic
_pointer
_cast
<
FilterCheckpointCellModel
>
(
m_filters
[
k
]);
c
->
SetCellModel
(
m_cell
);
}
...
...
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