From d14b3169498ae0b098d81a992c368282766f70fe Mon Sep 17 00:00:00 2001 From: Shahram Najm Date: Tue, 27 Sep 2016 17:32:00 +0100 Subject: [PATCH] Move old examples into deprecated dir --- examples/{ => deprecated}/ecmwf_link.sh | 0 examples/{ => deprecated}/fieldset.c | 0 examples/{ => deprecated}/get.c | 0 examples/{ => deprecated}/get.sh | 0 examples/{ => deprecated}/get_fortran.F | 0 examples/{ => deprecated}/get_fortran.sh | 0 examples/{ => deprecated}/grib_precipitation.c | 0 examples/{ => deprecated}/include.sh | 0 examples/{ => deprecated}/iterator.c | 0 examples/{ => deprecated}/iterator.sh | 0 examples/{ => deprecated}/iterator_fortran.F | 0 examples/{ => deprecated}/iterator_fortran.sh | 0 examples/{ => deprecated}/keys_iterator.c | 0 examples/{ => deprecated}/keys_iterator.sh | 0 examples/{ => deprecated}/keys_iterator_fortran.F | 0 examples/{ => deprecated}/keys_iterator_fortran.sh | 0 examples/{ => deprecated}/multi.c | 0 examples/{ => deprecated}/multi.sh | 0 examples/{ => deprecated}/multi_fortran.F | 0 examples/{ => deprecated}/multi_fortran.sh | 0 examples/{ => deprecated}/nearest.c | 0 examples/{ => deprecated}/precision.c | 0 examples/{ => deprecated}/precision.sh | 0 examples/{ => deprecated}/precision_fortran.F | 0 examples/{ => deprecated}/precision_fortran.sh | 0 examples/{ => deprecated}/print_data.c | 0 examples/{ => deprecated}/print_data.sh | 0 examples/{ => deprecated}/print_data_fortran.F | 0 examples/{ => deprecated}/print_data_fortran.sh | 0 examples/{ => deprecated}/run_examples.sh | 0 examples/{ => deprecated}/set.c | 0 examples/{ => deprecated}/set.sh | 0 examples/{ => deprecated}/set_bitmap.c | 0 examples/{ => deprecated}/set_fortran.F | 0 examples/{ => deprecated}/set_fortran.sh | 0 examples/{ => deprecated}/set_pv.c | 0 examples/{ => deprecated}/set_pv_fortran.F | 0 37 files changed, 0 insertions(+), 0 deletions(-) rename examples/{ => deprecated}/ecmwf_link.sh (100%) rename examples/{ => deprecated}/fieldset.c (100%) rename examples/{ => deprecated}/get.c (100%) rename examples/{ => deprecated}/get.sh (100%) rename examples/{ => deprecated}/get_fortran.F (100%) rename examples/{ => deprecated}/get_fortran.sh (100%) rename examples/{ => deprecated}/grib_precipitation.c (100%) rename examples/{ => deprecated}/include.sh (100%) rename examples/{ => deprecated}/iterator.c (100%) rename examples/{ => deprecated}/iterator.sh (100%) rename examples/{ => deprecated}/iterator_fortran.F (100%) rename examples/{ => deprecated}/iterator_fortran.sh (100%) rename examples/{ => deprecated}/keys_iterator.c (100%) rename examples/{ => deprecated}/keys_iterator.sh (100%) rename examples/{ => deprecated}/keys_iterator_fortran.F (100%) rename examples/{ => deprecated}/keys_iterator_fortran.sh (100%) rename examples/{ => deprecated}/multi.c (100%) rename examples/{ => deprecated}/multi.sh (100%) rename examples/{ => deprecated}/multi_fortran.F (100%) rename examples/{ => deprecated}/multi_fortran.sh (100%) rename examples/{ => deprecated}/nearest.c (100%) rename examples/{ => deprecated}/precision.c (100%) rename examples/{ => deprecated}/precision.sh (100%) rename examples/{ => deprecated}/precision_fortran.F (100%) rename examples/{ => deprecated}/precision_fortran.sh (100%) rename examples/{ => deprecated}/print_data.c (100%) rename examples/{ => deprecated}/print_data.sh (100%) rename examples/{ => deprecated}/print_data_fortran.F (100%) rename examples/{ => deprecated}/print_data_fortran.sh (100%) rename examples/{ => deprecated}/run_examples.sh (100%) rename examples/{ => deprecated}/set.c (100%) rename examples/{ => deprecated}/set.sh (100%) rename examples/{ => deprecated}/set_bitmap.c (100%) rename examples/{ => deprecated}/set_fortran.F (100%) rename examples/{ => deprecated}/set_fortran.sh (100%) rename examples/{ => deprecated}/set_pv.c (100%) rename examples/{ => deprecated}/set_pv_fortran.F (100%) diff --git a/examples/ecmwf_link.sh b/examples/deprecated/ecmwf_link.sh similarity index 100% rename from examples/ecmwf_link.sh rename to examples/deprecated/ecmwf_link.sh diff --git a/examples/fieldset.c b/examples/deprecated/fieldset.c similarity index 100% rename from examples/fieldset.c rename to examples/deprecated/fieldset.c diff --git a/examples/get.c b/examples/deprecated/get.c similarity index 100% rename from examples/get.c rename to examples/deprecated/get.c diff --git a/examples/get.sh b/examples/deprecated/get.sh similarity index 100% rename from examples/get.sh rename to examples/deprecated/get.sh diff --git a/examples/get_fortran.F b/examples/deprecated/get_fortran.F similarity index 100% rename from examples/get_fortran.F rename to examples/deprecated/get_fortran.F diff --git a/examples/get_fortran.sh b/examples/deprecated/get_fortran.sh similarity index 100% rename from examples/get_fortran.sh rename to examples/deprecated/get_fortran.sh diff --git a/examples/grib_precipitation.c b/examples/deprecated/grib_precipitation.c similarity index 100% rename from examples/grib_precipitation.c rename to examples/deprecated/grib_precipitation.c diff --git a/examples/include.sh b/examples/deprecated/include.sh similarity index 100% rename from examples/include.sh rename to examples/deprecated/include.sh diff --git a/examples/iterator.c b/examples/deprecated/iterator.c similarity index 100% rename from examples/iterator.c rename to examples/deprecated/iterator.c diff --git a/examples/iterator.sh b/examples/deprecated/iterator.sh similarity index 100% rename from examples/iterator.sh rename to examples/deprecated/iterator.sh diff --git a/examples/iterator_fortran.F b/examples/deprecated/iterator_fortran.F similarity index 100% rename from examples/iterator_fortran.F rename to examples/deprecated/iterator_fortran.F diff --git a/examples/iterator_fortran.sh b/examples/deprecated/iterator_fortran.sh similarity index 100% rename from examples/iterator_fortran.sh rename to examples/deprecated/iterator_fortran.sh diff --git a/examples/keys_iterator.c b/examples/deprecated/keys_iterator.c similarity index 100% rename from examples/keys_iterator.c rename to examples/deprecated/keys_iterator.c diff --git a/examples/keys_iterator.sh b/examples/deprecated/keys_iterator.sh similarity index 100% rename from examples/keys_iterator.sh rename to examples/deprecated/keys_iterator.sh diff --git a/examples/keys_iterator_fortran.F b/examples/deprecated/keys_iterator_fortran.F similarity index 100% rename from examples/keys_iterator_fortran.F rename to examples/deprecated/keys_iterator_fortran.F diff --git a/examples/keys_iterator_fortran.sh b/examples/deprecated/keys_iterator_fortran.sh similarity index 100% rename from examples/keys_iterator_fortran.sh rename to examples/deprecated/keys_iterator_fortran.sh diff --git a/examples/multi.c b/examples/deprecated/multi.c similarity index 100% rename from examples/multi.c rename to examples/deprecated/multi.c diff --git a/examples/multi.sh b/examples/deprecated/multi.sh similarity index 100% rename from examples/multi.sh rename to examples/deprecated/multi.sh diff --git a/examples/multi_fortran.F b/examples/deprecated/multi_fortran.F similarity index 100% rename from examples/multi_fortran.F rename to examples/deprecated/multi_fortran.F diff --git a/examples/multi_fortran.sh b/examples/deprecated/multi_fortran.sh similarity index 100% rename from examples/multi_fortran.sh rename to examples/deprecated/multi_fortran.sh diff --git a/examples/nearest.c b/examples/deprecated/nearest.c similarity index 100% rename from examples/nearest.c rename to examples/deprecated/nearest.c diff --git a/examples/precision.c b/examples/deprecated/precision.c similarity index 100% rename from examples/precision.c rename to examples/deprecated/precision.c diff --git a/examples/precision.sh b/examples/deprecated/precision.sh similarity index 100% rename from examples/precision.sh rename to examples/deprecated/precision.sh diff --git a/examples/precision_fortran.F b/examples/deprecated/precision_fortran.F similarity index 100% rename from examples/precision_fortran.F rename to examples/deprecated/precision_fortran.F diff --git a/examples/precision_fortran.sh b/examples/deprecated/precision_fortran.sh similarity index 100% rename from examples/precision_fortran.sh rename to examples/deprecated/precision_fortran.sh diff --git a/examples/print_data.c b/examples/deprecated/print_data.c similarity index 100% rename from examples/print_data.c rename to examples/deprecated/print_data.c diff --git a/examples/print_data.sh b/examples/deprecated/print_data.sh similarity index 100% rename from examples/print_data.sh rename to examples/deprecated/print_data.sh diff --git a/examples/print_data_fortran.F b/examples/deprecated/print_data_fortran.F similarity index 100% rename from examples/print_data_fortran.F rename to examples/deprecated/print_data_fortran.F diff --git a/examples/print_data_fortran.sh b/examples/deprecated/print_data_fortran.sh similarity index 100% rename from examples/print_data_fortran.sh rename to examples/deprecated/print_data_fortran.sh diff --git a/examples/run_examples.sh b/examples/deprecated/run_examples.sh similarity index 100% rename from examples/run_examples.sh rename to examples/deprecated/run_examples.sh diff --git a/examples/set.c b/examples/deprecated/set.c similarity index 100% rename from examples/set.c rename to examples/deprecated/set.c diff --git a/examples/set.sh b/examples/deprecated/set.sh similarity index 100% rename from examples/set.sh rename to examples/deprecated/set.sh diff --git a/examples/set_bitmap.c b/examples/deprecated/set_bitmap.c similarity index 100% rename from examples/set_bitmap.c rename to examples/deprecated/set_bitmap.c diff --git a/examples/set_fortran.F b/examples/deprecated/set_fortran.F similarity index 100% rename from examples/set_fortran.F rename to examples/deprecated/set_fortran.F diff --git a/examples/set_fortran.sh b/examples/deprecated/set_fortran.sh similarity index 100% rename from examples/set_fortran.sh rename to examples/deprecated/set_fortran.sh diff --git a/examples/set_pv.c b/examples/deprecated/set_pv.c similarity index 100% rename from examples/set_pv.c rename to examples/deprecated/set_pv.c diff --git a/examples/set_pv_fortran.F b/examples/deprecated/set_pv_fortran.F similarity index 100% rename from examples/set_pv_fortran.F rename to examples/deprecated/set_pv_fortran.F