|
GADGET-4
|
handles the reading/writing of restart files More...
#include "gadgetconfig.h"#include <gsl/gsl_rng.h>#include <math.h>#include <mpi.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <sys/stat.h>#include "../data/allvars.h"#include "../data/dtypes.h"#include "../data/mymalloc.h"#include "../domain/domain.h"#include "../io/io.h"#include "../io/restart.h"#include "../lightcone/lightcone.h"#include "../logs/logs.h"#include "../logs/timer.h"#include "../main/simulation.h"#include "../mpi_utils/mpi_utils.h"#include "../ngbtree/ngbtree.h"#include "../system/system.h"#include "../time_integration/timestep.h"Go to the source code of this file.
handles the reading/writing of restart files
Definition in file restart.cc.