resaved some files as UTF-8 to silence clangs warnings about illegal character encodings.
This commit is contained in:
parent
5c0b735d82
commit
24f95c66db
|
@ -869,7 +869,7 @@ void C_MICROSTRIP::show_results()
|
|||
setResult( 4, atten_dielectric_e, "dB" );
|
||||
setResult( 5, atten_dielectric_o, "dB" );
|
||||
|
||||
setResult( 6, skindepth / UNIT_MICRON, "µm" );
|
||||
setResult( 6, skindepth / UNIT_MICRON, "µm" );
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -184,7 +184,7 @@ void COPLANAR::show_results()
|
|||
setResult( 1, atten_cond, "dB" );
|
||||
setResult( 2, atten_dielectric, "dB" );
|
||||
|
||||
setResult( 3, skindepth / UNIT_MICRON, "µm" );
|
||||
setResult( 3, skindepth / UNIT_MICRON, "µm" );
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -511,7 +511,7 @@ void MICROSTRIP::show_results()
|
|||
setResult( 1, atten_cond, "dB" );
|
||||
setResult( 2, atten_dielectric, "dB" );
|
||||
|
||||
setResult( 3, skindepth/UNIT_MICRON, "µm" );
|
||||
setResult( 3, skindepth/UNIT_MICRON, "µm" );
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -123,7 +123,7 @@ void STRIPLINE::show_results()
|
|||
setResult( 1, atten_cond, "dB" );
|
||||
setResult( 2, atten_dielectric, "dB" );
|
||||
|
||||
setResult( 3, skindepth / UNIT_MICRON, "µm" );
|
||||
setResult( 3, skindepth / UNIT_MICRON, "µm" );
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -84,7 +84,7 @@ void TWISTEDPAIR::show_results()
|
|||
setResult( 1, atten_cond, "dB" );
|
||||
setResult( 2, atten_dielectric, "dB" );
|
||||
|
||||
setResult( 3, skindepth / UNIT_MICRON, "µm" );
|
||||
setResult( 3, skindepth / UNIT_MICRON, "µm" );
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue