Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
Signed-off-by: gudeh <[email protected]>
  • Loading branch information
gudeh committed Aug 5, 2024
1 parent ba7e8f3 commit c270ca1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gpl/src/nesterovBase.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1961,8 +1961,8 @@ void NesterovBase::updateGradients(std::vector<FloatPoint>& sumGrads,
debugPrint(
log_, GPL, "updateGrad", 1, "DensityPenalty: {:g}", densityPenalty_);

//#pragma omp parallel for num_threads(nbc_->getNumThreads()) \
// reduction(+ : wireLengthGradSum_, densityGradSum_, gradSum)
//#pragma omp parallel for num_threads(nbc_->getNumThreads()) reduction(+ :
//wireLengthGradSum_, densityGradSum_, gradSum)
for (size_t i = 0; i < gCells_.size(); i++) {
GCell* gCell = gCells_.at(i);
wireLengthGrads[i]
Expand Down

0 comments on commit c270ca1

Please sign in to comment.