~njansson/dolfin/hpc

« back to all changes in this revision

Viewing changes to src/modules/plasticity/dolfin/dolfin_plasticity.h

  • Committer: Anders Logg
  • Date: 2007-01-10 09:04:44 UTC
  • mfrom: (1689.1.221 trunk)
  • Revision ID: logg@simula.no-20070110090444-ecyux3n1qnei4i8h
RemoveĀ oldĀ head

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// Copyright (C) 2006 Kristian Oelgaard and Garth N. Wells.
 
2
// Licensed under the GNU GPL Version 2.
 
3
//
 
4
// First added:  2006-11-13
 
5
 
 
6
#ifndef __DOLFIN_PLASTICITY_H
 
7
#define __DOLFIN_PLASTICITY_H
 
8
 
 
9
#include <dolfin/PlasticitySolver.h>
 
10
 
 
11
#endif