Skip to content
Snippets Groups Projects
Commit 774339e8 authored by Moritz Hanke's avatar Moritz Hanke
Browse files

adds program that visualises content of a weight file

parent 74cdc0c0
No related branches found
No related tags found
No related merge requests found
......@@ -10,5 +10,13 @@ libgridio_a_SOURCES = read_icon_grid.c read_icon_grid.h \
generate_cubed_sphere.c generate_cubed_sphere.h \
vtk_output.c vtk_output.h
noinst_PROGRAMS = weights2vtk.x
LDADD = ../src/libyac.a ../mtime/libmtime.a $(XML2_C_LIB) -lm $(LAPACK_C_LIB) $(NETCDF_C_LIB)
AM_CFLAGS = -I$(srcdir)/../src $(NETCDF_C_INCLUDE)
weights2vtk_x_LDADD = libgridio.a $(LDADD)
weights2vtk_x_SOURCES = weights2vtk.c
This diff is collapsed.
......@@ -146,3 +146,4 @@ config_xml_example_x_SOURCES = config_xml_example.c
explore_patch_recovery_x_SOURCES = explore_patch_recovery.c
yac_ioserver_x_SOURCES = yac_ioserver.c
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment