~njansson/dolfin/hpc

« back to all changes in this revision

Viewing changes to dolfin/function/Function.h

  • Committer: Dag Lindbo
  • Date: 2008-04-21 19:19:11 UTC
  • mto: This revision was merged to the branch mainline in revision 2592.
  • Revision ID: dag@csc.kth.se-20080421191911-0s69hlyxw02r4lng
Prevent LinearPDE from owning solution vector (fix for bug 24)

Show diffs side-by-side

added added

removed removed

Lines of Context:
126
126
 
127
127
    /// Friends
128
128
    friend class XMLFile;
 
129
    friend class LinearPDE;
129
130
 
130
131
  protected:
131
132