]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/math/example/barycentric_interpolation_example_2.cpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / math / example / barycentric_interpolation_example_2.cpp
index c31cabe6d8565851d9ca2ee600dc935c159fb885..c7e834ec0e73e7453b8e9ed98a4d1c0faa0a1a10 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;