summaryrefslogtreecommitdiff
path: root/lib/sbin/CreateScheduleBindings.pl
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-01-16 11:08:16 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-01-16 11:08:16 +0000
commit1e8af8122259e811dbadadd8133628988e0b1c14 (patch)
treede29466c8b3793e8d97ad22abda9117e3f0b72fc /lib/sbin/CreateScheduleBindings.pl
parente40de69b3cb9b6029c2d432d89492045d5264657 (diff)
Changing include file names
git-svn-id: http://svn.cactuscode.org/flesh/trunk@1264 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/sbin/CreateScheduleBindings.pl')
-rw-r--r--lib/sbin/CreateScheduleBindings.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sbin/CreateScheduleBindings.pl b/lib/sbin/CreateScheduleBindings.pl
index 7c4980d9..7ff01e2d 100644
--- a/lib/sbin/CreateScheduleBindings.pl
+++ b/lib/sbin/CreateScheduleBindings.pl
@@ -139,7 +139,7 @@ sub ScheduleCreateFile
$outbuf .= "\n";
$outbuf .= "\#include \"cctk.h\"\n";
$outbuf .= "\#include \"cctk_parameters.h\"\n";
- $outbuf .= "\#include \"cctk_schedule.h\"\n";
+ $outbuf .= "\#include \"cctk_Schedule.h\"\n";
$outbuf .= "\n";
$outbuf .= "/* Prototypes for functions to be registered. */\n";
$outbuf .= "$prototypes\n";