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
Sbalzarini Lab
S
Software
P
Parallel Computing
OpenFPM
openfpm_vcluster
Commits
5f28b89a
Commit
5f28b89a
authored
Oct 28, 2015
by
incardon
Browse files
Vcluster with Gather
parent
b57540c8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/VCluster_object_array.hpp
View file @
5f28b89a
...
...
@@ -53,6 +53,16 @@ public:
return
objects
[
i
];
}
/*! \brief Return the element i
*
* \return a reference to the object i
*
*/
const
T
&
get
(
unsigned
int
i
)
const
{
return
objects
[
i
];
}
/*! \brief Check if this Object is an array
*
* \return true, it is an array
...
...
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