From 87852f0facfebf3b727ea6a74f60d20ea35a33ea Mon Sep 17 00:00:00 2001 From: Alexandre Barbosa Bruno Date: Wed, 28 Aug 2024 09:26:56 -0300 Subject: [PATCH] Update src/alfasim_sdk/alfasim_sdk_api/api.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Martin PrĂ¼sse --- src/alfasim_sdk/alfasim_sdk_api/api.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/alfasim_sdk/alfasim_sdk_api/api.h b/src/alfasim_sdk/alfasim_sdk_api/api.h index b981f7d4..e9d48dcd 100644 --- a/src/alfasim_sdk/alfasim_sdk_api/api.h +++ b/src/alfasim_sdk/alfasim_sdk_api/api.h @@ -903,12 +903,12 @@ DLL_EXPORT int get_wall_material_names(void* ctx, char*** material_names_in_wall ~~~~~ @param[in] ctx ALFAsim's plugins context. - @param[out] wall_material Informs if the wall layer material type [1 - is fluid; 0 - is not fluid] + @param[out] wall_material_type Informs if the wall layer material type [1 - is fluid; 0 - is not fluid] @param[in] control_volume Control volume id. - @param[out] size Size of the `wall_names` and `prop_values` array of values. + @param[out] size Size of the `wall_material_type` array. @return An #error_code value. */ -DLL_EXPORT int get_wall_material_type(void* ctx, int** wall_material, int control_volume_id, int* size); +DLL_EXPORT int get_wall_material_type(void* ctx, int** wall_material_type, int control_volume_id, int* size); /*! Gets the current input data for liquid effective viscosity calculation. Any available variable by