Skip to content

Commit

Permalink
Removed arma64 warnings again
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Wietek committed Aug 11, 2024
1 parent 4fde509 commit 614f91c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions xdiag/common.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@
#include <xdiag/utils/logger.hpp>
#include <xdiag/utils/xdiag_show.hpp>

#ifdef ARMA_64BIT_WORD
#warning "ARMA64"
#else
#warning "ARMA32"
#endif

// TODO: IS THIS REALLY NECESASARY
#define BSTR(x) bits::bits_to_string(x, n_sites)

Expand Down

0 comments on commit 614f91c

Please sign in to comment.