Skip to content

Commit eec8dc3

Browse files
committed
[stochGrad] clang-format17 edits
1 parent b5bb415 commit eec8dc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/base/discreteGradient/DiscreteGradient_Template.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ int DiscreteGradient::buildGradient(const triangulationType &triangulation,
9898

9999
} else if(this->BackEnd == BACKEND::CLASSIC_BACKEND) {
100100
this->processLowerStars(this->inputOffsets_, triangulation);
101-
this->printMsg("Built gradient (homotopic expansion)",
102-
1.0, tm.getElapsedTime(), this->threadNumber_);
101+
this->printMsg("Built gradient (homotopic expansion)", 1.0,
102+
tm.getElapsedTime(), this->threadNumber_);
103103
#ifdef TTK_ENABLE_MPI_TIME
104104
double elapsedTime
105105
= ttk::endMPITimer(t_mpi, ttk::MPIrank_, ttk::MPIsize_);

0 commit comments

Comments
 (0)