Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
solverstack
ScalFMM
Commits
867b7c14
Commit
867b7c14
authored
Jul 04, 2016
by
Quentin Khan
Browse files
FBasicParticle: complete
d4b94fcc
by removing data attribute
parent
adce7aec
Changes
1
Hide whitespace changes
Inline
Side-by-side
Src/Components/FBasicParticle.hpp
View file @
867b7c14
...
...
@@ -57,12 +57,6 @@ public:
data_t
(
ts
)
{}
/// #data_t cast operator
// operator data_t() const {
// return this->_data;
// }
/** \brief Position getter
*
* The position is stored in the #_data tuple, to extract it we need to
...
...
@@ -109,8 +103,6 @@ public:
}
private:
//data_t _data;
template
<
typename
...
Ts
,
std
::
size_t
...
Is
,
std
::
size_t
...
Js
>
FBasicParticle
(
std
::
index_sequence
<
Is
...
>
,
std
::
index_sequence
<
Js
...
>
,
const
FPoint
<
FReal
,
Dim
>&
pos
,
Ts
&&
...
ts
)
:
...
...
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