mirror of
https://github.com/KLayout/klayout.git
synced 2026-09-02 02:47:48 +02:00
Fixed #225 by fixing the READER.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user