From 73a661b8b9095d4e2eb9d1df99f246d6b4c36da8 Mon Sep 17 00:00:00 2001 From: Cory Martin Date: Mon, 7 Aug 2023 17:05:36 -0400 Subject: [PATCH] A few more hopefully helpful comments --- utils/ioda_example/gdas_meanioda.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/utils/ioda_example/gdas_meanioda.cc b/utils/ioda_example/gdas_meanioda.cc index 6fac6d2fb..6e18ff5fa 100644 --- a/utils/ioda_example/gdas_meanioda.cc +++ b/utils/ioda_example/gdas_meanioda.cc @@ -4,6 +4,8 @@ // this is an example application that // will use IODA to read a file and print something // it is intended to be very bare bones +// you will note the .cc file is very empty +// the .h file is where the action is! int main(int argc, char ** argv) { oops::Run run(argc, argv);