PeTar
N-body code for collisional gravitational systems
hard_test.cxx File Reference
#include <iostream>
#include <cstdio>
#include <iomanip>
#include <string>
#include <unordered_map>
#include <particle_simulator.hpp>
#include <getopt.h>
#include "io.hpp"
#include "hard_assert.hpp"
#include "cluster_list.hpp"
#include "hard.hpp"
#include "soft_ptcl.hpp"
#include "static_variables.hpp"
Include dependency graph for hard_test.cxx:

Classes

class  IOParamsHardTest
 

Macros

#define HARD_DEBUG_PRINT_FEQ   1
 
#define NAN_CHECK(val)   assert((val) == (val));
 

Functions

int main (int argc, char **argv)
 

Macro Definition Documentation

◆ HARD_DEBUG_PRINT_FEQ

#define HARD_DEBUG_PRINT_FEQ   1

◆ NAN_CHECK

#define NAN_CHECK (   val)    assert((val) == (val));

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)
Here is the call graph for this function: