SIRIUS 7.5.0
Electronic structure library and applications
error_codes.hpp
1#ifndef __ERROR_CODES_HPP__
2#define __ERROR_CODES_HPP__
3
4#define SIRIUS_SUCCESS 0
5#define SIRIUS_ERROR_UNKNOWN 1
6#define SIRIUS_ERROR_RUNTIME 2
7#define SIRIUS_ERROR_EXCEPTION 3
8
9#endif