Skip to content

Commit

Permalink
convertECL supports converting .LGR to .FLGR and vice versa
Browse files Browse the repository at this point in the history
  • Loading branch information
arturcastiel committed Oct 4, 2024
1 parent 8e45fb7 commit 572116c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test_util/convertECL.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ int main(int argc, char **argv)
{".UNRST" , ".FUNRST" },
{".RFT" , ".FRFT" },
{".ESMRY" , ".FESMRY" },
{".LGR" , ".FLGR"},
};

const std::map<std::string, std::string> to_binary {
Expand All @@ -243,6 +244,7 @@ int main(int argc, char **argv)
{".FUNRST" , ".UNRST" },
{".FRFT" , ".RFT" },
{".FESMRY" , ".ESMRY" },
{".FLGR" , ".LGR"},
};

std::string output_fname{};
Expand Down

0 comments on commit 572116c

Please sign in to comment.