Removed a typo error.
This commit is contained in:
parent
ca9fb2639f
commit
46dc703768
@ -195,7 +195,7 @@ hypre_StructOverlapInnerProd( hypre_StructVector *x,
|
|||||||
* to subtract only overlaps with boxes on processors with id < myid.
|
* to subtract only overlaps with boxes on processors with id < myid.
|
||||||
*-----------------------------------------------------------------------*/
|
*-----------------------------------------------------------------------*/
|
||||||
neighbor_boxes = hypre_BoxArrayCreate(0);
|
neighbor_boxes = hypre_BoxArrayCreate(0);
|
||||||
hypre_BoxManGetAllEntriesBoxesProcs( boxman, neighbor_boxes, neighbors_procs);
|
hypre_BoxManGetAllEntriesBoxesProc(boxman, neighbor_boxes, neighbors_procs);
|
||||||
|
|
||||||
selected_nboxes= hypre_BoxArrayCreate(0);
|
selected_nboxes= hypre_BoxArrayCreate(0);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user