~njansson/dolfin/hpc

« back to all changes in this revision

Viewing changes to src/graph/Graph.cpp

  • Committer: Niclas Jansson
  • Date: 2011-06-10 14:33:43 UTC
  • Revision ID: njansson@csc.kth.se-20110610143343-d21p4am8rghiojfm
Added rudimentary header to binary files

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
#include <dolfin/io/File.h>
12
12
#include <dolfin/mesh/Vertex.h>
13
13
#include <dolfin/mesh/Cell.h>
14
 
#include "GraphPartition.h"
15
 
#include "Graph.h"
 
14
#include <dolfin/graph/GraphPartition.h>
 
15
#include <dolfin/graph/Graph.h>
16
16
 
17
17
using namespace dolfin;
18
18