Program terminates upon error in setup phase

This commit is contained in:
vhenson 1997-09-10 17:31:49 +00:00
parent f31beb5618
commit 668e446e87
2 changed files with 8 additions and 0 deletions

View File

@ -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

View File

@ -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