We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d521dea commit 92a6764Copy full SHA for 92a6764
mcstas-comps/samples/PowderN.comp
@@ -846,15 +846,6 @@ INITIALIZE
846
line_info.my_s_v2[i] = 4*PI*PI*PI*pack*(L[i].DWfactor ? L[i].DWfactor : 1)
847
/(line_info.V_0*line_info.V_0*V2K*V2K)
848
*(L[i].j * L[i].F2 / L[i].q)*line_info.XsectionFactor;
849
- if (L[i].q < 3.7){
850
- double temp = asin(L[i].q*2.56/2/PI)*RAD2DEG;
851
- printf("|F|=%g\tMulti=%d\tQ=%g\ttheta=%g\n",
852
- L[i].F2,
853
- L[i].j,
854
- L[i].q,
855
- temp );
856
-
857
- }
858
/* Is not yet divided by v^2 */
859
/* Squires [3.103] */
860
line_info.q_v[i] = L[i].q*K2V;
0 commit comments