Changeset 562 for trunk/import_cell.tcl
- Timestamp:
- Dec 4, 2009 5:08:15 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/import_cell.tcl
- Property rcs:date changed from 2000/08/17 23:46:23 to 2002/02/11 19:30:57
- Property rcs:lines changed from +24 -14 to +4 -2
- Property rcs:rev changed from 1.2 to 1.3
r266 r562 31 31 set setting [lindex $line 2] 32 32 if {$setting == ""} {set setting 1} 33 # note that RGNR comes at the end of the file; ignore 34 # anything beyond here 33 35 close $fp 34 36 global expgui … … 39 41 set spg [lindex $line 8] 40 42 set shift [lindex $line 9] 41 close $fp42 43 break 43 44 } 44 45 } 46 close $fp 45 47 break 46 48 }
Note: See TracChangeset
for help on using the changeset viewer.