Skip to main content

Easyplplot example 1

Modules and classes

  • [[EasyPlplot]]

Usage

PROGRAM main
use easifemBase
use EasyPlplot_Utilities
integer( i4b ) :: ii, n

!!! note ""

  n = 1000
do ii = 1, n
call showProgress( "debug-1", real(ii, kind=DFP)/n )
end do
END PROGRAM main