| commit | 237d659b8d00cbbf54366656b3d8b34068a03b1c | [log] [tgz] |
|---|---|---|
| author | Sameer Agarwal <sameeragarwal@google.com> | Wed May 30 20:34:49 2012 -0700 |
| committer | Sameer Agarwal <sameeragarwal@google.com> | Wed May 30 21:50:32 2012 -0700 |
| tree | f1f604c89afc5d5eed4a035073f0a128f53b90f4 | |
| parent | aa9a83c657c863b38d69c21c5fa2213ac472a319 [diff] [blame] |
Added CERES_ prefix to the DISALLOW macros. Change-Id: Ib81e9112e8bbc6ed6cb52f21825df0f6e659be51
diff --git a/internal/ceres/visibility_based_preconditioner.h b/internal/ceres/visibility_based_preconditioner.h index c265a0e..888c65e 100644 --- a/internal/ceres/visibility_based_preconditioner.h +++ b/internal/ceres/visibility_based_preconditioner.h
@@ -244,7 +244,7 @@ // Temporary vector used by RightMultiply. cholmod_dense* tmp_rhs_; - DISALLOW_COPY_AND_ASSIGN(VisibilityBasedPreconditioner); + CERES_DISALLOW_COPY_AND_ASSIGN(VisibilityBasedPreconditioner); }; #else // SuiteSparse // If SuiteSparse is not compiled in, the preconditioner is not