Fix a typo in suitesparse.cc

Thanks Hyon Lim.

Change-Id: I73be87e805057427d5ad245beb30e1e177bae304
This commit is contained in:
Sameer Agarwal
2013-04-29 17:27:26 -07:00
parent 50bbc6f164
commit 0e0a45472a
2 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -334,7 +334,7 @@ void SuiteSparse::ConstrainedApproximateMinimumDegreeOrdering(
<< "Ceres Solver was compiled with SuiteSparse "
<< "version 4.1.0 or less. Calling this function "
<< "in that case is a bug. Please contact the"
<< "the Ceres Solver developers".
<< "the Ceres Solver developers.";
#endif
}
+4 -1
View File
@@ -3,7 +3,7 @@ Version: 1.6.0
# Release candidate versions are messy. Give them a release of
# e.g. "0.1.0%{?dist}" for RC1 (and remember to adjust the Source0
# URL). Non-RC releases go back to incrementing integers starting at 1.
Release: 0.1.0%{?dist}
Release: 0.2.0%{?dist}
Summary: A non-linear least squares minimizer
Group: Development/Libraries
@@ -105,6 +105,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Mon Apr 29 2013 Sameer Agarwal <sameeragarwal@google.com> - 1.6.0-0.2.0
- Bump version
* Mon Apr 29 2013 Sameer Agarwal <sameeragarwal@google.com> - 1.6.0-0.1.0
- Bump version