commit 7c24f867ee1de73fea29d3e9bdfd8d2a0db17379
parent 07f76afe15f9492a245aa2764bf25695640a89c9
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Fri, 8 Dec 2017 10:40:51 +0100
Add the SDIS_INTERFACE_SHADER_NULL constant
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/sdis.h b/src/sdis.h
@@ -135,6 +135,9 @@ struct sdis_interface_shader {
sdis_interface_getter_T radiative_temperature;
sdis_interface_getter_T convection_coef; /* NULL <=> Solid/Solid interface */
};
+#define SDIS_INTERFACE_SHADER_NULL__ {NULL}
+static const struct sdis_interface_shader SDIS_INTERFACE_SHADER_NULL =
+ SDIS_INTERFACE_SHADER_NULL__;
BEGIN_DECLS