Skip to content

Commit

Permalink
Merge branch 'ortools' of https://github.com/nrel/ssc into ortools
Browse files Browse the repository at this point in the history
  • Loading branch information
dguittet committed Sep 21, 2023
2 parents 63d0a0a + 2c28f80 commit 8d7e946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/lib_ondinv.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ void ond_inverter::initializeManual()
xSamples[0] = ondspl_X[k];
samples.add_sample(xSamples, ondspl_Y[k]);
}
m_bspline3[j] = std::make_unique<BSpline>(bspline_interpolator(samples, 3));
m_bspline3.push_back(std::make_unique<BSpline>(bspline_interpolator(samples, 3)));

}
ondIsInitialized = true;
Expand Down

0 comments on commit 8d7e946

Please sign in to comment.