~njansson/dolfin/hpc

« back to all changes in this revision

Viewing changes to dolfin/la/uBlasVector.cpp

  • 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:
224
224
//-----------------------------------------------------------------------------
225
225
LinearAlgebraFactory& uBlasVector::factory() const
226
226
{
227
 
  return uBlasFactory::instance();
 
227
  return uBlasFactory<>::instance();
228
228
}
229
229
//-----------------------------------------------------------------------------