16 #include <iostream.hpp>
17 #include <iomanip.hpp>
18 #include <fstream.hpp>
28 ostream& ostr =
const_cast<ostream&
>(
output);
30 std::streamsize new_w = ostr.width();
31 std::streamsize new_p = ostr.precision();
32 #if !defined(__cplusplus)
33 long new_form = ostr.flags();
35 ios::fmtflags new_form = ostr.flags();
37 char new_fill = ostr.fill();
40 ostr.precision(new_p);
47 if (i < arr3.slicemax())
62 istream& istr =
const_cast<istream&
>(input);
prnstream & endl(prnstream &)
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
istream & operator>>(const istream &input, const d3_array &arr3)
Read values from input stream into arr3.
ostream & operator<<(const ostream &_s, preshowpoint p)
Description not yet available.
Description not yet available.