Fast Methods for Cosmological Simulations
FastSim serves as a tool for quick N-body simulations in modified gravity.
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
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
}
main
int main(int argc, const char *argv[])
Definition:
ccl_test.c:12
ctest.h
ccl_test_power.argv
argv
Definition:
ccl_test_power.py:166
src
3party
CCL
tests
ccl_test.c
Generated by
1.8.11