no changes were made, just debug

This commit is contained in:
Hamidreza Norouzi 2024-03-24 14:26:41 -07:00
parent a900ff32bb
commit c7e5b30959
2 changed files with 3 additions and 2 deletions

View File

@ -118,6 +118,7 @@ bool pFlow::IOobject::readObject(bool rdHdr)
bool pFlow::IOobject::writeObject() const
{
if(implyWrite()&& ioPattern().thisCallWrite())
{

View File

@ -279,8 +279,8 @@ bool pFlow::repository::write
) const
{
for(auto& obj:objects_)
{
for(const auto& obj:objects_)
{
if(verbose)
{
if(obj.second->implyWrite())