Skip to content
Snippets Groups Projects
Commit be5a9fd0 authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Typos

parent 4c1df1c2
No related branches found
No related tags found
2 merge requests!310Star particles and gparts links over MPI,!304Star particle infrastructure
...@@ -394,7 +394,7 @@ int main(int argc, char *argv[]) { ...@@ -394,7 +394,7 @@ int main(int argc, char *argv[]) {
MPI_COMM_WORLD, MPI_INFO_NULL, dry_run); MPI_COMM_WORLD, MPI_INFO_NULL, dry_run);
#else #else
read_ic_serial(ICfileName, &us, dim, &parts, &gparts, &sparts, &Ngas, &Ngpart, read_ic_serial(ICfileName, &us, dim, &parts, &gparts, &sparts, &Ngas, &Ngpart,
&Nsparts, &periodic, &flag_entropy_ICs, with_hydro, &Nspart, &periodic, &flag_entropy_ICs, with_hydro,
(with_external_gravity || with_self_gravity), with_stars, (with_external_gravity || with_self_gravity), with_stars,
myrank, nr_nodes, MPI_COMM_WORLD, MPI_INFO_NULL, dry_run); myrank, nr_nodes, MPI_COMM_WORLD, MPI_INFO_NULL, dry_run);
#endif #endif
......
...@@ -46,6 +46,7 @@ ...@@ -46,6 +46,7 @@
#include "io_properties.h" #include "io_properties.h"
#include "kernel_hydro.h" #include "kernel_hydro.h"
#include "part.h" #include "part.h"
#include "stars_io.h"
#include "units.h" #include "units.h"
/*----------------------------------------------------------------------------- /*-----------------------------------------------------------------------------
...@@ -952,7 +953,7 @@ void write_output_serial(struct engine* e, const char* baseName, ...@@ -952,7 +953,7 @@ void write_output_serial(struct engine* e, const char* baseName,
break; break;
case STAR: case STAR:
N = Nstars; Nparticles = Nstars;
star_write_particles(sparts, list, &num_fields); star_write_particles(sparts, list, &num_fields);
break; break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment