Fixed silly error that didn't show up on linux, but did show up on
ubuntu.
This commit is contained in:
parent
167502481e
commit
215cea0d1b
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ namespace Cantera {
|
|||
* @param right Reference to %ResidJacEval object to be copied into the
|
||||
* current one.
|
||||
*/
|
||||
ResidJacEval& ResidJacEval::operator=(const ResidJacEval &right);
|
||||
ResidJacEval& operator=(const ResidJacEval &right);
|
||||
|
||||
//! Duplication routine for objects which inherit from
|
||||
//! residJacEval
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue