~njansson/dolfin/hpc

« back to all changes in this revision

Viewing changes to dolfin/ode/ODE.h

  • Committer: Anders Logg
  • Date: 2008-04-22 13:59:10 UTC
  • mfrom: (2581.1.1 trunk)
  • Revision ID: logg@simula.no-20080422135910-gp5wktbxzu9rjj1w
merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
#ifndef __ODE_H
8
8
#define __ODE_H
9
9
 
10
 
#include <dolfin/main/constants.h>
 
10
#include <dolfin/common/types.h>
11
11
#include <dolfin/log/Event.h>
12
12
#include <dolfin/la/uBlasVector.h>
13
13
#include <dolfin/la/uBlasSparseMatrix.h>