better description of activity

This commit is contained in:
Philip Eisenlohr 2018-01-28 18:08:02 -05:00
parent 761670f218
commit 8fb127f31c
1 changed files with 2 additions and 2 deletions

View File

@ -98,10 +98,10 @@ for name in filenames:
remarks.append('"{}" not found...'.format(me))
elif dim == 1:
active['scalar'].append(me)
remarks.append('adding scalar "{}"...'.format(me))
remarks.append('differentiating scalar "{}"...'.format(me))
elif dim == 3:
active['vector'].append(me)
remarks.append('adding vector "{}"...'.format(me))
remarks.append('differentiating vector "{}"...'.format(me))
else:
remarks.append('skipping "{}" of dimension {}...'.format(me,dim))