Home
last modified time | relevance | path

Searched refs:latsIn (Results 1 – 2 of 2) sorted by relevance

/dports/science/netcdf-cxx/netcdf-cxx4-4.3.1/examples/
H A Dsfc_pres_temp_rd.cpp46 float latsIn[NLAT]; in main() local
71 latVar.getVar(latsIn); in main()
76 if (latsIn[lat] != START_LAT + 5. * lat) in main()
/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A Dprojections.cpp1412 …eGDL* gdlApplyFullProjection(PROJTYPE ref, DStructGDL* map, DDoubleGDL *lonsIn, DDoubleGDL *latsIn) in gdlApplyFullProjection() argument
1455 DDouble* lats=static_cast<DDouble*>(&(*latsIn)[0]); in gdlApplyFullProjection()
1525 …FullProjectionTransformation(PROJTYPE ref, DStructGDL* map, DDoubleGDL *lonsIn, DDoubleGDL *latsIn) in gdlFullProjectionTransformation() argument
1568 DDouble* lats=static_cast<DDouble*>(&(*latsIn)[0]); in gdlFullProjectionTransformation()
1633 …DDoubleGDL* gdlProjForward(PROJTYPE ref, DStructGDL* map, DDoubleGDL *lonsIn, DDoubleGDL *latsIn, … in gdlProjForward() argument
1707 lats = latsIn->Dup(); in gdlProjForward()