mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
change Prtinfo to Note.
This commit is contained in:
@@ -842,8 +842,8 @@ namespace Opm
|
||||
return Log::MessageType::Problem;
|
||||
case Message::type::Bug:
|
||||
return Log::MessageType::Bug;
|
||||
case Message::type::Prtinfo:
|
||||
return Log::MessageType::Prtinfo;
|
||||
case Message::type::Note:
|
||||
return Log::MessageType::Note;
|
||||
}
|
||||
throw std::logic_error("Invalid messages type!\n");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user