Skip to content

Commit

Permalink
fix flo2d extention (#398)
Browse files Browse the repository at this point in the history
  • Loading branch information
vcloarec authored Jan 11, 2022
1 parent 5a28fda commit 8149b1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mdal/frmts/mdal_flo2d.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -996,7 +996,7 @@ MDAL::DriverFlo2D::DriverFlo2D()
: Driver(
"FLO2D",
"Flo2D",
"*.nc;;*.DAT",
"*.nc;;*.DAT;;*.OUT",
Capability::ReadMesh | Capability::ReadDatasets | Capability::WriteDatasetsOnFaces )
{

Expand Down

0 comments on commit 8149b1b

Please sign in to comment.