~ubuntu-branches/ubuntu/wily/dolfin/wily-proposed

« back to all changes in this revision

Viewing changes to demo/documented/tensor-weighted-poisson/python/documentation.rst

  • Committer: Package Import Robot
  • Author(s): Johannes Ring
  • Date: 2014-09-22 14:35:34 UTC
  • mfrom: (1.1.17) (19.1.23 sid)
  • Revision ID: package-import@ubuntu.com-20140922143534-0yi89jyuqbgdxwm9
Tags: 1.4.0+dfsg-4
* debian/control: Disable libcgal-dev on i386, mipsel and sparc.
* debian/rules: Remove bad directives in pkg-config file dolfin.pc
  (closes: #760658).
* Remove debian/libdolfin-dev.lintian-overrides.

Show diffs side-by-side

added added

removed removed

Lines of Context:
194
194
          }
195
195
 
196
196
          // The data stored in mesh functions
197
 
          boost::shared_ptr<MeshFunction<double> > c00;
198
 
          boost::shared_ptr<MeshFunction<double> > c01;
199
 
          boost::shared_ptr<MeshFunction<double> > c11;
 
197
          std::shared_ptr<MeshFunction<double> > c00;
 
198
          std::shared_ptr<MeshFunction<double> > c01;
 
199
          std::shared_ptr<MeshFunction<double> > c11;
200
200
 
201
201
        };
202
202
        """