ALPSCore / CT-HYB

ALPS Hybridization Expansion Matrix Code
GNU General Public License v2.0
16 stars 13 forks source link

Omitted #error in no-MPI-detected ifdef #3

Closed galexv closed 7 years ago

galexv commented 7 years ago

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!"
shinaoka commented 7 years ago

Thank you. I've fixed it.