The FARGO_THORIN code developer's guide
|
Contains all the include directives requested by the code. More...
#include <stdlib.h>
#include <stdio.h>
#include <math.h>
#include <ctype.h>
#include "rebound.h"
#include "integrator_ias15.h"
#include "fondam.h"
#include "types.h"
#include "proto.h"
#include "mpi_dummy.h"
#include "param.h"
#include "global_ex.h"
#include <sys/times.h>
#include <sys/types.h>
#include <dirent.h>
#include <unistd.h>
#include <string.h>
#include <malloc.h>
Go to the source code of this file.
Contains all the include directives requested by the code.
In addition, it contains a preprocessor test to know whether we should build a sequential or MPI executable.
Definition in file fargo.h.