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
|
bool pFlow::IOobject::writeObject() const
|
||||||
{
|
{
|
||||||
|
|
||||||
if(implyWrite()&& ioPattern().thisCallWrite())
|
if(implyWrite()&& ioPattern().thisCallWrite())
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@ -279,8 +279,8 @@ bool pFlow::repository::write
|
|||||||
) const
|
) const
|
||||||
{
|
{
|
||||||
|
|
||||||
for(auto& obj:objects_)
|
for(const auto& obj:objects_)
|
||||||
{
|
{
|
||||||
if(verbose)
|
if(verbose)
|
||||||
{
|
{
|
||||||
if(obj.second->implyWrite())
|
if(obj.second->implyWrite())
|
||||||
|
Reference in New Issue
Block a user