Skip to content

Commit 1b88ca5

Browse files
peleshactions-user
authored andcommitted
Apply pre-commmit fixes
1 parent 828e780 commit 1b88ca5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/PhasorDynamics/Example2/example2.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ int main()
8282
scalar_type results[stride];
8383
buffer.seekg(0, std::ios::beg);
8484

85-
std::ostream nullout(nullptr);
85+
std::ostream nullout(nullptr);
8686
std::ostream& out = nullout;
8787

8888
// // Uncomment code below to print output to a file:

tests/UnitTests/PhasorDynamics/GenrouTests.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ namespace GridKit
7777
gen.evaluateResidual();
7878

7979
// Require results to be within machine precision
80-
auto tol = 10*std::numeric_limits<real_type>::epsilon();
80+
auto tol = 10 * std::numeric_limits<real_type>::epsilon();
8181

8282
const std::vector<ScalarT>& f = gen.getResidual();
8383
for (const auto& f_val : f)

0 commit comments

Comments
 (0)