Skip to content

Commit

Permalink
Update src/alfasim_sdk/alfasim_sdk_api/detail/api_pointers.h
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Prüsse <[email protected]>
  • Loading branch information
alexandrebbruno and prusse-martin authored Aug 28, 2024
1 parent 87852f0 commit 5fa26cb
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 @@ -89,7 +89,7 @@ using get_wall_material_names_func = int (*) (
);
using get_wall_material_type_func = int (*) (
void* ctx,
int** wall_material,
int** wall_material_type,
int control_volume_id,
int* size
);
Expand Down

0 comments on commit 5fa26cb

Please sign in to comment.