Fixed an error with the return value.

This commit is contained in:
Harry Moffat 2008-12-30 22:22:54 +00:00
parent 9091de5aa3
commit 1cfa6431a5

View file

@ -792,7 +792,7 @@ namespace Cantera {
}
virtual void modifyOneHf298SS(const int k, const doublereal Hf298New) {
return err("Hf298SS - H298MODIFY_CAPABILITY not compiled in");
(void) err("Hf298SS - H298MODIFY_CAPABILITY not compiled in");
}
#endif