Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Remove debug logging "Processing tile:..." #17

@letmaik

Description

@letmaik

At some point we added the following log statement:

call mprintf(.true.,LOGFILE, "Processing tile: minx=%i maxx=%i miny=%i maxy=%i", &
i1=dummy_start_patch_i, i2=dummy_end_patch_i, i3=dummy_start_patch_j, i4=dummy_end_patch_j)

And here:

call mprintf(.true.,LOGFILE, "Processing tile: minx=%i maxx=%i miny=%i maxy=%i", &
i1=my_minx, i2=my_maxx, i3=my_miny, i4=my_maxy)

This was only used for debugging and should probably be removed again.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions