Skip to content
Snippets Groups Projects
Commit c2d51e4c authored by Adel Ejjeh's avatar Adel Ejjeh
Browse files

fixed parboil header file order

parent 331156e8
No related branches found
No related tags found
No related merge requests found
...@@ -16,9 +16,9 @@ ...@@ -16,9 +16,9 @@
#include <string.h> #include <string.h>
// includes, project // includes, project
#include "lbm_macros.h"
#include "layout_config.h" #include "layout_config.h"
#include "lbm.h" #include "lbm.h"
#include "lbm_macros.h"
/******************************************************************************/ /******************************************************************************/
......
...@@ -14,9 +14,9 @@ ...@@ -14,9 +14,9 @@
#include <sys/stat.h> #include <sys/stat.h>
#include <visc.h> #include <visc.h>
#include "lbm_macros.h"
#include "layout_config.h" #include "layout_config.h"
#include "lbm.h" #include "lbm.h"
#include "lbm_macros.h"
#include "main.h" #include "main.h"
#define AS_UINT(x) (*((unsigned *)&(x))) #define AS_UINT(x) (*((unsigned *)&(x)))
......
...@@ -12,12 +12,13 @@ ...@@ -12,12 +12,13 @@
* when reading doubles, otherwise errors will occur. * when reading doubles, otherwise errors will occur.
*/ */
#include "convert_dataset.h"
#include "mmio.h"
#include <math.h> #include <math.h>
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include "mmio.h"
#include "convert_dataset.h"
typedef struct _mat_entry { typedef struct _mat_entry {
int row, col; /* i,j */ int row, col; /* i,j */
float val; float val;
......
...@@ -14,9 +14,9 @@ ...@@ -14,9 +14,9 @@
#include <string.h> #include <string.h>
#include <visc.h> #include <visc.h>
#include "convert_dataset.h"
#include "file.h" #include "file.h"
#include "gpu_info.h" #include "gpu_info.h"
#include "convert_dataset.h"
#define WARP_BITS 5 #define WARP_BITS 5
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment