mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-07-28 03:27:05 +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,7 +279,7 @@ bool pFlow::repository::write
|
||||
) const
|
||||
{
|
||||
|
||||
for(auto& obj:objects_)
|
||||
for(const auto& obj:objects_)
|
||||
{
|
||||
if(verbose)
|
||||
{
|
||||
|
Reference in New Issue
Block a user