Fixed a problem with the last periodic read changes.

This commit is contained in:
falgout 2011-12-01 16:40:32 +00:00
parent 8bfdaa7ad7
commit 5cd1a8b11e

View File

@ -831,8 +831,8 @@ hypre_StructGridRead( MPI_Comm comm,
periodic = hypre_StructGridPeriodic(grid);
hypre_fscanf(file, "Periodic: %d %d %d\n",
&hypre_IndexX(periodic),
&hypre_IndexX(periodic),
&hypre_IndexX(periodic));
&hypre_IndexY(periodic),
&hypre_IndexZ(periodic));
hypre_StructGridAssemble(grid);