mirror of https://github.com/KLayout/klayout.git
Merge pull request #226 from KLayout/issue_225
Fixed #225 by fixing the READER.
This commit is contained in:
commit
51ea539809
|
|
@ -726,8 +726,6 @@ DitherPatternInfo::from_strings (const std::vector<std::string> &strv)
|
||||||
uint_from_string (strv [strv.size () - 1 - i].c_str (), data [i], w);
|
uint_from_string (strv [strv.size () - 1 - i].c_str (), data [i], w);
|
||||||
}
|
}
|
||||||
|
|
||||||
std::reverse (&data[0], &data[h]);
|
|
||||||
|
|
||||||
set_pattern (data, w, h);
|
set_pattern (data, w, h);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue