Skip to content

Commit 92a6764

Browse files
committed
Remove debug statement
1 parent d521dea commit 92a6764

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

mcstas-comps/samples/PowderN.comp

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -846,15 +846,6 @@ INITIALIZE
846846
line_info.my_s_v2[i] = 4*PI*PI*PI*pack*(L[i].DWfactor ? L[i].DWfactor : 1)
847847
/(line_info.V_0*line_info.V_0*V2K*V2K)
848848
*(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-
}
858849
/* Is not yet divided by v^2 */
859850
/* Squires [3.103] */
860851
line_info.q_v[i] = L[i].q*K2V;

0 commit comments

Comments
 (0)