Lint fixes from William Rucklidge.

Change-Id: I57a6383bb875b24083cd9b7049333292d26f718c
This commit is contained in:
Sameer Agarwal
2013-04-16 15:44:23 -07:00
parent c7e69beb52
commit e6707b2411
3 changed files with 10 additions and 4 deletions
@@ -124,7 +124,7 @@ class DynamicAutoDiffCostFunction : public CostFunction {
// Make the parameter pack that is sent to the functor (reused).
vector<Jet<double, Stride>* > jet_parameters(num_parameter_blocks,
static_cast<Jet<double, Stride>* >( NULL));
static_cast<Jet<double, Stride>* >(NULL));
int num_active_parameters = 0;
int start_derivative_section = -1;
for (int i = 0, parameter_cursor = 0; i < num_parameter_blocks; ++i) {