Elaboradar 0.1
|
◆ get_first_level_file_name()
Return first_elev file name.
Implementa elaboradar::Site. Definizione alla linea 122 del file site.cpp. 123 {
124 if (1 <= month && month <= 3)
125 //return "../dati/FIRST_LEVEL_SPC_2006_INV";
127 else if (4 <= month && month <= 9)
128 //return "../dati/FIRST_LEVEL_SPC_2006_PRI-EST";
130 else
131 //return "../dati/FIRST_LEVEL_SPC_2006_AUT";
133 }
Referenzia elaboradar::Site::datipath. |