c$Id:$ subroutine usetm3(prtu) 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: Dummy user mesh manipulation set routine c Inputs: c prtu - Flag, output results if true c Outputs: c none - Users are responsible for generating outputs c through common blocks, etc. See programmer c manual for example. c-----[--.----+----.----+----.-----------------------------------------] implicit none logical prtu end