File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
18581858public:
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)
You can’t perform that action at this time.
0 commit comments