static char help[] = "Tests PetscGetFullPath().\n\n"; #include /* for windows - fix up path - so that we can do diff test */ PetscErrorCode path_to_unix(char filein[]) { PetscErrorCode ierr; size_t i,n; PetscFunctionBegin; ierr = PetscStrlen(filein,&n);CHKERRQ(ierr); for (i=0; i