Skip to content

Commit 59f8036

Browse files
author
Martin D. Weinberg
committed
Change defaults to ExpSphere in pyEXP
1 parent 4a24da4 commit 59f8036

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
@@ -1186,7 +1186,7 @@ namespace BasisClasses
11861186
"rcylmin",
11871187
"rcylmax",
11881188
"acyl",
1189-
"ascl",
1189+
"bias",
11901190
"hcyl",
11911191
"sech2",
11921192
"snr",
@@ -1402,7 +1402,7 @@ namespace BasisClasses
14021402
EVEN_M = false;
14031403
cmapR = 1;
14041404
cmapZ = 1;
1405-
mtype = "exponential";
1405+
mtype = "ExpSphere";
14061406
dtype = "exponential";
14071407
vflag = 0;
14081408

@@ -1563,7 +1563,7 @@ namespace BasisClasses
15631563
// generate the EOF basis. If "deproject" is set, this will be
15641564
// overriden in EmpCylSL.
15651565
//
1566-
EmpCylSL::mtype = EmpCylSL::Exponential;
1566+
EmpCylSL::mtype = EmpCylSL::ExpSphere; // Default
15671567
if (mtype.compare("exponential")==0)
15681568
EmpCylSL::mtype = EmpCylSL::Exponential;
15691569
else if (mtype.compare("expsphere")==0)

0 commit comments

Comments
 (0)