~njansson/dolfin/hpc

« back to all changes in this revision

Viewing changes to src/io/PythonFile.cpp

  • Committer: Niclas Jansson
  • Date: 2010-10-17 10:21:52 UTC
  • Revision ID: njansson@csc.kth.se-20101017102152-e6u3c9uwxa4z19c8
Minor fixes in configure.ac

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
// Last changed: 2008-04-08
9
9
// 
10
10
 
 
11
#include <dolfin/config/dolfin_config.h>
 
12
 
 
13
#ifndef NO_UBLAS
 
14
 
11
15
#include <dolfin/log/dolfin_log.h>
12
16
#include <dolfin/la/GenericVector.h>
13
17
#include <dolfin/la/GenericMatrix.h>
118
122
 
119
123
}
120
124
//-----------------------------------------------------------------------------
 
125
 
 
126
#endif