Remove a derelict statement inherited from original implementation.
Disabled by default, this statement attempted to pass a std::istream to function std::fclose() which is meaningless and should not be enabled at any time--even for a MATLAB-related build.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
//
|
||||
// Created: Tue Jun 2 19:13:17 2009
|
||||
//
|
||||
// Author(s): B<EFBFBD>rd Skaflestad <bard.skaflestad@sintef.no>
|
||||
// Author(s): Bård Skaflestad <bard.skaflestad@sintef.no>
|
||||
// Atgeirr F Rasmussen <atgeirr@sintef.no>
|
||||
//
|
||||
// $Date$
|
||||
@@ -139,9 +139,6 @@ namespace Opm {
|
||||
}
|
||||
}
|
||||
}
|
||||
#ifdef MATLAB_MEX_FILE
|
||||
fclose(is);
|
||||
#endif
|
||||
}
|
||||
|
||||
void ParameterGroup::writeParam(const std::string& param_filename) const {
|
||||
|
||||
Reference in New Issue
Block a user