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