Return first_elev file name.
- Parametri
-
- Restituisce
- first_elev file name [char *]
Implementa elaboradar::Site.
Definizione alla linea 120 del file site.cpp.
122 if (1 <= month && month <= 3)
123 return "../dati/FIRST_LEVEL_SPC_2006_INV";
124 else if (4 <= month && month <= 9)
125 return "../dati/FIRST_LEVEL_SPC_2006_PRI-EST";
127 return "../dati/FIRST_LEVEL_SPC_2006_AUT";