Commit a6a7315c authored by Dorchies David's avatar Dorchies David
Browse files

Close #18 : ajout extraVar à Result

Showing with 3 additions and 0 deletions
+3 -0
......@@ -7,6 +7,9 @@ export class Result {
/** Valeur calculée */
private _vCalc: number;
/** Calculs intermédiaires ou supplémentaires, flags de calcul */
public extraVar: { [key: string]: any };
private _message: Message;
constructor(v: number, e: Message = undefined) {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment