The Gravity Fidelity Manager model directly assigns the degree and order in GravityFidelityManager::update() but JEOD explicitly calls out those variables as potentially being non-public in the future. Use the set_degree_order() method to set them instead.
Unrelated, but this model also needs to be able to set the gradient degree and order as well. We're working on an extension for the SR-1 project that will likely be folded into this model in the future.
The Gravity Fidelity Manager model directly assigns the degree and order in
GravityFidelityManager::update()but JEOD explicitly calls out those variables as potentially being non-public in the future. Use theset_degree_order()method to set them instead.Unrelated, but this model also needs to be able to set the gradient degree and order as well. We're working on an extension for the SR-1 project that will likely be folded into this model in the future.