Fixed an error with the return value.
This commit is contained in:
parent
9091de5aa3
commit
1cfa6431a5
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue