]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
no copy or assignment allowed
authorheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 11 Jun 2013 17:01:15 +0000 (17:01 +0000)
committerheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 11 Jun 2013 17:01:15 +0000 (17:01 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_unify_linear_algebra@29808 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/lac/petsc_matrix_base.h
deal.II/include/deal.II/lac/petsc_sparse_matrix.h

index 500b40d7786b4300cf43492b3cde8747827d52be..2049138aa73040c06f9f71907e593b1325c0fd2a 100644 (file)
@@ -1292,6 +1292,16 @@ namespace PETScWrappers
 
 
   private:
+
+    /**
+     * purposefully not implemented
+     */
+    MatrixBase(const MatrixBase &);
+    /**
+     * purposefully not implemented
+     */
+    MatrixBase& operator=(const MatrixBase &);
+
     /**
      * An internal array of integer
      * values that is used to store the
index ac36203b5093d953be947d8b080062059bc3aedb..0359c2003b94770cc99ad8ab325a9758e92f8a5b 100644 (file)
@@ -321,6 +321,15 @@ namespace PETScWrappers
 
   private:
 
+    /**
+     * Purposefully not implemented
+     */
+    SparseMatrix(const SparseMatrix &);
+    /**
+     * Purposefully not implemented
+     */
+    SparseMatrix& operator= (const SparseMatrix &);
+
     /**
      * Do the actual work for the
      * respective reinit() function and the

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.