Skip to content

Commit

Permalink
Thorn.m: Uncomment TAGS entry in schedule.ccl
Browse files Browse the repository at this point in the history
  • Loading branch information
ianhinder committed Feb 4, 2012
1 parent 7682929 commit 7083bca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/CodeGen/Thorn.m
Expand Up @@ -391,7 +391,7 @@

(* TODO: Expect a set of keyword/value pairs instead of a string *)
If[lookupDefault[spec, Tags, ""] != "",
"# TAGS: " <> lookup[spec, Tags] <> "\n",
"TAGS: " <> lookup[spec, Tags] <> "\n",
""],

Map[{"READS: ", #, "\n"} &, lookupDefault[spec, RequiredGroups, {}]],
Expand Down

0 comments on commit 7083bca

Please sign in to comment.