mirror of https://github.com/KLayout/klayout.git
Fixing type of modal variables for box width and height
This commit is contained in:
parent
a08d36b5f5
commit
6ce61c8654
|
|
@ -232,8 +232,8 @@ private:
|
|||
modal_variable<std::string> mm_text_string;
|
||||
modal_variable<db::Coord> mm_geometry_x;
|
||||
modal_variable<db::Coord> mm_geometry_y;
|
||||
modal_variable<db::Coord> mm_geometry_w;
|
||||
modal_variable<db::Coord> mm_geometry_h;
|
||||
modal_variable<db::coord_traits<db::Coord>::distance_type> mm_geometry_w;
|
||||
modal_variable<db::coord_traits<db::Coord>::distance_type> mm_geometry_h;
|
||||
modal_variable< std::vector<db::Vector> > mm_polygon_point_list;
|
||||
modal_variable<db::Coord> mm_path_halfwidth;
|
||||
modal_variable<db::Coord> mm_path_start_extension;
|
||||
|
|
|
|||
Loading…
Reference in New Issue