Skip to content
Snippets Groups Projects
Commit fd94abe1 authored by andy's avatar andy
Browse files

BUG: Corrected units of mu0

parent 93013731
Branches
Tags
No related merge requests found
......@@ -44,7 +44,7 @@ const Foam::dimensionedScalar Foam::constant::electromagnetic::mu0
dimensionedScalar
(
"mu0",
dimensionSet(1, 2, -1, 0, 0, -2, 0),
dimensionSet(1, 1, -2, 0, 0, -2, 0),
4.0*constant::mathematical::pi*1e-07
)
)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment