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
1b58582e
Commit
1b58582e
authored
Nov 25, 2013
by
Andrey Fedorushkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pcbnew: fix error build autoplace.cpp in linux gcc-4.8.2
template: add file fp-lib-table.for-eagle
parent
5f01f123
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
autoplac.cpp
pcbnew/autorouter/autoplac.cpp
+2
-2
CMakeLists.txt
template/CMakeLists.txt
+1
-0
No files found.
pcbnew/autorouter/autoplac.cpp
View file @
1b58582e
...
...
@@ -723,8 +723,8 @@ int getOptimalModulePlacement( PCB_EDIT_FRAME* aFrame, MODULE* aModule, wxDC* aD
wxString
msg
;
msg
.
Printf
(
wxT
(
"Score %g, pos %s, %s"
),
min_cost
,
::
CoordinateToString
(
LastPosOK
.
x
),
::
CoordinateToString
(
LastPosOK
.
y
)
);
GetChars
(
::
CoordinateToString
(
LastPosOK
.
x
)
),
GetChars
(
::
CoordinateToString
(
LastPosOK
.
y
)
)
);
aFrame
->
SetStatusText
(
msg
);
}
}
...
...
template/CMakeLists.txt
View file @
1b58582e
...
...
@@ -3,6 +3,7 @@ install( FILES
fp-lib-table
fp-lib-table.csv
fp-lib-table.for-github
fp-lib-table.for-eagle-6.4.0
gost_landscape.kicad_wks
gost_portrait.kicad_wks
pagelayout_default.kicad_wks
...
...
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