Bug fix to SetGSMG function.

This commit is contained in:
chow 2001-12-15 18:16:06 +00:00
parent b91039fdf3
commit a634ae12f2

View File

@ -457,5 +457,5 @@ hypre_F90_IFACE(hypre_boomeramgsetgsmg, HYPRE_BOOMERAMGSETGSMG)( long int *solve
{
*ierr = (int) ( HYPRE_BoomerAMGSetGSMG(
(HYPRE_Solver) *solver,
(int *) gsmg ) );
(int) *gsmg ) );
}