Commit 24f95c66 authored by Felix Morgner's avatar Felix Morgner

resaved some files as UTF-8 to silence clangs warnings about illegal character encodings.

parent 5c0b735d
...@@ -869,7 +869,7 @@ void C_MICROSTRIP::show_results() ...@@ -869,7 +869,7 @@ void C_MICROSTRIP::show_results()
setResult( 4, atten_dielectric_e, "dB" ); setResult( 4, atten_dielectric_e, "dB" );
setResult( 5, atten_dielectric_o, "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() ...@@ -184,7 +184,7 @@ void COPLANAR::show_results()
setResult( 1, atten_cond, "dB" ); setResult( 1, atten_cond, "dB" );
setResult( 2, atten_dielectric, "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() ...@@ -511,7 +511,7 @@ void MICROSTRIP::show_results()
setResult( 1, atten_cond, "dB" ); setResult( 1, atten_cond, "dB" );
setResult( 2, atten_dielectric, "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() ...@@ -123,7 +123,7 @@ void STRIPLINE::show_results()
setResult( 1, atten_cond, "dB" ); setResult( 1, atten_cond, "dB" );
setResult( 2, atten_dielectric, "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() ...@@ -84,7 +84,7 @@ void TWISTEDPAIR::show_results()
setResult( 1, atten_cond, "dB" ); setResult( 1, atten_cond, "dB" );
setResult( 2, atten_dielectric, "dB" ); setResult( 2, atten_dielectric, "dB" );
setResult( 3, skindepth / UNIT_MICRON, "m" ); setResult( 3, skindepth / UNIT_MICRON, "µm" );
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment