~njansson/dolfin/hpc

« back to all changes in this revision

Viewing changes to dolfin/la/AssemblyMatrix.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:
15
15
#include <sstream>
16
16
#include <iomanip>
17
17
 
18
 
#include <dolfin/main/constants.h>
 
18
#include <dolfin/common/types.h>
19
19
#include <dolfin/log/dolfin_log.h>
20
20
#include "GenericTensor.h"
21
21
#include "SparsityPattern.h"