Fast Methods for Cosmological Simulations
FastSim serves as a tool for quick N-body simulations in modified gravity.
ccl_test.c
Go to the documentation of this file.
1 #include <stdio.h>
2 
3 #define CTEST_MAIN
4 
5 // uncomment lines below to enable/disable features. See README.md for details
6 //#define CTEST_SEGFAULT
7 //#define CTEST_NO_COLORS
8 //#define CTEST_COLOR_OK
9 
10 #include "ctest.h"
11 
12 int main(int argc, const char *argv[])
13 {
14  int result = ctest_main(argc, argv);
15  return result;
16 }
int main(int argc, const char *argv[])
Definition: ccl_test.c:12