diff --git a/Three_Population_Pipeline/Models_3D.pdf b/Three_Population_Pipeline/Models_3D.pdf index bd75893..aeb6287 100644 Binary files a/Three_Population_Pipeline/Models_3D.pdf and b/Three_Population_Pipeline/Models_3D.pdf differ diff --git a/Three_Population_Pipeline/Models_3D.py b/Three_Population_Pipeline/Models_3D.py index 564dcac..ee9c0c1 100644 --- a/Three_Population_Pipeline/Models_3D.py +++ b/Three_Population_Pipeline/Models_3D.py @@ -494,7 +494,7 @@ def split_nomig_size(params, ns, pts): xx = Numerics.default_grid(pts) phi = PhiManip.phi_1D(xx) phi = PhiManip.phi_1D_to_2D(xx, phi) - phi = Integration.two_pops(phi, xx, T1, nu1a, nu2a, m12=0, m21=0) + phi = Integration.two_pops(phi, xx, T1, nu1a, nuA, m12=0, m21=0) phi = PhiManip.phi_2D_to_3D_split_2(xx, phi) phi = Integration.three_pops(phi, xx, T2, nu1a, nu2a, nu3a, m12=0, m21=0, m23=0, m32=0, m13=0, m31=0) phi = Integration.three_pops(phi, xx, T3, nu1b, nu2b, nu3b, m12=0, m21=0, m23=0, m32=0, m13=0, m31=0) diff --git a/Two_Population_Pipeline/Models_2D.pdf b/Two_Population_Pipeline/Models_2D.pdf index 743c428..dcf74a7 100644 Binary files a/Two_Population_Pipeline/Models_2D.pdf and b/Two_Population_Pipeline/Models_2D.pdf differ