ALPSCore/CT-HYB

Omitted #error in no-MPI-detected ifdef

galexv opened this issue · 1 comments

This is a minor fix that should make compilation error a bit prettier:
In src/main.hpp, line 35 the #error directive is omitted. It should read:

#error "non-MPI environment is not supported!"

Thank you. I've fixed it.