Changeset 260 for branches


Ignore:
Timestamp:
10/19/12 16:38:15 (12 years ago)
Author:
pinsard
Message:

fix bug for RTF files for phybiocar/year/type/theme when theme lower than the last one

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/bibliolocean/src/genaeres.sh

    r250 r260  
    3434# 
    3535# $URL$ 
     36# 
     37# - fplod 20121019T142841Z cratos.locean-ipsl.upmc.fr (Linux) 
     38# 
     39#   * fix bug on creation of rtf files for phybiocar team by aeres types when 
     40#     theme < 3 
    3641# 
    3742# - fplod 20120912T124959Z cratos.locean-ipsl.upmc.fr (Linux) 
     
    375380    list_theme="1 2 3" 
    376381    list_fteamtheme="" 
     382    list_fteamthemeyear="" 
    377383    for theme in ${list_theme} 
    378384    do 
     
    392398               echo "${command} : ${LINENO} : www : no ref for aeresteam phybiocar and theme ${theme}" 
    393399        fi 
     400        #read a 
    394401        unset nbatteamtheme 
    395402        # loop on years 
    396         list_fteamthemeyear="" 
    397403        list_year=$(seq 2007 2012) 
    398404        for iyear in ${list_year} 
Note: See TracChangeset for help on using the changeset viewer.