Skip to content

Commit fd7cfb9

Browse files
authored
Merge pull request #10 from jw3/fix_typo
Fix matlab reader ReaderType
2 parents 909408a + 70c5284 commit fd7cfb9

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)