~njansson/dolfin/hpc

« back to all changes in this revision

Viewing changes to src/graph/GraphPartition.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:
4
4
// First added:  2007-04-03
5
5
// Last changed: 2007-05-31
6
6
 
7
 
#include "GraphPartition.h"
 
7
#include <dolfin/graph/GraphPartition.h>
8
8
#include <iostream>
9
9
 
10
10
#ifdef HAS_SCOTCH