forked from sanjayg0/feappv
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathumani11.f
32 lines (21 loc) · 809 Bytes
/
umani11.f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
!$Id:$
subroutine umani11
! * * F E A P * * A Finite Element Analysis Program
!.... Copyright (c) 1984-2024: Regents of the University of California
! All rights reserved
!-----[--.----+----.----+----.-----------------------------------------]
! Purpose: Dummy user mesh manipulation set routine
! Inputs:
! Outputs:
! none - Users are responsible for generating outputs
! through common blocks, etc. See programmer
! manual for example.
!-----[--.----+----.----+----.-----------------------------------------]
implicit none
include 'umac1.h'
logical :: pcomp
if (pcomp(uct,'ma11',4)) then
! uct = 'name'
else
end if
end subroutine umani11