Guest User

Untitled

a guest
Jul 17th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. /*
  2. * File: cambrensis.h
  3. * Author: dap
  4. *
  5. * Created on November 16, 2009, 8:55 AM
  6. */
  7.  
  8. #ifndef _CAMBRENSIS_H
  9. #define _CAMBRENSIS_H
  10. double great_circle(double lat_s, double long_s, double lat_f, double long_f);
  11. int check_cg(char ident[], double weight, double cg);
  12. #ifdef __cplusplus
  13. extern "C" {
  14. #endif
  15.  
  16.  
  17.  
  18.  
  19. #ifdef __cplusplus
  20. }
  21. #endif
  22.  
  23. #endif /* _CAMBRENSIS_H */
Add Comment
Please, Sign In to add comment