Bug fix to SetGSMG function.
This commit is contained in:
parent
b91039fdf3
commit
a634ae12f2
@ -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 ) );
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user