Skip to content

Commit cab0555

Browse files
committed
Merge branch 'fix_ccsr' of github.com:cyclops-community/ctf into fix_ccsr
2 parents d5073ef + 6424a9e commit cab0555

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shared/init_models.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
namespace CTF_int{
2-
double csrred_mdl_init[] = {3.0689E-03, 2.2385E-04, 4.4815E-07};
2+
double csrred_mdl_init[] = {3.0689E-03, 2.2385E-03, 4.4815E-07};
33
double csrred_mdl_cst_init[] = {-1.8323E-04, 1.3076E-04, 2.8732E-09};
44
double alltoall_mdl_init[] = {1.0000E-06, 1.0000E-06, 5.0000E-10};
55
double alltoallv_mdl_init[] = {7.3164E-23, 1.0404E-04, 2.5827E-07};

0 commit comments

Comments
 (0)