Skip to content

Commit

Permalink
fixed NoiseCovariance type
Browse files Browse the repository at this point in the history
  • Loading branch information
cassinaj committed Jan 3, 2016
1 parent 5e79b19 commit 8b21278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/fl/model/process/linear_state_transition_model.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ class LinearStateTransitionModel
return noise_matrix_;
}

virtual const NoiseMatrix& noise_covariance() const
virtual const NoiseCovariance& noise_covariance() const
{
return density_.covariance();
}
Expand Down

0 comments on commit 8b21278

Please sign in to comment.