Fast Methods for Cosmological Simulations
FastSim serves as a tool for quick N-body simulations in modified gravity.
ccl_test.c File Reference
#include <stdio.h>
#include "ctest.h"
Include dependency graph for ccl_test.c:

Go to the source code of this file.

Macros

#define CTEST_MAIN
 

Functions

int main (int argc, const char *argv[])
 

Macro Definition Documentation

#define CTEST_MAIN

Definition at line 3 of file ccl_test.c.

Function Documentation

int main ( int  argc,
const char *  argv[] 
)

Definition at line 12 of file ccl_test.c.

13 {
14  int result = ctest_main(argc, argv);
15  return result;
16 }