Skip to content
Snippets Groups Projects
Commit cd5aa198 authored by W. Spencer Smith's avatar W. Spencer Smith
Browse files

Correction to remove inadvertently copied operator overloading, not...

Correction to remove inadvertently copied operator overloading, not appropriate for DataSet with doubles
parent 6dba2e64
No related branches found
No related tags found
No related merge requests found
......@@ -13,10 +13,6 @@ class DataSet
void add(double x);
double getAverage();
double getMaximum();
friend ostream &operator<<( ostream &output, const PointT &P ) {
output << "x-coord: " << P.xc << "y-coord: " << P.yc;
return output;
};
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment