Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kicad-source-mirror
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
kicad-source-mirror
Commits
24f95c66
Commit
24f95c66
authored
Apr 25, 2013
by
Felix Morgner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
resaved some files as UTF-8 to silence clangs warnings about illegal character encodings.
parent
5c0b735d
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
c_microstrip.cpp
pcb_calculator/transline/c_microstrip.cpp
+1
-1
coplanar.cpp
pcb_calculator/transline/coplanar.cpp
+1
-1
microstrip.cpp
pcb_calculator/transline/microstrip.cpp
+1
-1
stripline.cpp
pcb_calculator/transline/stripline.cpp
+1
-1
twistedpair.cpp
pcb_calculator/transline/twistedpair.cpp
+1
-1
No files found.
pcb_calculator/transline/c_microstrip.cpp
View file @
24f95c66
...
@@ -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"
);
}
}
...
...
pcb_calculator/transline/coplanar.cpp
View file @
24f95c66
...
@@ -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"
);
}
}
...
...
pcb_calculator/transline/microstrip.cpp
View file @
24f95c66
...
@@ -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"
);
}
}
...
...
pcb_calculator/transline/stripline.cpp
View file @
24f95c66
...
@@ -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"
);
}
}
...
...
pcb_calculator/transline/twistedpair.cpp
View file @
24f95c66
...
@@ -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"
);
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment