~njansson/dolfin/hpc

« back to all changes in this revision

Viewing changes to dolfin/la/uBlasFactory.h

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

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
 
46
46
  private:
47
47
 
48
 
    /// Private Constructor
 
48
    // Private Constructor
49
49
    uBlasFactory() {}
50
50
 
51
 
    // Singleton instanc
 
51
    // Singleton instance
52
52
    static uBlasFactory<Mat> factory;
53
53
  };
54
54
}