compiler warning

This commit is contained in:
James Cherry 2020-11-09 20:48:22 -07:00
parent b3d8ae3d31
commit b5bc2f948f
1 changed files with 1 additions and 1 deletions

View File

@ -281,9 +281,9 @@ private:
DmpAlg::DmpAlg(int nr_order,
StaState *sta):
StaState(sta),
c1_(0.0),
c2_(0.0),
rpi_(0.0),
c1_(0.0),
nr_order_(nr_order)
{
x_ = new double[nr_order_];