2cceba7230
case still compile properly, even though these bindings were wrong. :-( - Both interface functions are necessary. - I accidentally had a subroutine interface named the same thing as the back-end F77 function -- a definite no-no. Ensure that all F90 interface functions have a suffix to make them different than the back-end F77 function names. - Also parameterize the output() subroutine on the type of the argvs parameter to switch between the character arrays and the integer. This commit was SVN r9202.