Skip to content

Commit

Permalink
Report cache name tagged for recomputation
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin D. Weinberg committed Feb 4, 2025
1 parent 95d9a99 commit ee3fa9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exputil/EmpCyl2d.cc
Original file line number Diff line number Diff line change
Expand Up @@ -815,8 +815,8 @@ bool EmpCyl2d::ReadH5Cache()
if (not checkStr(Version, "Version")) return false;
} else {
if (myid==0)
std::cout << "---- EmpCyl2d::ReadH5Cache: "
<< "recomputing cache for HighFive API change"
std::cout << "---- EmpCyl2d::ReadH5Cache: " << "<" << cache_name_2d
<< "> recomputing cache for HighFive API change"
<< std::endl;
return false;
}
Expand Down

0 comments on commit ee3fa9a

Please sign in to comment.