Skip to content

Commit

Permalink
Merge pull request #1034 from NREL/name-enumeration-for-htf-properties
Browse files Browse the repository at this point in the history
name HTF props enumeration
  • Loading branch information
tyneises authored Jun 12, 2023
2 parents c5d0412 + 0f168a0 commit c72cfab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tcs/htf_props.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class HTFProperties
HTFProperties();

// The absolute value of these matter because we need to pass them in from SAM UI & cmods
enum {
enum E_HTF_PROPS {
Air = 1,
Stainless_AISI316,
Water_liquid,
Expand Down

0 comments on commit c72cfab

Please sign in to comment.