search for: dog_dog

Displaying 1 result from an estimated 1 matches for "dog_dog".

2001 Oct 11
3
Underscores and Fortran code
...nload.c. Any suggestions are welcome. Am I missing anything? To save typing for anyone that want's to try this at home, I've appended a simple test case below. -- Brett Presnell Department of Statistics University of Florida http://www.stat.ufl.edu/~presnell/ dog1.f: subroutine dog_dog(x,y,z) implicit none double precision x,y,z z = x+y return end dog2.f: subroutine dogidog(x,y,z) implicit none double precision x,y,z z = x+y return end After bash$ R CMD SHLIB dog1.f bash$ R CMD SHLIB dog2.f note the symbols...