Skip to content

Commit

Permalink
fix get_wall_material_type
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrebbruno committed Aug 26, 2024
1 parent 5c3705d commit 674395e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/alfasim_sdk/alfasim_sdk_api/detail/api_pointers.h
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ struct ALFAsimSDK_API {

get_wall_properties_func get_wall_properties;
get_wall_material_names_func get_wall_material_names;
get_wall_material_type_layer_func get_wall_material_type;
get_wall_material_type_func get_wall_material_type;

get_input_variable_func get_ucm_friction_factor_input_variable;
get_ucm_fluid_geometrical_properties_func get_ucm_fluid_geometrical_properties;
Expand Down

0 comments on commit 674395e

Please sign in to comment.