From 1e9e73075da8c323a16d407adb285aae643d1b76 Mon Sep 17 00:00:00 2001
From: sebastien <sebastien@ac1d8469-bf42-47a9-8791-bf33cf982152>
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
---
 Makefile                        | 2 +-
 Model_Graph.cc => ModelGraph.cc | 2 +-
 Model_Graph.hh => ModelGraph.hh | 0
 ModelTree.cc                    | 2 +-
 4 files changed, 3 insertions(+), 3 deletions(-)
 rename Model_Graph.cc => ModelGraph.cc (99%)
 rename Model_Graph.hh => ModelGraph.hh (100%)

diff --git a/Makefile b/Makefile
index 501bdf9e..e58e3398 100644
--- a/Makefile
+++ b/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/Model_Graph.cc b/ModelGraph.cc
similarity index 99%
rename from Model_Graph.cc
rename to ModelGraph.cc
index 40fdc7fb..87e459ef 100644
--- a/Model_Graph.cc
+++ b/ModelGraph.cc
@@ -26,7 +26,7 @@
 #include <stack>
 #include <cmath>
 #include "ModelTree.hh"
-#include "Model_Graph.hh"
+#include "ModelGraph.hh"
 #include "BlockTriangular.hh"
 
 using namespace std;
diff --git a/Model_Graph.hh b/ModelGraph.hh
similarity index 100%
rename from Model_Graph.hh
rename to ModelGraph.hh
diff --git a/ModelTree.cc b/ModelTree.cc
index 19345b82..02665879 100644
--- a/ModelTree.cc
+++ b/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) :
-- 
GitLab