Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Mpp
MLUQ
Commits
5e74948d
Commit
5e74948d
authored
Nov 11, 2020
by
niklas.baumgarten
Browse files
added Constructor
parent
0ef22e3b
Changes
1
Hide whitespace changes
Inline
Side-by-side
mlmc/src/montecarlo/Sample.hpp
View file @
5e74948d
...
...
@@ -37,6 +37,11 @@ struct SampleSolution {
Vector
U
;
SampleSolution
(
MatrixGraph
*
solMGraph
)
:
U
(
Vector
((
*
solMGraph
)))
{
Init
();
}
SampleSolution
(
MatrixGraphs
*
solMGraphs
,
int
mGlevel
)
:
U
(
Vector
((
*
solMGraphs
)[
mGlevel
]))
{
Init
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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