]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Forgot to declare function as inline.
authorkronbichler <kronbichler@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 13 Jan 2010 16:29:42 +0000 (16:29 +0000)
committerkronbichler <kronbichler@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 13 Jan 2010 16:29:42 +0000 (16:29 +0000)
git-svn-id: https://svn.dealii.org/trunk@20365 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/include/lac/petsc_block_vector.h

index 94b6d2793e48d3932c7f7ea3b90a8d0385420d49..aefdfd7faea029be52101bd4e470165bee2eca96 100644 (file)
@@ -472,10 +472,12 @@ namespace PETScWrappers
 
 
 
-  void BlockVector::print (std::ostream       &out,
-                          const unsigned int  precision,
-                          const bool          scientific,
-                          const bool          across) const
+  inline
+  void 
+  BlockVector::print (std::ostream       &out,
+                     const unsigned int  precision,
+                     const bool          scientific,
+                     const bool          across) const
   {
     for (unsigned int i=0;i<this->n_blocks();++i)
       {

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.