Optimized variable
This commit is contained in:
parent
b124716f49
commit
42b7d4349d
@ -15,7 +15,7 @@ namespace Exa
|
|||||||
private ulong sumLengthOrdinates = 0;
|
private ulong sumLengthOrdinates = 0;
|
||||||
|
|
||||||
// Chunk storage:
|
// Chunk storage:
|
||||||
private ExaArray1D<ExaArray1D<T>> chunks = new ExaArray1D<ExaArray1D<T>>(Strategy.MAX_PERFORMANCE);
|
private readonly ExaArray1D<ExaArray1D<T>> chunks = new ExaArray1D<ExaArray1D<T>>(Strategy.MAX_PERFORMANCE);
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Returns the current total number of elements across all dimensions.
|
/// Returns the current total number of elements across all dimensions.
|
||||||
|
Loading…
Reference in New Issue
Block a user