Skip to content

Commit

Permalink
Merge pull request #3155 from ktf/rename-customise
Browse files Browse the repository at this point in the history
Misc fixes -- Rename customise
  • Loading branch information
ktf committed Apr 2, 2014
2 parents ab117d2 + 46513f1 commit 84bfa48
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Validation/Performance/python/TimeMemorySummary.py
Expand Up @@ -16,3 +16,6 @@ def customise(process):
)

return(process)

def customiseWithTimeMemorySummary(process):
customise(process)

0 comments on commit 84bfa48

Please sign in to comment.