Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Praetorius, Simon
dune-amdis
Commits
d0f28edc
Commit
d0f28edc
authored
Mar 12, 2019
by
Praetorius, Simon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
old_olution created from dereferences shared_ptr
parent
fdf7beae
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/amdis/ProblemInstat.hpp
src/amdis/ProblemInstat.hpp
+1
-1
No files found.
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