Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F90861383
system.cc
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Tue, Nov 5, 10:53
Size
531 B
Mime Type
text/x-c
Expires
Thu, Nov 7, 10:53 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22148307
Attached To
R7561 SP4E_HW1
system.cc
View Options
#include "system.hh"
Particle
&
System
::
getParticle
(
UInt
i
)
{
return
*
list_particles
[
i
];
}
/* -------------------------------------------------------------------------- */
void
System
::
addParticle
(
const
std
::
shared_ptr
<
Particle
>&
new_particle
)
{
list_particles
.
push_back
(
new_particle
);
}
/* -------------------------------------------------------------------------- */
UInt
System
::
getNbParticles
()
{
return
list_particles
.
size
();
}
/* -------------------------------------------------------------------------- */
Event Timeline
Log In to Comment