Skip to content
Snippets Groups Projects
Commit 3e74da53 authored by mathias.chouet's avatar mathias.chouet
Browse files

Màj README.md

parent a604e153
No related branches found
No related tags found
1 merge request!42Resolve "Ajout des modules PAB "chute" et "nombre de bassins""
......@@ -106,6 +106,9 @@ Custom Material SVG Icons will only show up when the application is deployed on
export class Toto extends Nub {
constructor(prms: TotoParams, dbg: boolean = false) {
super(prms, dbg);
// paramètre à calculer par défaut
this._defaultCalculatedParam = prms.A;
this.resetDefaultCalculatedParam();
}
/**
......
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