Fixed a few additional header file issues in examples
This commit is contained in:
parent
4542bf0941
commit
0b322c9960
@ -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"
|
||||
|
||||
|
||||
@ -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"
|
||||
|
||||
|
||||
@ -20,6 +20,9 @@
|
||||
*/
|
||||
|
||||
#include <complex.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <math.h>
|
||||
#include "HYPRE_sstruct_ls.h"
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user