Skip to content

Commit 72fcf36

Browse files
committed
Merge branch 'master' of github.com:cascala/galileo
2 parents 3db1ba4 + 1572b59 commit 72fcf36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/scala/tensor/CoordinateTransformation.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class CoordinateTransformationTest extends FunSuite {
1818
val z = Product( r, CosF1( omega ) )
1919

2020
// Transformation matrix
21-
val Lambda = Tensor.TransformationMatrix(
21+
val Lambda = Tensor.transformationMatrix(
2222
List( x, y, z ), // old coords, unprimed
2323
List( r, omega, phi ) // new coords, primed
2424
)

0 commit comments

Comments
 (0)