1. Changes the tutorial to refer to BriefReport.
2. Some of the enums have commas at the end.
3. Fix a bug in the default value of circle_fit.cc in the examples.
diff --git a/include/ceres/numeric_diff_cost_function.h b/include/ceres/numeric_diff_cost_function.h
index 736fb97..bbaefca 100644
--- a/include/ceres/numeric_diff_cost_function.h
+++ b/include/ceres/numeric_diff_cost_function.h
@@ -72,7 +72,7 @@
 
 enum NumericDiffMethod {
   CENTRAL,
-  FORWARD,
+  FORWARD
 };
 
 // This is split from the main class because C++ doesn't allow partial template