Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
ophidian
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
6
Snippets
Groups
Projects
Show more breadcrumbs
eclufsc
ophidian
Commits
a75798b0
Commit
a75798b0
authored
5 years ago
by
Tiago Fontana
Browse files
Options
Downloads
Patches
Plain Diff
Standardizing class, variable and method nomenclature.
parent
c4f0140d
No related branches found
No related tags found
1 merge request
!41
Global routing library
Pipeline
#117731283
passed
5 years ago
Stage: build
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
ophidian/parser/Guide.h
+1
-4
1 addition, 4 deletions
ophidian/parser/Guide.h
ophidian/parser/Pad.h
+0
-3
0 additions, 3 deletions
ophidian/parser/Pad.h
with
1 addition
and
7 deletions
ophidian/parser/Guide.h
+
1
−
4
View file @
a75798b0
...
...
@@ -30,9 +30,7 @@
//#include <ophidian/geometry/Models.h>
#include
<ophidian/util/Units.h>
namespace
ophidian
{
namespace
parser
namespace
ophidian
::
parser
{
/**
* This is an encapsulation of rectangles, called global routing guide,
...
...
@@ -131,6 +129,5 @@ namespace parser
};
}
}
#endif // OPHIDIAN_PARSER_GUIDE_H
This diff is collapsed.
Click to expand it.
ophidian/parser/Pad.h
+
0
−
3
View file @
a75798b0
...
...
@@ -37,9 +37,6 @@ namespace ophidian::parser
enum
class
Orientation
:
int
{
N
,
W
,
S
,
E
,
FN
,
FW
,
FS
,
FE
};
using
string_type
=
std
::
string
;
// using micrometer_type = util::micrometer_t;
// using micrometer_point_type = point_type<micrometer_type>;
// using micrometer_box_type = box_type<micrometer_type>;
using
database_unit_type
=
util
::
database_unit_t
;
using
dbu_point_type
=
point_type
<
database_unit_type
>
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment