Fixed SICS-392 RF Generator command truncation.
Code cleanup r2906 | ffr | 2010-05-05 15:33:00 +1000 (Wed, 05 May 2010) | 3 lines
This commit is contained in:
committed by
Douglas Clowes
parent
0ce2db7bac
commit
7a456163b5
@@ -1344,15 +1344,13 @@ foreach expt $::nexus::exports {
|
||||
# objects name. It is useful for making links to datasets.
|
||||
# dim0 = vertical axis on detector
|
||||
# dim1 = horizontal axis on detector
|
||||
# $Name: not supported by cvs2svn $
|
||||
# $Revision: 1.51.2.10 $
|
||||
set tmpstr [string map {"$" ""} {$Name: not supported by cvs2svn $}]
|
||||
set nx_content_release_tag [lindex $tmpstr [expr [llength $tmpstr] - 1]]
|
||||
::utility::mkVar sics_release Text manager sics_release true entry true true
|
||||
sics_release $nx_content_release_tag
|
||||
sics_release lock
|
||||
|
||||
set tmpstr [string map {"$" ""} {$Revision: 1.51.2.10 $}]
|
||||
set tmpstr [string map {"$" ""} {$Revision: 1.51.2.11 $}]
|
||||
set nx_content_revision_num [lindex $tmpstr [expr [llength $tmpstr] - 1]]
|
||||
|
||||
#namespace eval data {
|
||||
|
||||
Reference in New Issue
Block a user