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
time-shift
sebastien 2009-03-13 13:48:30 +00:00
parent 3586f4b3bd
commit 433d3c9d13
4 changed files with 3 additions and 3 deletions

View File

@ -55,7 +55,7 @@ MAIN_OBJS = \
ModelBlocks.o \
IncidenceMatrix.o \
BlockTriangular.o \
Model_Graph.o \
ModelGraph.o \
DynareMain.o \
DynareMain2.o

View File

@ -26,7 +26,7 @@
#include <stack>
#include <cmath>
#include "ModelTree.hh"
#include "Model_Graph.hh"
#include "ModelGraph.hh"
#include "BlockTriangular.hh"
using namespace std;

View File

@ -35,7 +35,7 @@
#include "ModelTree.hh"
#include "Model_Graph.hh"
#include "ModelGraph.hh"
ModelTree::ModelTree(SymbolTable &symbol_table_arg,
NumericalConstants &num_constants_arg) :