Program terminates upon error in setup phase
This commit is contained in:
parent
f31beb5618
commit
668e446e87
@ -212,6 +212,10 @@ void *data;
|
||||
|
||||
WriteSetupParams(amg_data);
|
||||
CALL_SETUP(Setup_err_flag, A, amg_data);
|
||||
if (Setup_err_flag != 0)
|
||||
{
|
||||
return(Setup_err_flag);
|
||||
}
|
||||
|
||||
/*----------------------------------------------------------
|
||||
* Set some local variables
|
||||
|
||||
@ -212,6 +212,10 @@ void *data;
|
||||
|
||||
WriteSetupParams(amg_data);
|
||||
CALL_SETUP(Setup_err_flag, A, amg_data);
|
||||
if (Setup_err_flag != 0)
|
||||
{
|
||||
return(Setup_err_flag);
|
||||
}
|
||||
|
||||
/*----------------------------------------------------------
|
||||
* Set some local variables
|
||||
|
||||
Loading…
Reference in New Issue
Block a user