We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 828e780 commit 1b88ca5Copy full SHA for 1b88ca5
examples/PhasorDynamics/Example2/example2.cpp
@@ -82,7 +82,7 @@ int main()
82
scalar_type results[stride];
83
buffer.seekg(0, std::ios::beg);
84
85
- std::ostream nullout(nullptr);
+ std::ostream nullout(nullptr);
86
std::ostream& out = nullout;
87
88
// // Uncomment code below to print output to a file:
tests/UnitTests/PhasorDynamics/GenrouTests.hpp
@@ -77,7 +77,7 @@ namespace GridKit
77
gen.evaluateResidual();
78
79
// Require results to be within machine precision
80
- auto tol = 10*std::numeric_limits<real_type>::epsilon();
+ auto tol = 10 * std::numeric_limits<real_type>::epsilon();
81
const std::vector<ScalarT>& f = gen.getResidual();
for (const auto& f_val : f)
0 commit comments