Skip to content

Commit

Permalink
fixed typo that slipped through refs #7808
Browse files Browse the repository at this point in the history
  • Loading branch information
NickDraper committed Aug 22, 2013
1 parent 08fd0c5 commit e605e28
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ void SplineBackground::exec()
{
double Bj = gsl_vector_get(B, j);
gsl_matrix_set(Z, i, j, Bj);
}S
}
}

/* do the fit */
Expand Down

0 comments on commit e605e28

Please sign in to comment.