Thank you.
You wrote:
"I now get errors on unknown NC_CHAR (and similar), nc_type, and unknown class NcFile (plus more classes). I assume that this is due to me not having access to one of the header files that are needed to this to compile.
"
Those are in the netcdfcpp.h header, from netCDF, what I was trying to adapt in February and you fixed the errors for me. That is the netCDF C++ interface, which, using classes, I had no problem finding in the code and including in the LinkDef.h. ANDI (ANalytical Data Interchange) is built on netCDF-2, which did not have a C++ interface yet. I have wondered if I need to write LinkDef.h #pragmas for netcdf.h, which is included in netcdfcpp.h. I’ll soon discover if I do. Why eventually I thought one dictionary was what I needed.
I hope to use the file open, read, etc functions from cint. If I can get something working, I can then add them, I hope.
Reading Chapter 15, I wondered if perhaps the order of inclusion is incorrect from netcdfcpp.h to ms10.h ms10io.h and that if that was part of my problem. Again, I’ll see when I can test this.
Again, thank you. I had hoped to find someone in town using ROOT, but no one I meet in Physics seems to even know what it is.