From 1e4ced7c4d349e7570dc1f22840cee3db47d3b01 Mon Sep 17 00:00:00 2001 From: Eleni Date: Fri, 9 Dec 2022 21:53:03 +0100 Subject: [PATCH] added BAO wiggle params in cosmo --- python/_cosmo_power.pyx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/python/_cosmo_power.pyx b/python/_cosmo_power.pyx index 7889d17..78305f8 100644 --- a/python/_cosmo_power.pyx +++ b/python/_cosmo_power.pyx @@ -39,6 +39,9 @@ cdef extern from "cosmopower.hpp" namespace "CosmoTool": double OmegaEff double Gamma0 double normPower + double A_BAO + double r_BAO + double k_D_BAO CosmoPower()