Remove obsolete exception specification
This commit is contained in:
parent
d875416200
commit
e2a2c7287c
@ -260,7 +260,6 @@ namespace CosmoTool {
|
|||||||
template<typename T>
|
template<typename T>
|
||||||
void loadArray(const std::string& fname,
|
void loadArray(const std::string& fname,
|
||||||
T*&array, uint32_t *&dimList, uint32_t& rank)
|
T*&array, uint32_t *&dimList, uint32_t& rank)
|
||||||
throw (NoSuchFileException)
|
|
||||||
{
|
{
|
||||||
NcFile f(fname.c_str(), NcFile::ReadOnly);
|
NcFile f(fname.c_str(), NcFile::ReadOnly);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user