~njansson/dolfin/hpc

« back to all changes in this revision

Viewing changes to src/parameter/Parameter.cpp

  • 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:
5
5
// Last changed: 2005-12-21
6
6
 
7
7
#include <dolfin/log/dolfin_log.h>
8
 
#include "ParameterValue.h"
9
 
#include "Parameter.h"
 
8
#include <dolfin/parameter/ParameterValue.h>
 
9
#include <dolfin/parameter/Parameter.h>
10
10
 
11
11
using namespace dolfin;
12
12