commit 84051136245bb19d40bfe9839891abcd2bcb734d
parent f44afb5ecaa3e627112ec895f827a0266180a0f3
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Wed, 24 May 2017 10:20:16 +0200
Fix a typo
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/solstice_material.c b/src/solstice_material.c
@@ -330,7 +330,7 @@ create_material_dielectric
}
#define SET_SSOL_DATA(Medium, Name) { \
- res = mtl_to_ssol_data(solstice, &Medium->Name, &ssol_## Medium.Name); \
+ res = mtl_to_ssol_data(solstice, &Medium->Name, &ssol_## Medium.Name); \
if(res != RES_OK) goto error; \
} (void)0
SET_SSOL_DATA(medium_i, refractive_index);