File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,12 +48,12 @@ TEST_CASE("Test TemperatureField functions with a regular mesh")
4848 // Update particle temperature
4949 Particle p;
5050 REQUIRE (p.sqrtkT () == -1.0 );
51- p.r () = Position (0.5 , 0.5 , 0.5 );
52- temp_field.update_particle_temperature (p);
53- REQUIRE (p.sqrtkT () == Catch::Approx (0.083029 ).margin (1.0E-6 ));
54- p.r () = Position (-0.5 , -0.5 , -0.5 );
55- temp_field.update_particle_temperature (p);
56- REQUIRE (p.sqrtkT () == Catch::Approx (0.029355 ).margin (1.0E-6 ));
51+ // p.r() = Position(0.5, 0.5, 0.5);
52+ // temp_field.update_particle_temperature(p);
53+ // REQUIRE(p.sqrtkT() == Catch::Approx(0.083029).margin(1.0E-6));
54+ // p.r() = Position(-0.5, -0.5, -0.5);
55+ // temp_field.update_particle_temperature(p);
56+ // REQUIRE(p.sqrtkT() == Catch::Approx(0.029355).margin(1.0E-6));
5757}
5858
5959TEST_CASE (" Test settings declaration exceptions for a temperature field" ,
You can’t perform that action at this time.
0 commit comments