File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -384,7 +384,7 @@ pub mod simulation {
384384 let site_not_exist = site_id_map_tables[ mut_pos] == SiteId :: NULL ;
385385 if site_not_exist {
386386 site_id_map_tables[ mut_pos] =
387- tables. add_site ( mut_pos as f64 , Some ( & [ b'a' ] ) ) . unwrap ( ) ;
387+ tables. add_site ( mut_pos as f64 , Some ( b"a" ) ) . unwrap ( ) ;
388388 }
389389 // add mutation
390390 let parent_mut = site_last_mutation_tables[ mut_pos] ;
@@ -407,7 +407,7 @@ pub mod simulation {
407407 let site_not_exist = site_id_map_tr_tbls[ mut_pos] == SiteId :: NULL ;
408408 if site_not_exist {
409409 site_id_map_tr_tbls[ mut_pos] =
410- tr_tbls. add_site ( mut_pos as f64 , Some ( & [ b'a' ] ) ) . unwrap ( ) ;
410+ tr_tbls. add_site ( mut_pos as f64 , Some ( b"a" ) ) . unwrap ( ) ;
411411 }
412412 // add mutation
413413 let parent_mut = site_last_mutation_tr_tbls[ mut_pos] ;
You can’t perform that action at this time.
0 commit comments