Searched refs:_n_soils (Results 1 – 1 of 1) sorted by relevance
97 static int _n_soils = 0; variable224 return _n_soils; in cs_gwf_get_n_soils()240 if (id > -1 && id < _n_soils) in cs_gwf_soil_by_id()262 for (int i = 0; i < _n_soils; i++) { in cs_gwf_soil_by_name()329 if (_n_soils < 1) in cs_gwf_soil_check()338 for (int i = 0; i < _n_soils; i++) { in cs_gwf_soil_check()376 soil->id = _n_soils; in cs_gwf_soil_create()466 _n_soils++; in cs_gwf_soil_create()486 if (_n_soils == 1) in cs_gwf_build_cell2soil()491 assert(_n_soils > 1); in cs_gwf_build_cell2soil()[all …]