diff options
author | Aaron LI <aaronly.me@outlook.com> | 2017-02-20 12:26:17 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@outlook.com> | 2017-02-20 12:26:17 +0800 |
commit | 4ea7a05ea9a7352602f1f48a860fd81c36e8bc04 (patch) | |
tree | beab7ec18d48c3e2093cd35fd8c79bd66f604a03 /src/report_error.hpp | |
parent | 9cec16d87f6dc2e0b34b605d88d0837a4a48d18c (diff) | |
download | chandra-acis-analysis-4ea7a05ea9a7352602f1f48a860fd81c36e8bc04.tar.bz2 |
Rename mass_profile to src; Add install & uninstall to Makefile
Diffstat (limited to 'src/report_error.hpp')
-rw-r--r-- | src/report_error.hpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/report_error.hpp b/src/report_error.hpp new file mode 100644 index 0000000..30607e5 --- /dev/null +++ b/src/report_error.hpp @@ -0,0 +1,6 @@ +#ifndef REPORT_ERR +#define REPORT_ERR + +void report_error(const char* message); + +#endif |