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

Public getter for ParamDefinition.unit field

parent f7ee9ab9
No related branches found
No related tags found
No related merge requests found
......@@ -145,6 +145,10 @@ export class ParamDefinition implements INamedIterableValues, IObservable {
return this.nubUid + "_" + this._symbol;
}
public get unit(): string {
return this._unit;
}
/**
* pointer to the ComputeNode (usually Nub) that uses the ParamsEquation that
* uses this ParamDefinition; for Section params, this means the Nub enclosing
......
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