Skip to content

Commit

Permalink
#3012 Commented out latlonalt_to_xy & xy_to_latlonalt
Browse files Browse the repository at this point in the history
  • Loading branch information
Howard Soh committed Dec 11, 2024
1 parent 6dc8fa7 commit 981dcc2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/libcode/vx_grid/unstructured_grid.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ class UnstructuredGrid : public GridRep {

virtual void xy_to_latlon(double x, double y, double & lat, double & lon) const;

//void latlonalt_to_xy(double lat, double lon, double alt_m, double & x, double & y) const;

//void xy_to_latlonalt(double x, double y, double & lat, double & lon, double &alt) const;

virtual double calc_area(int x, int y) const;

virtual int nx() const;
Expand Down

0 comments on commit 981dcc2

Please sign in to comment.