incomp-flame-post/code/test.f90
2019-04-01 15:12:36 +09:00

11 lines
253 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 post
USE Compact
CALL main
END PROGRAM