documentation, whitespace
This commit is contained in:
parent
c73cc51ab9
commit
0a57d80b1b
3 changed files with 18 additions and 15 deletions
|
|
@ -52,10 +52,8 @@ public:
|
|||
void printOn(std::ostream& os) const
|
||||
{
|
||||
eoVector<Fit,double>::printOn(os);
|
||||
|
||||
os << ' ';
|
||||
std::copy(stdevs.begin(), stdevs.end(), std::ostream_iterator<double>(os, " "));
|
||||
|
||||
os << ' ';
|
||||
}
|
||||
|
||||
|
|
@ -63,7 +61,6 @@ public:
|
|||
{
|
||||
eoVector<Fit,double>::readFrom(is);
|
||||
stdevs.resize(size());
|
||||
|
||||
unsigned i;
|
||||
for (i = 0; i < size(); ++i)
|
||||
is >> stdevs[i];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue