~njansson/dolfin/hpc

« back to all changes in this revision

Viewing changes to dolfin/math/dolfin_math.h

  • Committer: Niclas Jansson
  • Date: 2011-06-10 14:33:43 UTC
  • Revision ID: njansson@csc.kth.se-20110610143343-d21p4am8rghiojfm
Added rudimentary header to binary files

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#ifndef __DOLFIN_MATH_H
2
 
#define __DOLFIN_MATH_H
3
 
 
4
 
// DOLFIN math
5
 
 
6
 
#include <dolfin/math/basic.h>
7
 
#include <dolfin/math/Lagrange.h>
8
 
#include <dolfin/math/Legendre.h>
9
 
 
10
 
#endif