Skip to content

Commit

Permalink
Per #1954, adding initial unstructured grid library code.
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnHalleyGotway committed Jul 7, 2022
1 parent 2649886 commit a445afb
Show file tree
Hide file tree
Showing 4 changed files with 600 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/libcode/vx_grid/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ libvx_grid_a_SOURCES = \
latlon_xyz.h latlon_xyz.cc \
rot_latlon_grid.cc rot_latlon_grid.h \
tcrmw_grid.cc tcrmw_grid.h \
goes_grid_defs.h goes_grid.cc goes_grid.h \
goes_grid_defs.h \
goes_grid.cc goes_grid.h \
unstructured_grid_defs.h \
unstructured_grid.cc unstructured_grid.h \
vx_grid.h
libvx_grid_a_CPPFLAGS = ${MET_CPPFLAGS}
Loading

0 comments on commit a445afb

Please sign in to comment.