clear_log Subroutine

public subroutine clear_log()

Arguments

None

Called by

proc~~clear_log~~CalledByGraph proc~clear_log clear_log proc~setup setup proc~setup->proc~clear_log proc~setup~7 setup proc~setup~7->proc~clear_log proc~teardown~4 tearDown proc~teardown~4->proc~clear_log proc~test_finalize_children test_finalize_children proc~test_finalize_children->proc~setup proc~test_full_run_sequence test_full_run_sequence proc~test_full_run_sequence->proc~setup~7 proc~test_init_children test_init_children proc~test_init_children->proc~setup proc~test_mapl_runchild test_MAPL_RunChild proc~test_mapl_runchild->proc~setup proc~test_mapl_runchild_other_phase test_MAPL_RunChild_other_phase proc~test_mapl_runchild_other_phase->proc~setup proc~test_wasfinal test_wasfinal proc~test_wasfinal->proc~setup~7 proc~test_wasinit test_wasinit proc~test_wasinit->proc~setup~7 proc~test_wasinit->proc~teardown~4 proc~test_wasrun_1 test_wasrun_1 proc~test_wasrun_1->proc~setup~7 proc~test_wasrun_1->proc~teardown~4 proc~test_wasrun_extra test_wasrun_extra proc~test_wasrun_extra->proc~setup~7 proc~test_wasrun_extra->proc~teardown~4

Source Code

   subroutine clear_log()
      if (allocated(log)) deallocate(log)
   end subroutine clear_log