mirror of
https://github.com/KLayout/klayout.git
synced 2026-09-02 02:47:48 +02:00
Bug fixes
This commit is contained in:
@@ -88,8 +88,6 @@ MALYReader::read (db::Layout &layout, const db::LoadLayoutOptions &options)
|
||||
{
|
||||
init (options);
|
||||
|
||||
prepare_layers (layout);
|
||||
|
||||
const db::MALYReaderOptions &specific_options = options.get_options<db::MALYReaderOptions> ();
|
||||
m_dbu = specific_options.dbu;
|
||||
|
||||
@@ -97,6 +95,8 @@ MALYReader::read (db::Layout &layout, const db::LoadLayoutOptions &options)
|
||||
set_create_layers (specific_options.create_other_layers);
|
||||
set_keep_layer_names (true);
|
||||
|
||||
prepare_layers (layout);
|
||||
|
||||
MALYData data = read_maly_file ();
|
||||
import_data (layout, data);
|
||||
create_metadata (layout, data);
|
||||
|
||||
Reference in New Issue
Block a user