Changes
Page history
Update Reviewer Notes
authored
Oct 21, 2019
by
ABHIRUP GHOSH
Hide whitespace changes
Inline
Side-by-side
Reviewer-Notes.md
View page @
40ea922f
...
@@ -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)
...
...
...
...