Skip to content

Commit 70c5284

Browse files
committed
fix typo on matlab reader
1 parent 909408a commit 70c5284

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core-scala/src/main/scala/io/pdal/pipeline/PipelineExpressions.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ case class Ilvis2Read(
107107
case class MatlabRead(
108108
filename: String,
109109
struct: Option[String] = None, // [default: PDAL]
110-
`type`: ReaderType = ReaderTypes.mbio
110+
`type`: ReaderType = ReaderTypes.matlab
111111
) extends PipelineExpr
112112

113113
@ConfiguredJsonCodec

0 commit comments

Comments
 (0)