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
ba064069
Commit
ba064069
authored
Apr 04, 2013
by
Dave Moxey
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'fix/boost-1.53' of localhost:nektar
parents
7fe8d96e
c17c7b6f
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 @
ba064069
...
...
@@ -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 @
ba064069
...
...
@@ -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