Remove obsolete exception specification

This commit is contained in:
Guilhem Lavaux 2022-02-10 07:20:21 +01:00
parent d875416200
commit e2a2c7287c

View File

@ -260,7 +260,6 @@ namespace CosmoTool {
template<typename T>
void loadArray(const std::string& fname,
T*&array, uint32_t *&dimList, uint32_t& rank)
throw (NoSuchFileException)
{
NcFile f(fname.c_str(), NcFile::ReadOnly);