00001 # this test uses variables with invalid types in dimension expressions 00002 00003 SUBROUTINE vpass_int(INOUT int ivec[n], IN scomplex n, 00004 INOUT int ivec2[n2], IN dcomplex n2, 00005 INOUT int ivec3[n3], IN int n3) 00006 "Does nothing...just for testing performance of argument sending." 00007 LANGUAGE = "C" 00008 LIBS = "-L$(top_builddir)/problems/passing -lpass" 00009 COMPLEXITY = "1.0" 00010 MAJOR="ROW"
1.6.3-20100507