Skip to content

Commit

Permalink
Minor style fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
rcurtin committed Mar 28, 2020
1 parent c76d18b commit 761b2db
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions include/ensmallen_bits/sdp/primal_dual_impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ inline PrimalDualSolver::PrimalDualSolver(const size_t maxIterations,
const double normXzTol,
const double primalInfeasTol,
const double dualInfeasTol) :
maxIterations(maxIterations),
tau(tau),
normXzTol(normXzTol),
primalInfeasTol(primalInfeasTol),
dualInfeasTol(dualInfeasTol)
maxIterations(maxIterations),
tau(tau),
normXzTol(normXzTol),
primalInfeasTol(primalInfeasTol),
dualInfeasTol(dualInfeasTol)
{
// Nothing to do.
}
Expand Down

0 comments on commit 761b2db

Please sign in to comment.