From d921a58f148a78ef210b82c391ae3f1b56b8064e Mon Sep 17 00:00:00 2001 From: longemen3000 Date: Thu, 12 Nov 2020 23:54:59 -0300 Subject: [PATCH] some comments --- src/ThermoState.jl | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/ThermoState.jl b/src/ThermoState.jl index 5ff8d05..5d481b9 100644 --- a/src/ThermoState.jl +++ b/src/ThermoState.jl @@ -16,7 +16,6 @@ include("fromspecs_props.jl") -#Spec Dispatch Types #Spec types export Spec,ThermodynamicState,VariableSpec @@ -44,8 +43,14 @@ export mass_fraction, mol_fraction export mass_number, mol_number export options, phase, quality, mass_vapor_fraction,mol_vapor_fraction export molecular_weight + +#macros export @to_units, @spec_str + +#state type for dispach export state_type + +#modules export Types,QuickStates,StatePoints end # module