CCL
ccl_utils.h
Go to the documentation of this file.
1 
3 #pragma once
4 
12 double * ccl_linear_spacing(double xmin, double xmax, int N);
13 
14 
22 double * ccl_log_spacing(double xmin, double xmax, int N);
23 
double * ccl_log_spacing(double xmin, double xmax, int N)
Definition: ccl_utils.c:36
double * ccl_linear_spacing(double xmin, double xmax, int N)
Definition: ccl_utils.c:12