make AppVeyor work again
This commit is contained in:
committed by
Patrick Niklaus
parent
0d291cb68e
commit
d0636a9f6d
@@ -42,7 +42,7 @@ class RasterGrid
|
||||
ydim = _ydim;
|
||||
_data.reserve(ydim * xdim);
|
||||
|
||||
boost::filesystem::ifstream stream(filepath);
|
||||
boost::filesystem::ifstream stream(filepath, std::ios::binary);
|
||||
if (!stream)
|
||||
{
|
||||
throw util::exception("Unable to open raster file.");
|
||||
|
||||
Reference in New Issue
Block a user