preprocessor, StaticDllModel: removed useless method

git-svn-id: https://www.dynare.org/svn/dynare/trunk@2990 ac1d8469-bf42-47a9-8791-bf33cf982152
issue#70
sebastien 2009-09-28 13:31:00 +00:00
parent ff5891dd9c
commit 1ef92c88bf
2 changed files with 0 additions and 9 deletions

View File

@ -48,12 +48,6 @@ StaticDllModel::StaticDllModel(SymbolTable &symbol_table_arg,
{
}
NodeID
StaticDllModel::AddVariable(const string &name, int lag)
{
return AddVariableInternal(name, lag);
}
void
StaticDllModel::compileDerivative(ofstream &code_file, int eq, int symb_id, int lag, map_idx_type &map_idx) const
{

View File

@ -119,9 +119,6 @@ private:
public:
StaticDllModel(SymbolTable &symbol_table_arg, NumericalConstants &num_constants);
//! Adds a variable node
/*! This implementation allows for non-zero lag */
virtual NodeID AddVariable(const string &name, int lag = 0);
//! Absolute value under which a number is considered to be zero
double cutoff;
//! Compute the minimum feedback set in the static model: