Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91105433
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
Thu, Nov 7, 23:13
Size
531 B
Mime Type
text/x-c
Expires
Sat, Nov 9, 23:13 (2 d)
Engine
blob
Format
Raw Data
Handle
22148307
Attached To
R7571 SP4E-TB-TL-FR
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