commit 3b12049599b6379877f9c4810c49a998d65b6b76
parent 019ba70ed45ee809405a22754e5658bda42564c9
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Tue, 16 Jun 2020 15:07:37 +0200
Fix an issue in the transcient test
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/test_sdis_transcient.c b/src/test_sdis_transcient.c
@@ -319,7 +319,7 @@ temperature_analytical
double green[7];
double temperature = 0;
size_t i;
- CHK(temperature_bounds && temperature_init && box_size[3] && probe);
+ CHK(temperature_bounds && temperature_init && box_size && probe);
green_analytical(box_size, probe, time, rho, cp, lambda, green);
FOR_EACH(i, 0, 6) {