Skip to content

Commit

Permalink
added pragma once statements to .h files
Browse files Browse the repository at this point in the history
  • Loading branch information
achael committed Feb 2, 2022
1 parent f67c543 commit 8f8b748
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions choices.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/*! \file ko.h
\brief default choices
*/
#pragma once

#define RESTARTGENERALINDICES

Expand Down
1 change: 1 addition & 0 deletions ko.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/*! \file ko.h
\brief constants, variables, and function definitions
*/
#pragma once

//small and big numbers
#define SMALL 1.e-80
Expand Down
1 change: 1 addition & 0 deletions mdefs.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
*************************************************************************/
#pragma once

/* C language definitions for use with Mathematica output */

Expand Down
1 change: 1 addition & 0 deletions mnemonics.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/*! \file ko.h
\brief mnemonics for various indices
*/
#pragma once

//rad or hydro
#define RAD 1
Expand Down
1 change: 1 addition & 0 deletions problem.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
//KORAL - problem.h
//choice of the problem plus some definitions
#pragma once

//available problems:

Expand Down

0 comments on commit 8f8b748

Please sign in to comment.