no changes were made, just debug
This commit is contained in:
parent
a900ff32bb
commit
c7e5b30959
|
@ -118,6 +118,7 @@ bool pFlow::IOobject::readObject(bool rdHdr)
|
|||
|
||||
bool pFlow::IOobject::writeObject() const
|
||||
{
|
||||
|
||||
if(implyWrite()&& ioPattern().thisCallWrite())
|
||||
{
|
||||
|
||||
|
|
|
@ -279,7 +279,7 @@ bool pFlow::repository::write
|
|||
) const
|
||||
{
|
||||
|
||||
for(auto& obj:objects_)
|
||||
for(const auto& obj:objects_)
|
||||
{
|
||||
if(verbose)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue