mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-04-01 03:00:13 -04:00
Fixed C# example file problem with enum
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
This commit is contained in:
@@ -9,7 +9,7 @@ namespace ConsoleApplication1
|
||||
static void Main(string[] args)
|
||||
{
|
||||
AbstractState State = AbstractState.factory("HEOS","Water");
|
||||
State.update((int)input_pairs.PT_INPUTS, 1e5, 300);
|
||||
State.update(input_pairs.PT_INPUTS, 1e5, 300);
|
||||
double hmol = State.hmolar();
|
||||
Console.Write("Hmol: " + hmol + " J/kg" + "\n");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user