Skip to content

Commit

Permalink
remove unused variable (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
tvatter authored and tnagler committed May 9, 2018
1 parent f900e6d commit ac31a3e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion inst/include/lpdens.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,6 @@ inline Eigen::VectorXd LPDens1d::construct_grid_points(const Eigen::VectorXd& x)
//! @param grid_points the grid points.
inline Eigen::VectorXd LPDens1d::finalize_grid(Eigen::VectorXd& grid_points)
{
double range = grid_points.maxCoeff() - grid_points.minCoeff();
if (!std::isnan(xmin_))
grid_points(0) = xmin_;
if (!std::isnan(xmax_))
Expand Down

0 comments on commit ac31a3e

Please sign in to comment.