commit bdba60adefc6078feb6d89003ff4f04c382f62c4 parent 06dd9e032859f25f0ace8f6951ff4fb197536fef Author: Vincent Forest <vincent.forest@meso-star.com> Date: Wed, 1 Jun 2022 14:35:52 +0200 Fix a typo Diffstat:
| M | src/sdis.h | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/sdis.h b/src/sdis.h @@ -279,7 +279,7 @@ enum sdis_heat_path_flag { SDIS_HEAT_PATH_NONE = 0 }; -/* Vertex of heat path v*/ +/* Vertex of heat path */ struct sdis_heat_vertex { double P[3]; double time;