On 12/9/20 5:32 PM, blais...@gmail.com wrote:
I have one tiny question actually.
In all tests, the std::ostringstream oss which contains some information about the number of particles and the data being serialized is kept. Generally, I guess this should be written to an auxiliary file, then re-read before deserialization can occur?

Yes, precisely. In fact, instead of a std::ostringstring, when you write to file you might as well have directly given a std::ofstream.

That that data could be written to a file is not important for the test, though, and so it doesn't do that.

Best
 W.


--
------------------------------------------------------------------------
Wolfgang Bangerth          email:                 bange...@colostate.edu
                           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 dealii+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/aa85fbe5-5f91-9edb-b20c-3de81e5a0dcd%40colostate.edu.

Reply via email to