~njansson/dolfin/hpc

« back to all changes in this revision

Viewing changes to dolfin/io/PythonFile.cpp

  • Committer: Kent-Andre Mardal
  • Date: 2008-04-03 11:30:39 UTC
  • mfrom: (2482.1.3 trunk)
  • Revision ID: kent-and@simula.no-20080403113039-p859iv2wsv8seiyp
updated io to require GenericMatrix

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
// Last changed: 2006-05-29
8
8
 
9
9
#include <dolfin/log/dolfin_log.h>
10
 
#include <dolfin/la/Vector.h>
11
 
#include <dolfin/la/Matrix.h>
 
10
#include <dolfin/la/GenericVector.h>
 
11
#include <dolfin/la/GenericMatrix.h>
12
12
#include <dolfin/mesh/Mesh.h>
13
13
#include <dolfin/function/Function.h>
14
14
#include <dolfin/ode/Sample.h>