Skip to content

Commit

Permalink
Merge pull request #46 from AlexJamesWright/bugfix-#44
Browse files Browse the repository at this point in the history
#44 fix typo if definitely a typo
  • Loading branch information
AlexJamesWright committed Apr 14, 2021
2 parents d3db71a + 2fe4c08 commit 6392482
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Project/CPU/Include/initFuncFromCheckpoint.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef INITFUNCFROMCHECKPOINT_H
#define INITFUNCFROMCHCKPOINT_H
#define INITFUNCFROMCHECKPOINT_H

#include "simData.h"
#include "initFunc.h"
Expand Down
2 changes: 1 addition & 1 deletion Project/CPU/Include/parallelInitFuncFromCheckpoint.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef PARALLELINITFUNCFROMCHECKPOINT_H
#define PARALLELINITFUNCFROMCHCKPOINT_H
#define PARALLELINITFUNCFROMCHECKPOINT_H

#include "simData.h"
#include "initFunc.h"
Expand Down
2 changes: 1 addition & 1 deletion Project/GPU/Include/initFuncFromCheckpoint.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef INITFUNCFROMCHECKPOINT_H
#define INITFUNCFROMCHCKPOINT_H
#define INITFUNCFROMCHECKPOINT_H

#include "simData.h"
#include "initFunc.h"
Expand Down
2 changes: 1 addition & 1 deletion Project/GPU/Include/parallelInitFuncFromCheckpoint.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef PARALLELINITFUNCFROMCHECKPOINT_H
#define PARALLELINITFUNCFROMCHCKPOINT_H
#define PARALLELINITFUNCFROMCHECKPOINT_H

#include "simData.h"
#include "initFunc.h"
Expand Down

0 comments on commit 6392482

Please sign in to comment.