source: CIVL/examples/fortran/nek5000/core/intp_usr.f

main
Last change on this file was ea777aa, checked in by Alex Wilton <awilton@…>, 3 years ago

Moved examples, include, build_default.properties, common.xml, and README out from dev.civl.com into the root of the repo.

git-svn-id: svn://vsl.cis.udel.edu/civl/trunk@5704 fb995dde-84ed-4084-dfe6-e5aef3e2452c

  • Property mode set to 100755
File size: 577 bytes
Line 
1 subroutine intp_setup(tolin)
2
3 call exitti('intp_setup is deprecated, see release notes!!$',1)
4
5 return
6 end
7c-----------------------------------------------------------------------
8 subroutine intp_do(fldout,fldin,nfld,xp,yp,zp,n,iwk,rwk,nmax,iflp)
9
10 call exitti('intp_do is deprecated, see release notes!!$',1)
11
12 return
13 end
14c-----------------------------------------------------------------------
15 subroutine intp_free()
16
17 call exitti('intp_free is deprecated, see release notes!!$',1)
18
19 return
20 end
Note: See TracBrowser for help on using the repository browser.