You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
char* genReac(char* propensity, char* massAction, char* ID, char* reactantList[], int isReacRepeated, int noOfReactants, char* productList[], int isProdRepeated, int noOfProducts);
char* genCopyReac (char* varName, char* dest, int ID);
char* genClearReac(char* varName, int ID);
char* genSpeciesCode(char* name, int amount);
char* genMulReac (char* numA, char* numB, char* dest, int greater, int ID);
char* genDecReac (char* varName, int ID);
char* genSubReac (char* numA, char* numB, int ID);