Skip to content
Snippets Groups Projects
Commit a75798b0 authored by Tiago Fontana's avatar Tiago Fontana
Browse files

Standardizing class, variable and method nomenclature.

parent c4f0140d
No related branches found
No related tags found
1 merge request!41Global routing library
Pipeline #117731283 passed
......@@ -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
......@@ -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>;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment