Fixed typo.

issue#70
Stéphane Adjemian (Scylla) 2017-09-13 18:34:02 +02:00
parent e7ee38824f
commit 46b8f4b9f3
1 changed files with 1 additions and 1 deletions

View File

@ -843,7 +843,7 @@ SymbolTable::getObservedVariableIndex(int symb_id) const
void
SymbolTable::addObservedExogenousVariable(int symb_id) throw (UnknownSymbolIDException)
{
validateSymbID(id);
validateSymbID(symb_id);
assert(getType(symb_id) != eEndogenous);
varexobs.push_back(symb_id);
}