mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-30 17:10:38 +08:00
Correct spelling in comments and docs.
Change-Id: Iad9a0599d644d3b3cd54244edaf64d408cb1308e
This commit is contained in:
@@ -78,7 +78,7 @@ BALProblem::BALProblem(const std::string& filename, bool use_quaternions) {
|
||||
return;
|
||||
};
|
||||
|
||||
// This wil die horribly on invalid files. Them's the breaks.
|
||||
// This will die horribly on invalid files. Them's the breaks.
|
||||
FscanfOrDie(fptr, "%d", &num_cameras_);
|
||||
FscanfOrDie(fptr, "%d", &num_points_);
|
||||
FscanfOrDie(fptr, "%d", &num_observations_);
|
||||
|
||||
Reference in New Issue
Block a user