ufz / ogs5

OpenGeoSys THM/C simulator version 5
https://www.opengeosys.org/ogs-5
Other
39 stars 97 forks source link

v.5.7.1 does not compile on win64 using VisualStudio 2015 #75

Closed norihiro-w closed 7 years ago

norihiro-w commented 7 years ago

Report from Luca Urpi,

On a side note, at least to me, 5.7.1 does not compile on win64 (using VisualStudio 2015) , giving the following error:

Error:C2280 'Eigen::Block<Derived,1,-1,false,true> &Eigen::Block<Derived,1,-1,false,true>::operator =(const Eigen::Block<Derived,1,-1,false,true> &)': attempting to reference a deleted functionObject: FEM File: thirdparty\eigen\src\QR\FullPivHouseholderQR.h line: 506

while 5.7.0 compiles (it uses a different version of the above mentioned FullPivHouseholderQR.h file).

bilke commented 7 years ago

Is fixed with https://github.com/ufz/ogs5/commit/273ebbe5d77f5de7247cf55e7adddfb18cd638de.