Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Gauthier Quesnel
irritator
Commits
a76c546a
Commit
a76c546a
authored
Aug 20, 2020
by
Gauthier Quesnel
Browse files
gui: fix status to string function
parent
083f6b5d
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/gui/node-editor.hpp
View file @
a76c546a
...
@@ -51,25 +51,19 @@ status_string(const status s) noexcept
...
@@ -51,25 +51,19 @@ status_string(const status s) noexcept
"model_connect_bad_dynamics"
,
"model_connect_bad_dynamics"
,
"model_adder_empty_init_message"
,
"model_adder_empty_init_message"
,
"model_adder_bad_init_message"
,
"model_adder_bad_init_message"
,
"model_adder_bad_external_message"
,
"model_mult_empty_init_message"
,
"model_mult_empty_init_message"
,
"model_mult_bad_init_message"
,
"model_mult_bad_init_message"
,
"model_mult_bad_external_message"
,
"model_integrator_dq_error"
,
"model_integrator_dq_error"
,
"model_integrator_X_error"
,
"model_integrator_X_error"
,
"model_integrator_internal_error"
,
"model_integrator_internal_error"
,
"model_integrator_output_error"
,
"model_integrator_output_error"
,
"model_integrator_running_without_x_dot"
,
"model_integrator_running_without_x_dot"
,
"model_integrator_ta_with_bad_x_dot"
,
"model_integrator_ta_with_bad_x_dot"
,
"model_integrator_bad_external_message"
,
"model_quantifier_bad_quantum_parameter"
,
"model_quantifier_bad_quantum_parameter"
,
"model_quantifier_bad_archive_length_parameter"
,
"model_quantifier_bad_archive_length_parameter"
,
"model_quantifier_shifting_value_neg"
,
"model_quantifier_shifting_value_neg"
,
"model_quantifier_shifting_value_less_1"
,
"model_quantifier_shifting_value_less_1"
,
"model_quantifier_bad_external_message"
,
"model_cross_bad_external_message"
,
"model_time_func_bad_init_message"
,
"model_time_func_bad_init_message"
,
"model_accumulator_bad_external_message"
,
"gui_not_enough_memory"
,
"gui_not_enough_memory"
,
"io_file_format_error"
,
"io_file_format_error"
,
"io_file_format_model_error"
,
"io_file_format_model_error"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment