commit 8459217b76604c106980dfaf90bd3e0e312875d5
parent af1a7271cb5c9c23a3488ee9e6e2e5326ddbbbd2
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Fri, 15 Jun 2018 15:06:39 +0200
Fix the receiver map VTK
Set the data type of the dumped data to double precision.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/solstice_solve.c b/src/solstice_solve.c
@@ -323,7 +323,7 @@ dump_per_primitive_mc_estimations
default: FATAL("Unreachable code.\n"); break;
}
- fprintf(solstice->output, "SCALARS %s_%s float 2\n", name, flux);
+ fprintf(solstice->output, "SCALARS %s_%s double 2\n", name, flux);
fprintf(solstice->output, "LOOKUP_TABLE default\n");
SSOL(instance_get_shaded_shapes_count(inst, &nshapes));