Skip to content
Snippets Groups Projects
Commit 4e70f852 authored by Ray Garcia's avatar Ray Garcia :scream_cat:
Browse files

re-add workaround for missing C++ ifdef closing in erfa.h

parent d71e198b
No related branches found
No related tags found
No related merge requests found
...@@ -637,3 +637,8 @@ void eraSxpv(double s, double pv[2][3], double spv[2][3]); ...@@ -637,3 +637,8 @@ void eraSxpv(double s, double pv[2][3], double spv[2][3]);
** POSSIBILITY OF SUCH DAMAGE. ** POSSIBILITY OF SUCH DAMAGE.
** **
*/ */
#ifdef __cplusplus
}; /* WORKAROUND RKG for missing closing */
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment