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