Bugfix related to nonBlocking comms in ProcessorPointPatchField

This commit is contained in:
Vuko Vukcevic 2017-03-02 07:40:47 +01:00 committed by Hrvoje Jasak
parent c3a38ac471
commit 728c5ed748

View file

@ -82,7 +82,7 @@ sendField
{
const Field<Type2>& f = tf();
//HJ: This needs complete rewrite:
// This needs complete rewrite:
// - move communications into a patch
// - allow for various types of communication - done HR, 12/6/2017
// HJ, 15/Apr/2009