Update Reviewer Notes authored by ABHIRUP GHOSH's avatar ABHIRUP GHOSH
...@@ -86,8 +86,9 @@ Different sampling scenarios: ...@@ -86,8 +86,9 @@ Different sampling scenarios:
| 3. | `fprintf(stdout,"Both options (from 12 and SA) are given . . Exiting . .\n");` | | | 3. | `fprintf(stdout,"Both options (from 12 and SA) are given . . Exiting . .\n");` | |
| 4. | `fprintf(stdout,"Only one option (from 12 and SA) is given . . Working fine . .\n");` | | | 4. | `fprintf(stdout,"Only one option (from 12 and SA) is given . . Working fine . .\n");` | |
| 5. | `fprintf(stdout,"Both dQuadMonS and dQaudMonA are sampled");` | | | 5. | `fprintf(stdout,"Both dQuadMonS and dQaudMonA are sampled");` | |
| 6. | `fprintf(stdout,"dQM1: %e, dQM2: %e, dQMS: %e, dQMA: %e \n",dQuadMon1,dQuadMon2,dQuadMonS,dQuadMonA);` | 7. | ` fprintf(stdout,"Both dQuadMon1 and dQaudMon2 are sampled"); | 6. | `fprintf(stdout,"dQM1: %e, dQM2: %e, dQMS: %e, dQMA: %e \n",dQuadMon1,dQuadMon2,dQuadMonS,dQuadMonA);`||
+ fprintf(stdout,"dQM1: %e, dQM2: %e \n",dQuadMon1,dQuadMon2); || | 7. | ` fprintf(stdout,"Both dQuadMon1 and dQaudMon2 are sampled");
fprintf(stdout,"dQM1: %e, dQM2: %e \n",dQuadMon1,dQuadMon2); | |
Reference Injection file: [S190814bv.xml](uploads/1e189529dbc83ded65aac7a1bfca84a2/S190814bv.xml) Reference Injection file: [S190814bv.xml](uploads/1e189529dbc83ded65aac7a1bfca84a2/S190814bv.xml)
... ...
......