sanshar / Dice

Other
43 stars 18 forks source link

Makefile: missing link to `highfive` library #15

Closed lorisercole closed 10 months ago

lorisercole commented 10 months ago

The DQMC/MixedEstimator.cpp module needs the headers of the highfive library: https://github.com/sanshar/Dice/blob/35e196b5a1f3d3892d9a4b837355705036e60d9c/DQMC/MixedEstimator.cpp#L8

This should be included in the Makefile.

xubwa commented 10 months ago

It's now fixed in this commit

lorisercole commented 10 months ago

Yes I just realized that this was introduced by the last commit 35e196b5a1f3d3892d9a4b837355705036e60d9c. Thanks!