File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -384,7 +384,7 @@ pub mod simulation {
384
384
let site_not_exist = site_id_map_tables[ mut_pos] == SiteId :: NULL ;
385
385
if site_not_exist {
386
386
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 ( ) ;
388
388
}
389
389
// add mutation
390
390
let parent_mut = site_last_mutation_tables[ mut_pos] ;
@@ -407,7 +407,7 @@ pub mod simulation {
407
407
let site_not_exist = site_id_map_tr_tbls[ mut_pos] == SiteId :: NULL ;
408
408
if site_not_exist {
409
409
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 ( ) ;
411
411
}
412
412
// add mutation
413
413
let parent_mut = site_last_mutation_tr_tbls[ mut_pos] ;
You can’t perform that action at this time.
0 commit comments