Skip to content

Commit ee3fa9a

Browse files
author
Martin D. Weinberg
committed
Report cache name tagged for recomputation
1 parent 95d9a99 commit ee3fa9a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

exputil/EmpCyl2d.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -815,8 +815,8 @@ bool EmpCyl2d::ReadH5Cache()
815815
if (not checkStr(Version, "Version")) return false;
816816
} else {
817817
if (myid==0)
818-
std::cout << "---- EmpCyl2d::ReadH5Cache: "
819-
<< "recomputing cache for HighFive API change"
818+
std::cout << "---- EmpCyl2d::ReadH5Cache: " << "<" << cache_name_2d
819+
<< "> recomputing cache for HighFive API change"
820820
<< std::endl;
821821
return false;
822822
}

0 commit comments

Comments
 (0)