use the proper namespace
This commit is contained in:
@@ -67,7 +67,7 @@ SGInterpTable::SGInterpTable( const std::string& file )
|
||||
while ( in ) {
|
||||
double ind, dep;
|
||||
in >> ind >> dep;
|
||||
in >> skipws;
|
||||
in >> std::skipws;
|
||||
_table[ind] = dep;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user