#include "survive_cal.h" //Stub file for doing lhfind (this doesn't work) //Return int survive_cal_lhfind( struct SurviveCalData * cd ) { struct SurviveContext * ctx = cd->ctx; //Use the following: // FLT avgsweeps[MAX_CAL_PT_DAT]; // FLT avglens[MAX_CAL_PT_DAT]; // FLT stdsweeps[MAX_CAL_PT_DAT]; // FLT stdlens[MAX_CAL_PT_DAT]; // int ctsweeps[MAX_CAL_PT_DAT]; // // Check your solution against point: senid_of_checkpt's data. return -1; //Return 0 if success. }