Skip to content

Commit e8ddbfd

Browse files
author
Martin D. Weinberg
committed
Change defaults to ExpSphere in pyEXP
1 parent 972c6f3 commit e8ddbfd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

expui/BiorthBasis.cc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1204,7 +1204,7 @@ namespace BasisClasses
12041204
"rcylmin",
12051205
"rcylmax",
12061206
"acyl",
1207-
"ascl",
1207+
"bias",
12081208
"hcyl",
12091209
"sech2",
12101210
"snr",
@@ -1417,7 +1417,7 @@ namespace BasisClasses
14171417
EVEN_M = false;
14181418
cmapR = 1;
14191419
cmapZ = 1;
1420-
mtype = "exponential";
1420+
mtype = "ExpSphere";
14211421
dtype = "exponential";
14221422
vflag = 0;
14231423

@@ -1578,7 +1578,7 @@ namespace BasisClasses
15781578
// generate the EOF basis. If "deproject" is set, this will be
15791579
// overriden in EmpCylSL.
15801580
//
1581-
EmpCylSL::mtype = EmpCylSL::Exponential;
1581+
EmpCylSL::mtype = EmpCylSL::ExpSphere; // Default
15821582
if (mtype.compare("exponential")==0)
15831583
EmpCylSL::mtype = EmpCylSL::Exponential;
15841584
else if (mtype.compare("expsphere")==0)

0 commit comments

Comments
 (0)