~njansson/dolfin/hpc

« back to all changes in this revision

Viewing changes to dolfin/la/Scalar.h

  • Committer: Garth N. Wells
  • Date: 2008-05-18 16:18:26 UTC
  • mfrom: (2668.2.1 trunk)
  • mto: (2668.7.1 trunk)
  • mto: This revision was merged to the branch mainline in revision 2670.
  • Revision ID: gnw20@cam.ac.uk-20080518161826-rb28aps5hkd304zh
merge.

Show diffs side-by-side

added added

removed removed

Lines of Context:
89
89
 
90
90
    /// Return a factory for the default linear algebra backend
91
91
    inline LinearAlgebraFactory& factory() const 
92
 
    { return dolfin::uBlasFactory::instance(); }
 
92
    { return dolfin::uBlasFactory<>::instance(); }
93
93
 
94
94
    /// Get value
95
95
    real getval() const