/**************************************************************** **** **** This file belongs with the course **** Introduction to Scientific Programming in C++/Fortran2003 **** copyright 2017/8 Victor Eijkhout eijkhout@tacc.utexas.edu **** **** arraypass.cxx : pass C array to function **** ****************************************************************/ #include using std::cout; //codesnippet arraypass void set_array( double *x,int size) { for (int i=0; i