mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 15:21:11 +00:00
preparing public version
This commit is contained in:
parent
c57359197c
commit
ad3e5d1577
25 changed files with 934 additions and 1500 deletions
21
c_tools/hod/CMakeLists.txt
Normal file
21
c_tools/hod/CMakeLists.txt
Normal file
|
@ -0,0 +1,21 @@
|
|||
include_directories(${CMAKE_CURRENT_BINARY_DIR})
|
||||
|
||||
SET(hod_SRCS header.c main.c utility.c sigmac.c transfnc.c transfunc_file.c
|
||||
nonlinear_power_spectrum.c least_squares.c hod_functions.c
|
||||
xi_matter.c one_halo_rspace.c two_halo_rspace.c
|
||||
input_params.c dFdx.c mstar.c halo_concentration.c growthfactor.c
|
||||
halo_mass_conversion.c nfw_transform.c
|
||||
pair_density.c tasks.c wp_minimization.c
|
||||
kaiser_distortions.c
|
||||
tf_eisenstein_hu.c jeans.c
|
||||
populate_simulation.c test.c
|
||||
dark_matter_statistics.c
|
||||
meshlink2.c nbrsfind2.c i3tensor_2.c
|
||||
mcmc.c halo_mass_function.c halo_bias.c
|
||||
nrutil.c qromo.c midpnt.c midinf.c polint.c splint.c spline.c
|
||||
zbrent.c qtrap.c trapzd.c cisi.c complex.c amoeba.c amotry.c
|
||||
gaussj.c powell.c linmin.c f1dim.c mnbrak.c brent.c gasdev.c
|
||||
ran1.c jacobi.c splin2.c splie2.c ran2.c sort2.c
|
||||
)
|
||||
add_executable(hod ${hod_SRCS})
|
||||
target_link_libraries(hod -lm)
|
BIN
c_tools/hod/users_manual.pdf
Normal file
BIN
c_tools/hod/users_manual.pdf
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue