Polarization
mostly working polarization branch
Merge request reports
Activity
360 361 if(data->bayesLineFlag) 361 362 { 362 363 fprintf(stdout,"\n ============ BayesLine ==============\n"); 364 /*Allow use to increase max number f lines for bayesline burnin*/ 365 if(LALInferenceGetProcParamVal(runState->commandLine,"--max-BL-lines")) 366 maxBLLines=atoi((LALInferenceGetProcParamVal(runState->commandLine,"--max-BL-lines"))->value); 367 fprintf(stdout,"Setting maximum number of BL lines to %d for IFO %s\n", maxBLLines); mentioned in commit 0b4cdfe5
Please register or sign in to reply