summaryrefslogtreecommitdiff
path: root/src/main/ScheduleInterface.c
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-12-30 21:34:46 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-12-30 21:34:46 +0000
commit2ac5016c3f72001dd25bb4d63b67b3707d07d667 (patch)
tree10107fd6aa47a4457b414c51a9ab56e7a0677f10 /src/main/ScheduleInterface.c
parent299ae05b0dc3424aa73cac5a2db6b1785347d3ed (diff)
Add group desription to printed schedule tree
Closes Cactus/1283 git-svn-id: http://svn.cactuscode.org/flesh/trunk@3068 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/main/ScheduleInterface.c')
-rw-r--r--src/main/ScheduleInterface.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/ScheduleInterface.c b/src/main/ScheduleInterface.c
index 3125cff0..90a3dd96 100644
--- a/src/main/ScheduleInterface.c
+++ b/src/main/ScheduleInterface.c
@@ -1837,8 +1837,8 @@ static int CCTKi_SchedulePrintEntry(t_attribute *attribute,
if (attribute && attribute->type == sched_group)
{
- printf("%*s %s\n", indent_level + 6, "GROUP:",
- attribute->FunctionData.routine);
+ printf("%*s %s: %s\n", indent_level + 6, "GROUP",
+ attribute->FunctionData.routine,attribute->description);
}
return 1;