Skip to content

Commit 059b231

Browse files
author
Martin D. Weinberg
committed
Another minor output log change for ortho test results only
1 parent 21d28fe commit 059b231

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

exputil/EmpCylSL.cc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ void EmpCylSL::reset(int numr, int lmax, int mmax, int nord,
399399
ortho = std::make_shared<SLGridSph>(make_sl(), LMAX, NMAX, NUMR,
400400
RMIN, RMAX*0.99, false, 1, 1.0);
401401

402-
orthoTest(ortho->orthoCheck(std::max<int>(NMAX*50, 200)), "EmpCylSL[SLGridSph]", "l");
402+
orthoTest(ortho->orthoCheck(std::max<int>(NMAX*50, 200)), "EmpCylSL [SLGridSph]", "l");
403403

404404
// Resize (should not be necessary) but just in case some future
405405
// feature changes mulitstep on the fly
@@ -878,7 +878,7 @@ int EmpCylSL::read_eof_file(const string& eof_file)
878878
ortho = std::make_shared<SLGridSph>(make_sl(), LMAX, NMAX, NUMR,
879879
RMIN, RMAX*0.99, false, 1, 1.0);
880880

881-
orthoTest(ortho->orthoCheck(std::max<int>(NMAX*50, 200)), "EmpCylSL[SLGridSph]", "l");
881+
orthoTest(ortho->orthoCheck(std::max<int>(NMAX*50, 200)), "EmpCylSL [SLGridSph]", "l");
882882

883883
setup_eof();
884884
setup_accumulation();
@@ -1450,7 +1450,7 @@ void EmpCylSL::compute_eof_grid(int request_id, int m)
14501450
ortho = std::make_shared<SLGridSph>(make_sl(), LMAX, NMAX, NUMR,
14511451
RMIN, RMAX*0.99, false, 1, 1.0);
14521452

1453-
orthoTest(ortho->orthoCheck(std::max<int>(NMAX*50, 200)), "EmpCylSL[SLGridSph]", "l");
1453+
orthoTest(ortho->orthoCheck(std::max<int>(NMAX*50, 200)), "EmpCylSL [SLGridSph]", "l");
14541454
}
14551455

14561456

@@ -1633,7 +1633,7 @@ void EmpCylSL::compute_even_odd(int request_id, int m)
16331633
LMAX, NMAX, NUMR, RMIN, RMAX*0.99,
16341634
false, 1, 1.0);
16351635

1636-
orthoTest(ortho->orthoCheck(std::max<int>(NMAX*50, 200)), "EmpCylSL[SLGridSph]", "l");
1636+
orthoTest(ortho->orthoCheck(std::max<int>(NMAX*50, 200)), "EmpCylSL [SLGridSph]", "l");
16371637
}
16381638

16391639
double dens, potl, potr, pott;

0 commit comments

Comments
 (0)