Skip to content

Commit

Permalink
some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
longemen3000 committed Nov 13, 2020
1 parent 18d7fdb commit d921a58
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/ThermoState.jl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ include("fromspecs_props.jl")



#Spec Dispatch Types
#Spec types
export Spec,ThermodynamicState,VariableSpec

Expand Down Expand Up @@ -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

0 comments on commit d921a58

Please sign in to comment.