1
0
Fork 0
mirror of https://github.com/cosmo-sims/MUSIC.git synced 2024-09-19 17:03:46 +02:00

Some changes in output_art.cc

This commit is contained in:
jonorbe 2012-07-19 19:14:34 +02:00
parent bb700ebd7c
commit e121d9547c

View file

@ -130,11 +130,17 @@ public:
}
void write_dm_position()
{}
void write_dm_velocity()
{}
void write_dm_pages()
{
//The direct format write the particle data in pages.
// Each page of particles is read into a common block,
// which has the structure: X(Npage),Y(Npage),Z(Npage),
// Vx(Npage),Vy(Npage),Vz(Npage).
///The number of particles in each page (Npage) is Npage = Nrow**2
// There are NO Fortran size blocks pre or after these blocks!!
//// Contradiction with documentation?? one file for each type of particle
// however Daniel sent me just one file for a zoom.
}
void finalize( void )
{ }