mirror of https://github.com/KLayout/klayout.git
Fixed #225 by fixing the READER.
This commit is contained in:
parent
e5925dfa1d
commit
b6eeb4bef3
|
|
@ -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);
|
||||
}
|
||||
|
||||
std::reverse (&data[0], &data[h]);
|
||||
|
||||
set_pattern (data, w, h);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue