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
amdis
amdis-core
Commits
d0f28edc
Commit
d0f28edc
authored
Mar 12, 2019
by
Praetorius, Simon
Browse files
old_olution created from dereferences shared_ptr
parent
fdf7beae
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/amdis/ProblemInstat.hpp
View file @
d0f28edc
...
...
@@ -66,7 +66,7 @@ namespace AMDiS
auto
oldSolution
(
TreePath
path
=
{})
const
{
auto
&&
tp
=
makeTreePath
(
path
);
return
makeDiscreteFunction
(
oldSolutionVector
(),
tp
);
return
makeDiscreteFunction
(
*
oldSolutionVector
(),
tp
);
}
/// Implementation of \ref ProblemTimeInterface::transferInitialSolution().
...
...
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