You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I changed the gendisk (initial.cc) parameters to be consistent with our new parameter choices.
I added a gendisk2d (initial2.cc) which is a port of initial.cc of DiskHalo.cc to use the flat disk eof evaluator (BiorthCyl.cc) rather than the 3d eof (EmpCylSL.cc).
This is an interim solution. A better strategy would be an overall of the entire gendisk system to include:
An arbitrary number of components
A class hierarchy that fits all cylindrical and spherical components into a single framework to eliminate the duplication between the 2d and 3d disks.
The text was updated successfully, but these errors were encountered:
initial.cc
ofDiskHalo.cc
to use the flat disk eof evaluator (BiorthCyl.cc
) rather than the 3d eof (EmpCylSL.cc
).This is an interim solution. A better strategy would be an overall of the entire gendisk system to include:
The text was updated successfully, but these errors were encountered: