Hello, I have to use this bool ParameterHandler::read_input() function but since it is marked Deprecated I get compiler warning
" warning: ‘virtual bool dealii::ParameterHandler::read_input(const string&, bool, bool, const string&)’ is deprecated [-Wdeprecated-declarations] prm.read_input (input_file); ". How do I use it without warnings? Or should I use some other equivalent function from the ParameterHandler Class? Regards, Vinayak -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl=en --- You received this message because you are subscribed to the Google Groups "deal.II User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
