Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
longemen3000 committed Jul 26, 2023
1 parent 05fe8d4 commit b5a4b56
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 7 deletions.
2 changes: 0 additions & 2 deletions src/models/cubic/alphas/KUAlpha.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ abstract type KUAlphaModel <: AlphaModel end

const KUAlphaParam = SimpleAlphaParam

SimpleAlphaParam

@newmodelsimple KUAlpha KUAlphaModel KUAlphaParam
export KUAlpha

Expand Down
2 changes: 1 addition & 1 deletion src/models/cubic/alphas/PR78Alpha.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
abstract type PR78AlphaModel <: AlphaModel end

struct PR78AlphaParam = SimpleAlphaParam
const PR78AlphaParam = SimpleAlphaParam

@newmodelsimple PR78Alpha PR78AlphaModel PR78AlphaParam
export PR78Alpha
Expand Down
2 changes: 1 addition & 1 deletion src/models/cubic/alphas/PRAlpha.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PRAlphaParam = SimpleAlphaParam
const PRAlphaParam = SimpleAlphaParam

@newmodelsimple PRAlpha SoaveAlphaModel PRAlphaParam
export PRAlpha
Expand Down
2 changes: 1 addition & 1 deletion src/models/cubic/alphas/PTVAlpha.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
abstract type PTVAlphaModel <: AlphaModel end

struct PTVAlphaParam = SimpleAlphaParam
const PTVAlphaParam = SimpleAlphaParam

@newmodelsimple PTVAlpha PTVAlphaModel PTVAlphaParam
export PTVAlpha
Expand Down
2 changes: 1 addition & 1 deletion src/models/cubic/alphas/RKPRAlpha.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
abstract type RKPRAlphaModel <: AlphaModel end

struct RKPRAlphaParam = SimpleAlphaParam
const RKPRAlphaParam = SimpleAlphaParam

@newmodelsimple RKPRAlpha RKPRAlphaModel RKPRAlphaParam
export RKPRAlpha
Expand Down
2 changes: 1 addition & 1 deletion src/models/cubic/alphas/soave.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
abstract type SoaveAlphaModel <: AlphaModel end

struct SoaveAlphaParam = SimpleAlphaParam
const SoaveAlphaParam = SimpleAlphaParam

@newmodelsimple SoaveAlpha SoaveAlphaModel SoaveAlphaParam
export SoaveAlpha
Expand Down

0 comments on commit b5a4b56

Please sign in to comment.