Commit e1dec977 authored by Vít Hanousek's avatar Vít Hanousek Committed by Jakub Klinkovský
Browse files

FIX remove unused field

parent dfcbf832
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -212,8 +212,6 @@ class DistributedMeshSynchronizer< Functions::MeshFunction< Grid< MeshDimension,
      Containers::Array<RealType, Device, Index> sendBuffers[getNeighborCount()];
      Containers::Array<RealType, Device, Index> recieveBuffers[getNeighborCount()];
      Containers::StaticArray< getNeighborCount(), int > sendSizes;
      Containers::StaticArray< getNeighborCount(), int > recieveSizes;

  
      CoordinatesType sendDimensions[getNeighborCount()];
      CoordinatesType recieveDimensions[getNeighborCount()];