Fixed a few additional header file issues in examples

This commit is contained in:
Rob Falgout 2020-06-02 10:45:39 -07:00
parent 4542bf0941
commit 0b322c9960
3 changed files with 9 additions and 0 deletions

View File

@ -19,6 +19,9 @@
Description: This code solves an "NDIM-D Laplacian" using CG.
*/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include "HYPRE_struct_ls.h"

View File

@ -19,6 +19,9 @@
Description: This code solves an "NDIM-D Laplacian" using CG.
*/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include "HYPRE_sstruct_ls.h"

View File

@ -20,6 +20,9 @@
*/
#include <complex.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include "HYPRE_sstruct_ls.h"