11 lines
253 B
Fortran
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
|