Skip to content

Commit

Permalink
Update sn3d.h
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeshingles authored Sep 1, 2024
1 parent 956b318 commit 9c27bcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sn3d.h
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ inline thread_local auto gslworkspace =
#define __artis_assert(e) \
{ \
const bool assertpass = static_cast<bool>(e); \
assert(assertpass) \
assert(assertpass); \
}

#else
Expand Down

0 comments on commit 9c27bcc

Please sign in to comment.