From da419c548e4ea07b39994c0ea01b7fa1f1ec9e44 Mon Sep 17 00:00:00 2001 From: ignis Date: Fri, 14 Jun 2019 19:57:18 +0900 Subject: [PATCH] made main_lb public --- code/post.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/post.f90 b/code/post.f90 index 37fcda6..01336e3 100644 --- a/code/post.f90 +++ b/code/post.f90 @@ -14,7 +14,7 @@ REAL, DIMENSION(:,:,:,:), ALLOCATABLE :: old_scalar, new_scalar - PUBLIC :: main + PUBLIC :: main, main_lb CONTAINS SUBROUTINE main