Merge pull request #226 from KLayout/issue_225

Fixed #225 by fixing the READER.
This commit is contained in:
Matthias Köfferlein 2019-01-16 23:54:05 +01:00 committed by GitHub
commit 51ea539809
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -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);
}