Skip to content

Commit

Permalink
Merge pull request #5422 from ComputeCanada/fix-openfoam-url
Browse files Browse the repository at this point in the history
OpenFoam versions 4 and above are not on openfoam.com but on openfoam…
  • Loading branch information
boegel committed Feb 6, 2018
2 parents 29141e1 + 925f796 commit a596e93
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
@@ -1,7 +1,7 @@
name = 'OpenFOAM'
version = '4.0'

homepage = 'http://www.openfoam.com/'
homepage = 'http://www.openfoam.org/'
description = """OpenFOAM is a free, open source CFD software package.
OpenFOAM has an extensive range of features to solve anything from complex fluid flows
involving chemical reactions, turbulence and heat transfer,
Expand Down
@@ -1,7 +1,7 @@
name = 'OpenFOAM'
version = '4.0'

homepage = 'http://www.openfoam.com/'
homepage = 'http://www.openfoam.org/'
description = """OpenFOAM is a free, open source CFD software package.
OpenFOAM has an extensive range of features to solve anything from complex fluid flows
involving chemical reactions, turbulence and heat transfer,
Expand Down
@@ -1,7 +1,7 @@
name = 'OpenFOAM'
version = '4.1'

homepage = 'http://www.openfoam.com/'
homepage = 'http://www.openfoam.org/'
description = """OpenFOAM is a free, open source CFD software package.
OpenFOAM has an extensive range of features to solve anything from complex fluid flows
involving chemical reactions, turbulence and heat transfer,
Expand Down
@@ -1,7 +1,7 @@
name = 'OpenFOAM'
version = '4.1'

homepage = 'http://www.openfoam.com/'
homepage = 'http://www.openfoam.org/'
description = """OpenFOAM is a free, open source CFD software package.
OpenFOAM has an extensive range of features to solve anything from complex fluid flows
involving chemical reactions, turbulence and heat transfer,
Expand Down

0 comments on commit a596e93

Please sign in to comment.