/[ascend]/trunk/pygtk/incidencematrix.h
ViewVC logotype

Diff of /trunk/pygtk/incidencematrix.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1109 by johnpye, Thu Jan 11 04:07:02 2007 UTC revision 1110 by johnpye, Thu Jan 11 04:23:27 2007 UTC
# Line 8  Line 8 
8  #include "simulation.h"  #include "simulation.h"
9    
10  #include "config.h"  #include "config.h"
11    
12    #ifdef ASC_WITH_MFGRAPH
13    # include <mfgraph/mfg_draw_graph.h>
14    #endif
15    
16  extern "C"{  extern "C"{
17  #include <solver/incidence.h>  #include <solver/incidence.h>
18  }  }
# Line 62  public: Line 67  public:
67      const std::vector<int> getBlockLocation(const int &block) const;      const std::vector<int> getBlockLocation(const int &block) const;
68      const int getNumBlocks();      const int getNumBlocks();
69  #ifdef ASC_WITH_MFGRAPH  #ifdef ASC_WITH_MFGRAPH
70      void writeGraph(std::ostream &,const int &block) const;      mfg::DrawGraph getBlockGraph(const int &block) const;
71  #endif;  #endif
72  };  };
73    
74  #endif // ASCXX_INCIDENCEMATRIX_H  #endif // ASCXX_INCIDENCEMATRIX_H

Legend:
Removed from v.1109  
changed lines
  Added in v.1110

john.pye@anu.edu.au
ViewVC Help
Powered by ViewVC 1.1.22