ms-sbvar: minor esthetic change

time-shift
Michel Juillard 2011-09-16 14:32:11 +02:00
parent f3a1599d6d
commit 1dc5df3411
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ elseif (options_.ms.freq==4)
nStart=(yrStart-options_.ms.initial_year )*4+qmStart-options_.ms.initial_subperiod ; % positive number of months at the start
nEnd=(yrEnd-options_.ms.final_year )*4+qmEnd-options_.ms.final_subperiod ; % negative number of months towards end
else
error('Warning: this code is only good for monthly/quarterly data!!!')
error('Error: this code is only good for monthly/quarterly data!!!')
return
end
%