integer function fdds_openpr(pname, id)
NOTE: The RCS Id is a Revision Control Sysem keyword (CVS, RCS or Subversion). However, this parameters is really no longer used if the DDS Application makefiles are used. Instead, a svn_version.c file is created in the object directory and built into the code with the current subversion revision number. That way the revision number in the code will always reflect the latest revision number.
character*4 prog
character*(DICTNAME_MAX) in_dict
parameter (prog='FILT')
integer ier,ofst,pct
real si,angle
...
ier=fdds_openpr(prog, '$Id: openpr.html 57 2009-02-11 23:09:37Z ehlersjw $')
if (ier .gt. 0) then
call help()
stop
endif
fdds_savepr Redirect to printfile
fdds_prthdr Print header
fdds_sprintf Print to string
fdds_prtmsg Print a message
fdds_prtcon Print to console
fdds_prterr Print error message
fdds_errors Query errors
fdds_info Control printing
fdds_closepr Close printfile