Skip to content

Commit

Permalink
add natoms_groups to JobackIdeal
Browse files Browse the repository at this point in the history
  • Loading branch information
longemen3000 committed Mar 4, 2023
1 parent ca08899 commit de18976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/ideal/JobackIdeal.jl
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ JobackIdeal

function JobackIdeal(components;userlocations=String[], verbose=false, kwargs...)
groups = GroupParam(components,["ideal/JobackIdeal_Groups.csv"], verbose=verbose)
params = getparams(groups, ["ideal/JobackIdeal.csv","properties/molarmass_groups.csv"]; userlocations=userlocations, verbose=verbose)
params = getparams(groups, ["ideal/JobackIdeal.csv","properties/molarmass_groups.csv","properties/natoms_groups.csv"]; userlocations=userlocations, verbose=verbose)
Mw = params["Mw"]::SingleParam{Float64}
N_a = params["N_a"]::SingleParam{Int}
T_c = params["T_c"]::SingleParam{Float64}
Expand Down

0 comments on commit de18976

Please sign in to comment.