Last change
on this file since 3948 was 3315, checked in by cmv, 18 years ago |
add code fct transfert de W.Hu + prog de comparaison avec pkspectrum.cc cmv 24/08/2007
|
File size:
357 bytes
|
Line | |
---|
1 | #ifndef HU_POWER_SEEN
|
---|
2 | #define HU_POWER_SEEN
|
---|
3 |
|
---|
4 | #ifdef __cplusplus
|
---|
5 | extern "C" {
|
---|
6 | #endif
|
---|
7 |
|
---|
8 | int TFmdm_set_cosm(double omega_matter, double omega_baryon, double omega_hdm,
|
---|
9 | int degen_hdm, double omega_lambda, double hubble, double redshift);
|
---|
10 | double TFmdm_onek_mpc(double kk);
|
---|
11 | double TFmdm_onek_hmpc(double kk);
|
---|
12 |
|
---|
13 | #ifdef __cplusplus
|
---|
14 | }
|
---|
15 | #endif
|
---|
16 |
|
---|
17 | #endif // HU_POWER_SEEN
|
---|
Note:
See
TracBrowser
for help on using the repository browser.