Skip to content
Snippets Groups Projects

Update waves

Merged Boman Romain requested to merge adrien into master
1 file
+ 10
10
Compare changes
  • Side-by-side
  • Inline
+ 10
10
@@ -23,16 +23,16 @@ public:
// [RB] The following routines are used by Kim and smell rather bad
// [AC] Agreed. If needed, he can now access p and w since they are public
std::vector<Pt> getP()
{
return p;
//return std::vector<Pt>();
}
std::vector<double> getW()
{
return w;
//return std::vector<double>();
}
//std::vector<Pt> getP()
//{
// return p;
// //return std::vector<Pt>();
//}
//std::vector<double> getW()
//{
// return w;
// //return std::vector<double>();
//}
};
}
Loading