Index: /issm/trunk-jpl/src/c/classes/matrix/Matrix.h
===================================================================
--- /issm/trunk-jpl/src/c/classes/matrix/Matrix.h	(revision 13800)
+++ /issm/trunk-jpl/src/c/classes/matrix/Matrix.h	(revision 13801)
@@ -163,6 +163,4 @@
 				#ifdef _HAVE_PETSC_
 				delete this->pmatrix;
-				#else
-				_error_("Petsc matrix format not usable, as Petsc has not been compiled!");
 				#endif
 			}
@@ -170,5 +168,4 @@
 				delete this->smatrix;
 			}
-			else _error_("Matrix type: " << type << " not supported yet!");
 
 		}
Index: /issm/trunk-jpl/src/c/classes/matrix/Vector.h
===================================================================
--- /issm/trunk-jpl/src/c/classes/matrix/Vector.h	(revision 13800)
+++ /issm/trunk-jpl/src/c/classes/matrix/Vector.h	(revision 13801)
@@ -110,6 +110,4 @@
 				#ifdef _HAVE_PETSC_
 				delete this->pvector;
-				#else
-				_error_("Petsc matrix format not usable, as Petsc has not been compiled!");
 				#endif
 			}
@@ -117,5 +115,4 @@
 				delete this->svector;
 			}
-			else _error_("Vector type: " << type << " not supported yet!");
 		}
 		/*}}}*/
