Update Reviewer Notes authored by ABHIRUP GHOSH's avatar ABHIRUP GHOSH
...@@ -86,7 +86,8 @@ Different sampling scenarios: ...@@ -86,7 +86,8 @@ 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);` | | | 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");
+ 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)
...@@ -162,7 +163,7 @@ Both dQuadMonS and dQaudMonA are sampleddQM1: -3.042310e+01, dQM2: 1.218623e+01 ...@@ -162,7 +163,7 @@ Both dQuadMonS and dQaudMonA are sampleddQM1: -3.042310e+01, dQM2: 1.218623e+01
| `fprintf(stdout,"Only one option (from 12 and SA) is given . . Working fine . .\n");` | | | `fprintf(stdout,"Only one option (from 12 and SA) is given . . Working fine . .\n");` | |
## Overall code status
| Code | Test | Status | | Code | Test | Status |
|------|------|--------| |------|------|--------|
... ...
......