Skip to content
Snippets Groups Projects
Commit f44daed2 authored by Albin Heimerson's avatar Albin Heimerson
Browse files

Fix tf strings for printing

parent c3f6d531
Branches
No related tags found
1 merge request!2Add functionality for AK
......@@ -207,7 +207,7 @@ mod pole_position_app {
fn parameter_sliders(&mut self, ui: &mut Ui) {
match self.order {
Order::First => {
ui.heading("G(s) = 1/(sT - 1)");
ui.heading("G(s) = 1/(sT + 1)");
ui.add(
egui::Slider::new(&mut self.fo.T, self.fo.T_lower..=self.fo.T_upper)
.text("T")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment