FreeUSP Release 1.05 Patch 2
    This patch contains program fixes and enhancements as follows:


    • Ubuntu modifications -

      Modifications to gmake files, Makefiles, headers, and source code to support common GNU building under Ubuntu OS version 11.10.

    • Program clean -

      Fixed a problem with typing of subroutine big3r function.

    • Program fftar -
      Fixed a problem with variable typing in prony6p.F subroutines.

    • Program logsmooth -
      Declaration of name variable extended to needed length. Declared big3r function as integer type.


    To apply this update to FreeUSP:

      
      download the compressed tar file FreeUSP-1.05-2.tgz
      
      decompress that file onto disk:
      gunzip -c < FreeUSP-1.05-2.tgz > FreeUSP-1.05-2.tar
      extract the tar files to the source structure:
      cd ${FreeUSP} tar xvf FreeUSP-1.05-2.tar
      build & install the updated structure as specified in the original install instructions:
      cd ${DEPTROOT} gmake targets gmake install
    Back