Changes
Page history
Update Reviewer Notes
authored
Oct 21, 2019
by
ABHIRUP GHOSH
Show whitespace changes
Inline
Side-by-side
Reviewer-Notes.md
View page @
ff56442c
...
...
@@ -86,7 +86,8 @@ Different sampling scenarios:
| 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");`
| |
| 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)
...
...
@@ -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
");
` | |
## Overall code status
| Code | Test | Status |
|------|------|--------|
...
...
...
...