From 747a00e81c4fb05cdff2add136742aab91b3820e Mon Sep 17 00:00:00 2001 From: goodale Date: Tue, 16 Apr 2002 21:12:34 +0000 Subject: Changes to parse and validate a timelevel specifier for storage. If you have a group with more than one timelevel it is now an error not to specify in your schedule.ccl file how many timelevels to enable. Note that the information is still not passed into the flesh, this will happen soon... This change should not affect anyone who is not using timelevels. Everyone who is will need to update their schedule.ccl files, the syntax is storage: group[] to enable storage for timelevels, where must be between 1 and the number of timelevels specified in the interface.ccl file, inclusive. See CactusWave for examples. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@2724 17b73243-c579-4c4c-a9d2-2d5706c11dac --- lib/sbin/ScheduleParser.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/sbin/ScheduleParser.pl') diff --git a/lib/sbin/ScheduleParser.pl b/lib/sbin/ScheduleParser.pl index 3f05805f..e3d67a89 100644 --- a/lib/sbin/ScheduleParser.pl +++ b/lib/sbin/ScheduleParser.pl @@ -470,7 +470,7 @@ sub ParseScheduleStatement my($line_number, @data) = @_; my($type, $groups); - $data[$line_number] =~ m/^\s*(STOR|COMM)[^:]*:\s*([\w\s\,]*)/i; + $data[$line_number] =~ m/^\s*(STOR|COMM)[^:]*:\s*(.*)/i; $type = "\U$1\E"; -- cgit v1.2.3