function value = year_length_months_ethiopian ( y ) %*****************************************************************************80 % %% YEAR_LENGTH_MONTHS_ETHIOPIAN returns the number of months in an Ethiopian year. % % Licensing: % % This code is distributed under the GNU LGPL license. % % Modified: % % 23 September 2012 % % Author: % % John Burkardt % % Parameters: % % Input, integer Y, the year to be checked. % % Output, integer VALUE, the number of months in the year. % value = 13; return end