Guest User

Untitled

a guest
Aug 11th, 2017
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.23 KB | None | 0 0
  1. int EIH_wrapper(double date0, double *initial_data, double *result, int size, void **params)
  2. {
  3.     EphAccess *eph = (EphAccess*)params[0];
  4.     double date1 = ((double*)(params[1]))[0];
  5.     EIH(eph, date0, date1, initial_data, result);
  6. }
Advertisement
Add Comment
Please, Sign In to add comment