]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix operator return-type typo
authoryoung <young@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 14 Feb 2012 09:16:09 +0000 (09:16 +0000)
committeryoung <young@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 14 Feb 2012 09:16:09 +0000 (09:16 +0000)
git-svn-id: https://svn.dealii.org/trunk@25064 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/lac/petsc_vector_base.h

index 2402d057e9063e1e8a69a90b197d466ef8e04926..3d3c08e1cb1e8b64a1e98f3f4e2959e785852fb0 100644 (file)
@@ -423,8 +423,8 @@ namespace PETScWrappers
                                        *
                                        * Exactly the same as operator().
                                         */
-      PETScScalar
-      operator [] (const unsigned int index) const;
+      PetscScalar 
+      operator [] (const unsigned int index) const; 
 
                                        /**
                                         * A collective set operation: instead

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.