Missed one instance of SUCCESS

This commit is contained in:
Stan Moore
2021-07-09 14:00:19 -06:00
parent 8730fc3c6a
commit 33ac10df7a

View File

@ -111,7 +111,7 @@ int Init_ListsOMP(reax_system *system, control_params *control,
free(hb_top);
free(bond_top);
return SUCCESS;
return REAXC_SUCCES;
}
/* ---------------------------------------------------------------------- */