Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- int EIH_wrapper(double date0, double *initial_data, double *result, int size, void **params)
- {
- EphAccess *eph = (EphAccess*)params[0];
- double date1 = ((double*)(params[1]))[0];
- EIH(eph, date0, date1, initial_data, result);
- }
Advertisement
Add Comment
Please, Sign In to add comment