Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Tomin authored and Pavel Tomin committed Feb 7, 2025
1 parent 57436fa commit 5da73a5
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/coreComponents/mesh/mpiCommunications/NeighborCommunicator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -537,10 +537,6 @@ int NeighborCommunicator::packCommSizeForSync( FieldIdentifiers const & fieldsTo
} );
break;
}
default:
{
GEOS_ERROR( "Invalid field location" );
}
}
}
this->m_sendBufferSize[commID] = bufferSize;
Expand Down Expand Up @@ -598,10 +594,6 @@ void NeighborCommunicator::packCommBufferForSync( FieldIdentifiers const & field
} );
break;
}
default:
{
GEOS_ERROR( "Invalid field location" );
}
}
}

Expand Down Expand Up @@ -660,10 +652,6 @@ void NeighborCommunicator::unpackBufferForSync( FieldIdentifiers const & fieldsT
} );
break;
}
default:
{
GEOS_ERROR( "Invalid field location" );
}
}
}
}
Expand Down

0 comments on commit 5da73a5

Please sign in to comment.