From 02c7b10c407982ca117098bd64358a8bb910bd3a Mon Sep 17 00:00:00 2001 From: tslil Date: Sat, 18 Oct 2025 18:12:46 +0100 Subject: Some basic train and parenthesis parsing, things are beginning to become exciting --- rprt-engine/src/selection.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rprt-engine/src/selection.rs') diff --git a/rprt-engine/src/selection.rs b/rprt-engine/src/selection.rs index 9494544..968d859 100644 --- a/rprt-engine/src/selection.rs +++ b/rprt-engine/src/selection.rs @@ -256,7 +256,7 @@ impl Selection { } } - pub fn broadcast( + pub fn vectorise( &self, fn_rank_zero: &impl Fn(&BufferID, &usize) -> Result, fn_rank_one: &impl Fn(&BufferID, &Interval) -> Result, -- cgit v1.2.3