// unit test code for ../include/smooth.h #include #include "smooth_test.h" #include "../../include/config.h" void out_file(CUSTOMREAL* arr, std::string fname){ // output initial and final grid in file std::ofstream out_file; out_file.open(fname); for (int k=0; k