Skip to content

Commit

Permalink
SOF-6892: include headers prop
Browse files Browse the repository at this point in the history
  • Loading branch information
pranabdas committed Nov 7, 2023
1 parent a2b9da6 commit 4a58f3d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/include/non-scalar/hubbard_parameters.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@ export class HubbardParametersProperty extends Property {
get values() {
return this.prop("values");
}

get headers() {
return this.prop("headers");
}
}

0 comments on commit 4a58f3d

Please sign in to comment.