Commits

Elena Pourmal committed b6c10b6bbfc
[svn-r11422] Purpose: Bug fix/ SX6 port Description: Fortran array was passed directly to a C function. Since size of fortran INTEGER is bigger than size of C int on SX-6 with -ew switch, the passed data was wrong. Solution: Copy Fortran array to the appropriate C array. Platforms tested: SX-6 ; trivial change Misc. update: