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