Changeset 2901 for branches/mcstas-1.x/lib/optics/Monochromator_pol.comp
- Timestamp:
- 07/14/10 15:12:20 (23 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/mcstas-1.x/lib/optics/Monochromator_pol.comp
r1641 r2901 87 87 DECLARE 88 88 %{ 89 #include <assert.h> 89 /*#include <assert.h> - debugging only */ 90 90 91 91 double mos_rms; /* root-mean-square of mosaic, in radians */ … … 177 177 printf("S_out: (%f, %f, %f)\n", sx, sy, sz); 178 178 179 assert(sx*sx+sy*sy+sz*sz <= 1);179 /* assert(sx*sx+sy*sy+sz*sz <= 1); */ 180 180 181 181 SCATTER;
