- Fixed a bug which caused the SICServer to die when a socket was broken.
- Fixed many things in DIFRAC subsystem:
* Recoded tcentr.f etc so that the course centering will work and will not
go into an endless loop.
* fixed boundary overwrites which occurred when yesno or alfnum where
uset to get a single character and several were given.
* Addeded documentation for DIFRAC
- Added tcl-files which support the WWW status system
This commit is contained in:
@@ -26,7 +26,10 @@ C-----------------------------------------------------------------------
|
||||
IWARN = 0
|
||||
ISIGN = 1
|
||||
IF (THETA .LT. 0.0 .OR. THETA .GT. 180.0) ISIGN = -1
|
||||
D12 = BS*ABS(TAN(0.5*THETA/DEG))
|
||||
C---- Modified MK: there is no alpha1 alpha2 separation with neutrons
|
||||
C D12 = BS*ABS(TAN(0.5*THETA/DEG))
|
||||
D12 = 0.
|
||||
C---- end of modification
|
||||
TTIME = 0.20*PRESET
|
||||
110 CALL SHUTTR (1)
|
||||
IF (NATTEN .GT. 0) THEN
|
||||
|
||||
Reference in New Issue
Block a user