getting repo caught up

This commit is contained in:
Infineon\StieberD
2024-05-22 14:06:46 -07:00
parent a2cac41a8d
commit 6ea6969f4b
1656 changed files with 2057 additions and 158 deletions

View File

@ -411,10 +411,10 @@ for i = 1 to Lcnt
ThisThickUnit = ThickUnits<1,i>
ThisThickSPC = ThickMeasSPC<1,i>
swap 'æm' with 'um' in ThisThickUnit
swap 'ê-cm' with 'ohm.cm' in ThisThickUnit
swap 'ê/Ü' with 'ohm/sq' in ThisThickUnit
swap '' with 'A' in ThisThickUnit
swap 'æm' with 'um' in ThisThickUnit
swap 'ê-cm' with 'ohm.cm' in ThisThickUnit
swap 'ê/Ü' with 'ohm/sq' in ThisThickUnit
swap '' with 'A' in ThisThickUnit
ProcessName = 'Epitaxy Layer ':i ;* #16
Machine = ReactorTypes ;* #17
@ -455,10 +455,10 @@ for i = 1 to Lcnt
ThisResUnit = ResUnits<1,i>
ThisResSPC = ResMeasSPC<1,i>
swap 'æm' with 'um' in ThisResUnit
swap 'ê-cm' with 'ohm.cm' in ThisResUnit
swap 'ê/Ü' with 'ohm/sq' in ThisResUnit
swap '' with 'A' in ThisResUnit
swap 'æm' with 'um' in ThisResUnit
swap 'ê-cm' with 'ohm.cm' in ThisResUnit
swap 'ê/Ü' with 'ohm/sq' in ThisResUnit
swap '' with 'A' in ThisResUnit
ProcessName = 'Epitaxy Layer ':i ;* #16
Machine = ReactorTypes ;* #17
@ -501,10 +501,10 @@ for i = 1 to Lcnt
ThisConUnit = ConUnits<1,i>
ThisConSPC = ConMeasSPC<1,i>
swap 'æm' with 'um' in ThisConUnit
swap 'ê-cm' with 'ohm.cm' in ThisConUnit
swap 'ê/Ü' with 'ohm/sq' in ThisConUnit
swap '' with 'A' in ThisConUnit
swap 'æm' with 'um' in ThisConUnit
swap 'ê-cm' with 'ohm.cm' in ThisConUnit
swap 'ê/Ü' with 'ohm/sq' in ThisConUnit
swap '' with 'A' in ThisConUnit
ProcessName = 'Epitaxy Layer ':i ;* #16
Machine = ReactorTypes ;* #17
@ -780,3 +780,4 @@ stat = set_printer( 'TERM', 1 )
RETURN 0
*===========================================================================*