mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-29 16:40:38 +08:00
Residuals instead of Residual in FullReport
This commit is contained in:
@@ -136,7 +136,7 @@ string Solver::Summary::FullReport() const {
|
||||
num_parameters);
|
||||
internal::StringAppendF(&report, "Residual blocks % 10d\n",
|
||||
num_residual_blocks);
|
||||
internal::StringAppendF(&report, "Residual % 10d\n\n",
|
||||
internal::StringAppendF(&report, "Residuals % 10d\n\n",
|
||||
num_residuals);
|
||||
} else {
|
||||
internal::StringAppendF(&report, "%45s %21s\n", "Original", "Reduced");
|
||||
|
||||
Reference in New Issue
Block a user