Skip to content

Commit 3bbee0c

Browse files
authored
Merge pull request ITHACA-FV#625 from giovastabile/master
Updated to EIGEN v 5.0.0
2 parents fb9f783 + 49f41aa commit 3bbee0c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/ITHACA_CORE/EigenFunctions/EigenFunctions.H

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ bool saveMarketVector (const VectorType & vec, const std::string & filename,
466466

467467
for (label i = 0; i < vec.size(); i++)
468468
{
469-
internal::putVectorElt(vec(i), out);
469+
internal::putDenseElt(vec(i), out);
470470
}
471471
out.close();
472472
return true;

src/thirdparty/Eigen

Submodule Eigen updated from 4a2c490 to 549bf8c

0 commit comments

Comments
 (0)