From 433d3c9d131f8721c856361d5537ae6e9a8b5a42 Mon Sep 17 00:00:00 2001 From: sebastien Date: Fri, 13 Mar 2009 13:48:30 +0000 Subject: [PATCH] trunk preprocessor: removed underscore in Model_Graph.{cc,hh} git-svn-id: https://www.dynare.org/svn/dynare/trunk@2460 ac1d8469-bf42-47a9-8791-bf33cf982152 --- preprocessor/Makefile | 2 +- preprocessor/{Model_Graph.cc => ModelGraph.cc} | 2 +- preprocessor/{Model_Graph.hh => ModelGraph.hh} | 0 preprocessor/ModelTree.cc | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) rename preprocessor/{Model_Graph.cc => ModelGraph.cc} (99%) rename preprocessor/{Model_Graph.hh => ModelGraph.hh} (100%) diff --git a/preprocessor/Makefile b/preprocessor/Makefile index 501bdf9e6..e58e33984 100644 --- a/preprocessor/Makefile +++ b/preprocessor/Makefile @@ -55,7 +55,7 @@ MAIN_OBJS = \ ModelBlocks.o \ IncidenceMatrix.o \ BlockTriangular.o \ - Model_Graph.o \ + ModelGraph.o \ DynareMain.o \ DynareMain2.o diff --git a/preprocessor/Model_Graph.cc b/preprocessor/ModelGraph.cc similarity index 99% rename from preprocessor/Model_Graph.cc rename to preprocessor/ModelGraph.cc index 40fdc7fb3..87e459eff 100644 --- a/preprocessor/Model_Graph.cc +++ b/preprocessor/ModelGraph.cc @@ -26,7 +26,7 @@ #include #include #include "ModelTree.hh" -#include "Model_Graph.hh" +#include "ModelGraph.hh" #include "BlockTriangular.hh" using namespace std; diff --git a/preprocessor/Model_Graph.hh b/preprocessor/ModelGraph.hh similarity index 100% rename from preprocessor/Model_Graph.hh rename to preprocessor/ModelGraph.hh diff --git a/preprocessor/ModelTree.cc b/preprocessor/ModelTree.cc index 19345b821..026658793 100644 --- a/preprocessor/ModelTree.cc +++ b/preprocessor/ModelTree.cc @@ -35,7 +35,7 @@ #include "ModelTree.hh" -#include "Model_Graph.hh" +#include "ModelGraph.hh" ModelTree::ModelTree(SymbolTable &symbol_table_arg, NumericalConstants &num_constants_arg) :