Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
OPAL
src
Commits
82b410ae
Commit
82b410ae
authored
Mar 23, 2021
by
kraus
Browse files
fix name of member variable
parent
d4f4c3cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/Classic/Algorithms/AmrPartBunch.cpp
src/Classic/Algorithms/AmrPartBunch.cpp
+2
-2
No files found.
src/Classic/Algorithms/AmrPartBunch.cpp
View file @
82b410ae
...
...
@@ -25,7 +25,7 @@
AmrPartBunch
::
AmrPartBunch
(
const
PartData
*
ref
)
:
PartBunchBase
<
double
,
3
>
(
new
AmrPartBunch
::
pbase_t
(
new
AmrLayout_t
()),
ref
)
,
amrobj_mp
(
nullptr
)
,
amrpbase_mp
(
dynamic_cast
<
AmrPartBunch
::
pbase_t
*>
(
pbase
.
get
()))
,
amrpbase_mp
(
dynamic_cast
<
AmrPartBunch
::
pbase_t
*>
(
pbase
_m
.
get
()))
,
fieldlayout_m
(
nullptr
)
{
amrpbase_mp
->
initializeAmr
();
...
...
@@ -34,7 +34,7 @@ AmrPartBunch::AmrPartBunch(const PartData *ref)
AmrPartBunch
::
AmrPartBunch
(
const
PartData
*
ref
,
pbase_t
*
pbase_p
)
:
PartBunchBase
<
double
,
3
>
(
new
AmrPartBunch
::
pbase_t
(
new
AmrLayout_t
(
&
pbase_p
->
getAmrLayout
())),
ref
)
,
amrobj_mp
(
nullptr
)
,
amrpbase_mp
(
dynamic_cast
<
AmrPartBunch
::
pbase_t
*>
(
pbase
.
get
()))
,
amrpbase_mp
(
dynamic_cast
<
AmrPartBunch
::
pbase_t
*>
(
pbase
_m
.
get
()))
,
fieldlayout_m
(
nullptr
)
{
amrpbase_mp
->
initializeAmr
();
...
...
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