Skip to content

Commit

Permalink
#44 fix typo if definitely a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexJamesWright committed Mar 30, 2021
1 parent d3db71a commit 2fe4c08
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 2fe4c08

Please sign in to comment.