From a54215d02402016190054d64cf530f5d860ede10 Mon Sep 17 00:00:00 2001 From: Alex Selimov Date: Sat, 26 Jun 2021 15:59:16 -0400 Subject: [PATCH] Fix all_new option --- src/caller.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/caller.f90 b/src/caller.f90 index c948304..2eeca41 100644 --- a/src/caller.f90 +++ b/src/caller.f90 @@ -64,7 +64,7 @@ module caller arg_pos = arg_pos + 1 case('-norefine') arg_pos = arg_pos + 1 - case('all_new') + case('-all_new') arg_pos = arg_pos + 1 case('-orient') call orient_opt(arg_pos)