Removed a message my friend put in that I forgot to remove :)
This commit is contained in:
parent
c05bd6007d
commit
564d4caa1a
@ -39,8 +39,6 @@ public class NDArray<T> : IEnumerable<T>, IEquatable<NDArray<T>>
|
||||
Array.Fill(sizes, allLengths);
|
||||
|
||||
arr = new T[Mathf.Product(sizes)];
|
||||
|
||||
Console.WriteLine("Gay ass balls");
|
||||
}
|
||||
public NDArray(int[] lengths)
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user