Skip to content

Commit

Permalink
Merge pull request #13 from thiagoferreira53/uniform_error
Browse files Browse the repository at this point in the history
Fixed Flag value on Uniform.R
  • Loading branch information
GerritHoogenboom committed Apr 2, 2024
2 parents 139a26d + 3c2b2b3 commit e62b9c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Uniform.r
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ if (GLUEFlag==1)
{
Minimum=as.numeric(DefaultValue[i])
Maximum=as.numeric(DefaultValue[i])
} else if (Flag=="P")
} else if (Flag=="G")
{
Minimum=as.numeric(DefaultValue[i])
Maximum=as.numeric(DefaultValue[i])
Expand Down

0 comments on commit e62b9c4

Please sign in to comment.