SmetIO.cc:217:22: error: ‘class mio::ACDD’ has no member named ‘deleteAttribute’
Gentlemen, I seem to be getting an error on compile, after pulling the latest master branches from meteoIO and Snowpack. updates to meteoIO?
[ 48%] Building CXX object snowpack/CMakeFiles/snowpack.dir/plugins/SmetIO.cc.o
[ 51%] Building CXX object snowpack/CMakeFiles/snowpack.dir/plugins/CaaMLIO.cc.o
[ 54%] Building CXX object snowpack/CMakeFiles/snowpack.dir/snowpackCore/Snowpack.cc.o
[ 58%] Building CXX object snowpack/CMakeFiles/snowpack.dir/snowpackCore/Aggregate.cc.o
/home/alkr/src/slf_snowpack/slf_snowpack/snowpack/plugins/SmetIO.cc: In constructor ‘SmetIO::SmetIO(const SnowpackConfig&, const RunInfo&)’:
/home/alkr/src/slf_snowpack/slf_snowpack/snowpack/plugins/SmetIO.cc:217:22: error: ‘class mio::ACDD’ has no member named ‘deleteAttribute’; did you mean ‘getAttribute’?
217 | acdd.deleteAttribute( "history" ); //this is handled in this plugin instead (see methods below)
| ^~~~~~~~~~~~~~~
| getAttribute
``
Edited by Mathias Bavay