Skip to content
Snippets Groups Projects
Commit 334d717d authored by Mathias Chouet's avatar Mathias Chouet
Browse files

Fix bug in PAR warning message

parent d3edd019
No related branches found
No related tags found
No related merge requests found
......@@ -45,6 +45,7 @@ export abstract class ParTypeSC extends ParTypeAbstract {
messages.push(m);
} else if (this.prms.S.v > 0.16) {
const m = new Message(MessageCode.WARNING_PAR_S);
m.extraVar.max = 0;
m.extraVar.max = 0.16;
messages.push(m);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment