File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 859859// 02.26.02 RTW - Dec 17, 2021 - Defect repair, Code cleanup:
860860// - Changed all occurences of PPOW(base, 1.0/3.0) with std::cbrt, as the former could not handle negative bases
861861// - Changed all occurences of sqrt with std::sqrt for consistency with the above change
862+ // 02.27.00 ML - Jan 08, 2021 - Enhancements:
863+ // - Add enhanced Nanjing lambda option that continuously extrapolates beyond radial range
864+ // - Add Nanjing lambda option to switch between calculation using rejuvenated mass and true birth mass
865+ // - Add Nanjing lambda mass and metallicity interpolation options
866+ // - No change in default behaviour
862867
863- const std::string VERSION_STRING = " 02.26.02 " ;
868+ const std::string VERSION_STRING = " 02.27.00 " ;
864869
865870# endif // __changelog_h__
You can’t perform that action at this time.
0 commit comments