c$Id:$ subroutine uplot(ct) c * * F E A P * * A Finite Element Analysis Program c.... Copyright (c) 1984-2005: Robert L. Taylor c All rights reserved c-----[--.----+----.----+----.-----------------------------------------] c Purpose: c Inputs: c Outputs: c-----[--.----+----.----+----.-----------------------------------------] implicit none real*8 ct(3) write(*,*) ' *WARNING* No user plot available.' end