Skip to content

Commit c84a843

Browse files
The9CatCopilot
andauthored
Update exputil/SLGridMP2.cc
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 4d7f43b commit c84a843

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

exputil/SLGridMP2.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1849,11 +1849,11 @@ class IsothermalSlab : public SlabModel
18491849

18501850
std::string psa =
18511851
"---- IsothermalSlab NOW uses the traditional density profile proportional to sech^2(z/2H).\n"
1852-
"---- If you are using the old profile proportional to sech(z/H), please update your model\n"
1852+
"---- If you are using the old profile proportional to sech^2(z/H), please update your model\n"
18531853
"---- to use the new profile and set the scale height H to be half of the old value. This\n"
18541854
"---- will ensure that your model has the same density profile and potential as before, but\n"
18551855
"---- with a more standard functional form. If you have any questions or concerns about\n"
1856-
"---- this change, please contact the developers on GitHUB.";
1856+
"---- this change, please contact the developers on GitHub.";
18571857

18581858
public:
18591859

0 commit comments

Comments
 (0)