CERES_DONT_HAVE_PROTOCOL_BUFFERS -> CERES_NO_PROTOCOL_BUFFERS.

Change-Id: I6c9f50e4c006faf4e75a8f417455db18357f3187
This commit is contained in:
Sameer Agarwal
2012-08-16 19:34:57 -07:00
committed by ceres-solver code review
parent 8b4cb7aa2c
commit dd2b17d7dd
20 changed files with 35 additions and 36 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ class SparseMatrix : public LinearOperator {
// sparse matrix.
virtual void ToDenseMatrix(Matrix* dense_matrix) const = 0;
#ifndef CERES_DONT_HAVE_PROTOCOL_BUFFERS
#ifndef CERES_NO_PROTOCOL_BUFFERS
// Dump the sparse matrix to a proto. Destroys the contents of proto.
virtual void ToProto(SparseMatrixProto* proto) const = 0;
#endif