We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b68a82d commit ec5d81eCopy full SHA for ec5d81e
1 file changed
tests/ComputeSpeedOfSoundTest2.cxx
@@ -24,8 +24,8 @@
24
int main(const int argc, const char* const* argv) {
25
using namespace mgis;
26
using namespace mgis::behaviour;
27
- const auto yg = 150e9;
28
- const auto rho = 7850;
+ const auto yg = real{150e9};
+ const auto rho = real{7850};
29
if (argc != 2) {
30
std::cerr << "ComputeSpeedOfSoundTest: invalid number of arguments\n";
31
std::exit(-1);
0 commit comments