rename memory allocation 095 -> 096
This commit is contained in:
parent
1513d2cea4
commit
482224e616
2 changed files with 0 additions and 0 deletions
4
patches/patches/096_memory_allocation.patch
Normal file
4
patches/patches/096_memory_allocation.patch
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
65c65
|
||||
< var avg: []f64 = {};
|
||||
---
|
||||
> var avg: []f64 = try allocator.alloc(f64, arr.len);
|
||||
Loading…
Add table
Add a link
Reference in a new issue