Skip to content

Commit

Permalink
Merge branch 'fix_ccsr' of github.com:cyclops-community/ctf into fix_…
Browse files Browse the repository at this point in the history
…ccsr
  • Loading branch information
solomonik committed Aug 10, 2019
2 parents d5073ef + 6424a9e commit cab0555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/init_models.cxx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
namespace CTF_int{
double csrred_mdl_init[] = {3.0689E-03, 2.2385E-04, 4.4815E-07};
double csrred_mdl_init[] = {3.0689E-03, 2.2385E-03, 4.4815E-07};
double csrred_mdl_cst_init[] = {-1.8323E-04, 1.3076E-04, 2.8732E-09};
double alltoall_mdl_init[] = {1.0000E-06, 1.0000E-06, 5.0000E-10};
double alltoallv_mdl_init[] = {7.3164E-23, 1.0404E-04, 2.5827E-07};
Expand Down

0 comments on commit cab0555

Please sign in to comment.