We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cfbae0 commit 5e051fcCopy full SHA for 5e051fc
src/gpl/src/nesterovBase.cpp
@@ -2577,6 +2577,10 @@ void NesterovBase::initDensity1()
2577
2578
initCoordi_.resize(gCellSize, FloatPoint());
2579
2580
+ snapshotCoordi_.resize(gCellSize, FloatPoint());
2581
+ snapshotSLPCoordi_.resize(gCellSize, FloatPoint());
2582
+ snapshotSLPSumGrads_.resize(gCellSize, FloatPoint());
2583
+
2584
#pragma omp parallel for num_threads(nbc_->getNumThreads())
2585
for (auto it = nb_gcells_.begin(); it < nb_gcells_.end(); ++it) {
2586
GCell* gCell = *it; // old-style loop for old OpenMP
0 commit comments