#ifndef __FIT_SV_AKC_H__ #define __FIT_SV_AKC_H__ #include "constants.h" #include "struct_TAC_in.h" #include "struct_ROI.h" void fit_sv_akc(int index, struct ROI *iROI, struct TAC_t *q, int MAT); #endif