index
:
chandra-acis-analysis.git
master
Chandra ACIS analysis tools and documents
Git Repositories Owner
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mass_profile
/
report_error.hpp
blob: 30607e55c8fbc4d86e5f072cd85a475c54f86b12 (
plain
)
1
2
3
4
5
6
#ifndef REPORT_ERR
#define REPORT_ERR
void
report_error
(
const char
*
message
);
#endif