From 8e6fd64478b45b7fd3fa27b46793d7e05731aee0 Mon Sep 17 00:00:00 2001 From: David Sagan Date: Tue, 10 Oct 2023 15:26:13 -0400 Subject: [PATCH] Fix cut command. --- tao/code/tao_command.f90 | 2 -- tao/version/tao_version_mod.f90 | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/tao/code/tao_command.f90 b/tao/code/tao_command.f90 index f9586cc40e..7a6a3e8fef 100644 --- a/tao/code/tao_command.f90 +++ b/tao/code/tao_command.f90 @@ -345,8 +345,6 @@ subroutine tao_command (command_line, err_flag, err_is_fatal) u%model%lat%particle_start%vec = 0 call tao_lattice_calc (ok) - return - !-------------------------------- ! DERIVATIVE diff --git a/tao/version/tao_version_mod.f90 b/tao/version/tao_version_mod.f90 index 71a53b4689..bdfec2ce40 100644 --- a/tao/version/tao_version_mod.f90 +++ b/tao/version/tao_version_mod.f90 @@ -6,5 +6,5 @@ !- module tao_version_mod -character(*), parameter :: tao_version_date = "2023/10/07 16:36:38" +character(*), parameter :: tao_version_date = "2023/10/10 11:50:30" end module