mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-29 16:40:38 +08:00
Replace NULL by nullptr
Change-Id: I200a40678091b984a01635d8637a487b7ad5cc13
This commit is contained in:
@@ -423,7 +423,7 @@ class CERES_EXPORT Solver {
|
||||
// each group, Ceres is free to order the parameter blocks as it
|
||||
// chooses.
|
||||
//
|
||||
// If NULL, then all parameter blocks are assumed to be in the
|
||||
// If nullptr, then all parameter blocks are assumed to be in the
|
||||
// same group and the solver is free to decide the best
|
||||
// ordering.
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user