mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-06-12 16:26:23 +00:00
no changes were made, just debug
This commit is contained in:
@ -118,6 +118,7 @@ bool pFlow::IOobject::readObject(bool rdHdr)
|
||||
|
||||
bool pFlow::IOobject::writeObject() const
|
||||
{
|
||||
|
||||
if(implyWrite()&& ioPattern().thisCallWrite())
|
||||
{
|
||||
|
||||
|
@ -279,8 +279,8 @@ bool pFlow::repository::write
|
||||
) const
|
||||
{
|
||||
|
||||
for(auto& obj:objects_)
|
||||
{
|
||||
for(const auto& obj:objects_)
|
||||
{
|
||||
if(verbose)
|
||||
{
|
||||
if(obj.second->implyWrite())
|
||||
|
Reference in New Issue
Block a user