Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / math / example / barycentric_interpolation_example_2.cpp
index c31cabe..c7e834e 100644 (file)
@@ -22,9 +22,8 @@ achieves a specific value.
 
 int main()
 {
-    // The lithium potential is given in Kohn's paper, Table I,
-    // we could equally use an unordered_map, a list of tuples or pairs,
-    // or a 2-dimentional array equally easily:
+    // The lithium potential is given in Kohn's paper, Table I.
+    // (We could equally easily use an unordered_map, a list of tuples or pairs, or a 2-dimentional array).
     std::map<double, double> r;
 
     r[0.02] = 5.727;