// calls laplace function #include #include #include "Gaussian_matrixFill.h" int main( int argc, char** argv ) { laplace2D(); // implements "press any key to continue..." // non portable - Windows specific function printf("\n"); system("pause"); return 0; }