~njansson/dolfin/hpc

« back to all changes in this revision

Viewing changes to src/quadrature/LobattoQuadrature.h

  • 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:  2003-06-03
5
5
// Last changed: 2005-12-09
6
6
 
 
7
#include <dolfin/config/dolfin_config.h>
 
8
 
 
9
#ifndef NO_UBLAS 
 
10
 
7
11
#ifndef __LOBATTO_QUADRATURE_H
8
12
#define __LOBATTO_QUADRATURE_H
9
13
 
39
43
}
40
44
 
41
45
#endif
 
46
 
 
47
#endif