From de695fb49697f1cebfe0a6a9d2eca1017ece8a83 Mon Sep 17 00:00:00 2001 From: Houtan Bastani Date: Tue, 21 Jul 2015 17:50:00 +0200 Subject: [PATCH] preprocessor: remove comments associated with c604d9da385a4e28fa049d79db13cf1c749c9d55 --- DynamicModel.hh | 1 - ModFile.hh | 1 - SteadyStateModel.hh | 3 +-- 3 files changed, 1 insertion(+), 4 deletions(-) diff --git a/DynamicModel.hh b/DynamicModel.hh index d96a7d50..0bf34f47 100644 --- a/DynamicModel.hh +++ b/DynamicModel.hh @@ -469,7 +469,6 @@ public: }; bool isModelLocalVariableUsed() const; - // in ExternalFiles.cc //! Writes model initialization and lead/lag incidence matrix to C output void writeCOutput(ostream &output, const string &basename, bool block, bool byte_code, bool use_dll, int order, bool estimation_present) const; //! Writes model initialization and lead/lag incidence matrix to Cpp output diff --git a/ModFile.hh b/ModFile.hh index 34b3b30b..11e3e424 100644 --- a/ModFile.hh +++ b/ModFile.hh @@ -152,7 +152,6 @@ public: , bool cygwin, bool msvc #endif ) const; - // Functions located in ExternalFiles.cc void writeExternalFiles(const string &basename, FileOutputType output, LanguageOutputType language) const; void writeExternalFilesC(const string &basename, FileOutputType output) const; void writeExternalFilesCC(const string &basename, FileOutputType output) const; diff --git a/SteadyStateModel.hh b/SteadyStateModel.hh index 64b78573..2dd752ba 100644 --- a/SteadyStateModel.hh +++ b/SteadyStateModel.hh @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2014 Dynare Team + * Copyright (C) 2010-2015 Dynare Team * * This file is part of Dynare. * @@ -49,7 +49,6 @@ public: \param[in] ramsey_model Is there a Ramsey model in the MOD file? If yes, then use the "ys" in argument of the steady state file as initial values */ void writeSteadyStateFile(const string &basename, bool ramsey_model) const; - // in ExternalFiles.cc void writeSteadyStateFileC(const string &basename, bool ramsey_model) const; };