Skip to content

Commit

Permalink
Merge branch 'rsachetto-master'
Browse files Browse the repository at this point in the history
  • Loading branch information
bergolho committed Nov 30, 2023
2 parents 26c07fd + d2d4cae commit a99a264
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ if [ -n "$COMPILE_POSTPROCESSOR" ]; then
fi

if [ -n "$COMPILE_EXPAND" ]; then
COMPILE_EXECUTABLE "MonoAlg3D_expand_scar" "src/main_expand_scar.c" "" "$STATIC_DEPS" "$DYNAMIC_DEPS" "$CUDA_LIBRARY_PATH $CUDA_MATH_LIBRARY_PATH $EXTRA_LIB_PATH $LIBRARY_OUTPUT_DIRECTORY"
COMPILE_EXECUTABLE "MonoAlg3D_expand_scar" "src/main_expand_scar.c" "" "$STATIC_DEPS" "$DYNAMIC_DEPS" "$CUDA_LIBRARY_PATH $CUDA_MATH_LIBRARY_PATH $EXTRA_LIB_PATH $LIBRARY_OUTPUT_DIRECTORY"
fi

FIND_CRITERION
Expand Down
1 change: 0 additions & 1 deletion src/main_expand_scar.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#include <criterion/alloc.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
Expand Down

0 comments on commit a99a264

Please sign in to comment.