/* $Id$
$State$
$Log$
+ Revision 1.297 2019/05/22 17:56:10 brouard
+ Summary: Fix bug by moving date2dmy and nhstepm which gaefin=-1
+
Revision 1.296 2019/05/20 13:03:18 brouard
Summary: Projection syntax simplified
void concatwav(int wav[], int **dh, int **bh, int **mw, int **s, double *agedc, double **agev, int firstpass, int lastpass, int imx, int nlstate, int stepm)
{
- /* Concatenates waves: wav[i] is the number of effective (useful waves) of individual i.
+ /* Concatenates waves: wav[i] is the number of effective (useful waves in the sense that a non interview is useless) of individual i.
Death is a valid wave (if date is known).
mw[mi][i] is the mi (mi=1 to wav[i]) effective wave of individual i
dh[m][i] or dh[mw[mi][i]][i] is the delay between two effective waves m=mw[mi][i]
- and mw[mi+1][i]. dh depends on stepm.
+ and mw[mi+1][i]. dh depends on stepm. s[m][i] exists for any wave from firstpass to lastpass
*/
int i=0, mi=0, m=0, mli=0;