~njansson/dolfin/hpc

« back to all changes in this revision

Viewing changes to src/la/uBlasKrylovMatrix.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:
4
4
// First added:  2006-07-07
5
5
// Last changed: 2006-07-07
6
6
 
 
7
#include <dolfin/config/dolfin_config.h>
 
8
 
 
9
#ifndef NO_UBLAS
 
10
 
7
11
#include "uBlasVector.h"
8
12
#include "uBlasSparseMatrix.h"
9
13
#include "uBlasKrylovMatrix.h"
40
44
}
41
45
//-----------------------------------------------------------------------------
42
46
*/
 
47
 
 
48
#endif