summaryrefslogtreecommitdiff
path: root/lib/sbin/SchedLatex.pl
diff options
context:
space:
mode:
authorrideout <rideout@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-08-29 13:50:29 +0000
committerrideout <rideout@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-08-29 13:50:29 +0000
commit4fdc99855d3e2706fd6c84d12841eb8cbd43ef3f (patch)
tree987c62b9f6f5387331f223ae87c7959316aefe78 /lib/sbin/SchedLatex.pl
parent3c0395ae1120ada46221d0c997be275d634b4255 (diff)
typo
git-svn-id: http://svn.cactuscode.org/flesh/trunk@2989 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/sbin/SchedLatex.pl')
-rwxr-xr-xlib/sbin/SchedLatex.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sbin/SchedLatex.pl b/lib/sbin/SchedLatex.pl
index 3d4a5530..aa0e57b1 100755
--- a/lib/sbin/SchedLatex.pl
+++ b/lib/sbin/SchedLatex.pl
@@ -284,7 +284,7 @@ sub CreateLatexTable
$len = @conditional_statements > @always_statements ? @conditional_statements : @always_statements;
# print blurb about what this page is about
- print "\n\n\\noindent This section lists all the variables which are assigned storage by thorn ". ThornUtils::CleanForLatex($thorn_name) . ". Storage can either last for the duration of the run ({\\bf Always} means that if this thorn is activated storage will be assigned, {\\bf Conditional} means that if this thorn is activated storage will be assigned for the duration of the run is some condition is met), or can be turned on for the duration of a schedule function.\n\n";
+ print "\n\n\\noindent This section lists all the variables which are assigned storage by thorn ". ThornUtils::CleanForLatex($thorn_name) . ". Storage can either last for the duration of the run ({\\bf Always} means that if this thorn is activated storage will be assigned, {\\bf Conditional} means that if this thorn is activated storage will be assigned for the duration of the run if some condition is met), or can be turned on for the duration of a schedule function.\n\n";
# print out storage allocation at the top
print "\n\\subsection\*\{Storage\}";