Bugfix related to nonBlocking comms in ProcessorPointPatchField
This commit is contained in:
parent
c3a38ac471
commit
728c5ed748
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ sendField
|
||||||
{
|
{
|
||||||
const Field<Type2>& f = tf();
|
const Field<Type2>& f = tf();
|
||||||
|
|
||||||
//HJ: This needs complete rewrite:
|
// This needs complete rewrite:
|
||||||
// - move communications into a patch
|
// - move communications into a patch
|
||||||
// - allow for various types of communication - done HR, 12/6/2017
|
// - allow for various types of communication - done HR, 12/6/2017
|
||||||
// HJ, 15/Apr/2009
|
// HJ, 15/Apr/2009
|
||||||
|
|
Reference in a new issue