We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 482cfc1 commit 301ecaaCopy full SHA for 301ecaa
src/changelog.h
@@ -856,7 +856,10 @@
856
// - Removed redundant function ResolveRemnantAfterEnvelopeLoss (ResolveEnvelopeLoss is sufficient)
857
// - Cleaned / updated ResolveEnvelopeLoss
858
// - Fixed issue with masses and types of remnants formed from stripped HG stars
859
+// 02.26.02 RTW - Dec 17, 2021 - Defect repair, Code cleanup:
860
+// - Changed all occurences of PPOW(base, 1.0/3.0) with std::cbrt, as the former could not handle negative bases
861
+// - Changed all occurences of sqrt with std::sqrt for consistency with the above change
862
-const std::string VERSION_STRING = "02.26.01";
863
+const std::string VERSION_STRING = "02.26.02";
864
865
# endif // __changelog_h__
0 commit comments