Commit 9370e07b authored by Mathias Chouet's avatar Mathias Chouet :spaghetti: Committed by Mathias Chouet
Browse files

Structures: first analytical param is always Q

Showing with 3 additions and 0 deletions
+3 -0
...@@ -342,4 +342,7 @@ export abstract class Structure extends ChildNub { ...@@ -342,4 +342,7 @@ export abstract class Structure extends ChildNub {
}; };
} }
public getFirstAnalyticalParameter() {
return this.prms.Q;
}
} }
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