/* $Id$
$State$
$Log$
+ Revision 1.247 2016/09/02 11:11:21 brouard
+ *** empty log message ***
+
Revision 1.246 2016/09/02 08:49:22 brouard
*** empty log message ***
}
int calandcheckages(int imx, int maxwav, double *agemin, double *agemax, int *nberr, int *nbwarn )
-{
+{/* Check ages at death */
int i, m;
int firstone=0;
fclose (ficlog);
goto end;
exit(0);
+ } else if(mle==-2) { /* Guessing from means */
+ prwizard(ncovmodel, nlstate, ndeath, model, ficparo);
+ printf(" You chose mle=-2, look at file %s for a template of covariance matrix \n",filereso);
+ fprintf(ficlog," You chose mle=-2, look at file %s for a template of covariance matrix \n",filereso);
+
} else if(mle==-5) { /* Main Wizard */
prwizard(ncovmodel, nlstate, ndeath, model, ficparo);
printf(" You chose mle=-3, look at file %s for a template of covariance matrix \n",filereso);
*/
concatwav(wav, dh, bh, mw, s, agedc, agev, firstpass, lastpass, imx, nlstate, stepm);
- /* */
+ /* Concatenates waves */
free_vector(moisdc,1,n);
free_vector(andc,1,n);
/* For mortality only */
if (mle==-3){
ximort=matrix(1,NDIM,1,NDIM);
- for(i=1;i<=NDIM;i++)
- for(j=1;j<=NDIM;j++)
- ximort[i][j]=0.;
+ for(i=1;i<=NDIM;i++)
+ for(j=1;j<=NDIM;j++)
+ ximort[i][j]=0.;
/* ximort=gsl_matrix_alloc(1,NDIM,1,NDIM); */
cens=ivector(1,n);
ageexmed=vector(1,n);