~njansson/dolfin/hpc

« back to all changes in this revision

Viewing changes to src/kernel/function/dolfin/dolfin_function.h

  • Committer: Johannes Ring
  • Date: 2008-03-05 22:43:06 UTC
  • Revision ID: johannr@simula.no-20080305224306-2npsdyhfdpl2esji
The BIG commit!

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#ifndef __DOLFIN_FUNCTION_H
2
 
#define __DOLFIN_FUNCTION_H
3
 
 
4
 
// DOLFIN function interface
5
 
 
6
 
#include <dolfin/Function.h>
7
 
#include <dolfin/SpecialFunctions.h>
8
 
 
9
 
#endif