Skip to content

Commit 08fc515

Browse files
author
Martin D. Weinberg
committed
stdout changes only
1 parent ca731d4 commit 08fc515

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

exputil/SLGridMP2.cc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1852,16 +1852,16 @@ class IsothermalSlab : public SlabModel
18521852
"---- If you are using the old profile proportional to sech(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"
1855-
"---- with a more standard functional form. If you have any questions or concerns about this\n"
1856-
"---- change, please contact the developers on GitHUB.";
1855+
"---- with a more standard functional form. If you have any questions or concerns about\n"
1856+
"---- this change, please contact the developers on GitHUB.";
18571857

18581858
public:
18591859

18601860
IsothermalSlab() {
18611861
id = "iso";
18621862
if (myid==0 and exp_build.minor<11)
1863-
std::cout << "---- SLGridSlab: IMPORTANT UPDATE\n" << psa
1864-
<< std::endl;
1863+
std::cout << "---- SLGridSlab: IMPORTANT UPDATE for EXP "
1864+
<< VERSION << '\n' << psa << std::endl;
18651865
}
18661866

18671867
double pot(double z)

0 commit comments

Comments
 (0)