incomp-flame-post/code/test.f90

16 lines
324 B
Fortran

! This code has been written since 2011.01.08
! This code is written by Dongkyu Lee (THDHRKDG)
! Purpose of this code is to postprocess results of stagnating DNS code
PROGRAM test
USE m_openmpi
USE post
USE Compact
CALL m_openmpi_init
CALL main
CALL m_openmpi_exit
END PROGRAM