On 08/16/2017 03:04 PM, Jinhyun wrote:

I've just upgraded from 8.4.1 to 8.5 and got some errors/warnings that I'd not seen before. One is that:

    warning: 'write_pvd_record' is deprecated

I've searched the documentation but it doesn't seem that there is a newer function that replaces it. Could you please let me know which function I can use instead?

There's another variation of that function (in DataOutBase) that you should be using instead:

http://www.dealii.org/8.5.0/doxygen/deal.II/namespaceDataOutBase.html#a9bcaee76160be3f2cee5c15ca7976a26

The deprecated function is here, and mentions what to use instead:

http://www.dealii.org/8.5.0/doxygen/deal.II/classDataOutInterface.html#a7d6eca4f63127dd89806cd7591fdedf3

Best
 W.

--
------------------------------------------------------------------------
Wolfgang Bangerth          email:                 [email protected]
                           www: http://www.math.colostate.edu/~bangerth/

--
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.

Reply via email to