#ifndef _INSERT_PROFILE_DB_H_ #define _INSERT_PROFILE_DB_H_ #ifdef __cplusplus extern "C" { #endif void insert_profile_db( int* ievent, int* ml, float* z, float** qmix, float** evar, float* NO_den, float* NO_evar, int* nl, int* ngas, int* igas, int* igasdo, int* ngdo, int* id_product, int* id_evar, int* db_id_NO, int* db_id_NO_err, float* zmax,float* zmin, float* ztop, float* zbot, float* re, float* POUT, int* npt, float* zr, float* pr, float* tr, float** qmix_r,int* ngr, int* igr, int* nr ); #ifdef __cplusplus } #endif #endif //_INSERT_PROFILE_DB_H_