Skip to content

Commit

Permalink
fixed typo in hmat profiler
Browse files Browse the repository at this point in the history
  • Loading branch information
maekke97 committed Aug 8, 2017
1 parent ca786b5 commit 075b79b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/hmat_profiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def main(limit):
try:
args = parser.parse_args()
print '\n' + '*' * 74 + '\n'
print 'Starting run with n={0} and k={1}'.format(args.limit, args.rank) + '\n'
print 'Starting run with n={0}'.format(args.limit) + '\n'
main(args.limit)
print '\n' + 'Finished run with n={0}'.format(args.limit)
print '\n' + '*' * 74 + '\n'
Expand Down

0 comments on commit 075b79b

Please sign in to comment.