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
Jonas Plewinski
waLBerla
Commits
58506005
Commit
58506005
authored
Mar 23, 2022
by
Jonas Plewinski
Browse files
Merge branch 'IndexVectorComparision' into 'master'
[BugFix] Index Vector comparison See merge request
walberla/walberla!533
parents
8dfa7d51
09b2b5be
Changes
1
Hide whitespace changes
Inline
Side-by-side
python/pystencils_walberla/templates/Boundary.tmpl.h
View file @
58506005
...
...
@@ -70,7 +70,7 @@ public:
};
IndexVectors
()
=
default
;
bool
operator
==
(
IndexVectors
&
other
)
{
return
other
.
cpuVectors_
==
cpuVectors_
;
}
bool
operator
==
(
IndexVectors
const
&
other
)
const
{
return
other
.
cpuVectors_
==
cpuVectors_
;
}
{
%
if
target
==
'
gpu
'
-%
}
~
IndexVectors
()
{
...
...
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