Skip to content

Commit

Permalink
Merge branch 'master' of github.com:cascala/galileo
Browse files Browse the repository at this point in the history
  • Loading branch information
cascala committed Apr 21, 2018
2 parents 3db1ba4 + 1572b59 commit 72fcf36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/scala/tensor/CoordinateTransformation.scala
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class CoordinateTransformationTest extends FunSuite {
val z = Product( r, CosF1( omega ) )

// Transformation matrix
val Lambda = Tensor.TransformationMatrix(
val Lambda = Tensor.transformationMatrix(
List( x, y, z ), // old coords, unprimed
List( r, omega, phi ) // new coords, primed
)
Expand Down

0 comments on commit 72fcf36

Please sign in to comment.