Skip to content

Commit eb028b5

Browse files
committed
changed nmemonics -> mnemonics
1 parent 2710478 commit eb028b5

14 files changed

+16
-16
lines changed

defs.general.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ int BEGINOPENMPSHAREDLIST;
66
#include "mpidefs.h"
77

88

9-
#include "kazfulleos.defsglobalprivate.h" // put here so OpenMP private globals are defined before global.nondepnmemonics.h sets up thread private pragma's
9+
#include "kazfulleos.defsglobalprivate.h" // put here so OpenMP private globals are defined before global.nondepmnemonics.h sets up thread private pragma's
1010

1111

1212

dump.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
2929
2) set_array???.c : shift variable if necessary (follow examples)
3030
31-
3) global.nondepnmemonics.h : change NUMDUMPTYPES and add label and add to MYDUMPNAMELIST
31+
3) global.nondepmnemonics.h : change NUMDUMPTYPES and add label and add to MYDUMPNAMELIST
3232
3333
4) global.???.h change NUMDUMPTYPES and add another entry if want separate timing of output
3434
@@ -249,7 +249,7 @@ void init_dnumcolumns_dnumversion(void)
249249

250250

251251

252-
trifprintf("dump number of columns(see global.nondepnmemonics.h)\n");
252+
trifprintf("dump number of columns(see global.nondepmnemonics.h)\n");
253253
for(i=0;i<NUMDUMPTYPES;i++){
254254
trifprintf("%s dnumcolumns[%d]=%d\n",dumpnamelist[i],i,dnumcolumns[i]);
255255
}

generatenprs.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#include <stdio.h>
22

33
#include "global.realdef.h"
4-
#include "global.nondepnmemonics.h"
4+
#include "global.nondepmnemonics.h"
55
#include "definit.h"
66
#include "init.h"
77

File renamed without changes.

global.general.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848

4949
// all pure nmenomics that don't depend upon anything else but what's inside file
5050
// Doesn't even depend upon N?, N?M, or N?BND, etc.
51-
#include "global.nondepnmemonics.h"
51+
#include "global.nondepmnemonics.h"
5252

5353
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
5454
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
@@ -74,10 +74,10 @@
7474

7575
// define nmenomics that depend on other mnemonics
7676
// Must not make storage items
77-
#include "global.depnmemonics.h"
77+
#include "global.depmnemonics.h"
7878

7979
// Determines how we store arrays and how we loop
80-
// Depends upon N?,N?BND,SHIFT? created in global.depnmemonics.h
80+
// Depends upon N?,N?BND,SHIFT? created in global.depmnemonics.h
8181
#include "global.storage.h"
8282

8383
// UP TO THIS POINT SHOULD NOT CREATE MEMORY ITEMS that depend upon grid sizes, since depend upon global.storage.h setting the storage sizes

global.jon_interp.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
#include "global.realdef.h"
136136

137137
#include "coord.h"
138-
#include "global.nondepnmemonics.h"
138+
#include "global.nondepmnemonics.h"
139139
#include "definit.h"
140140

141141
#define POSDEFMETRIC 0
@@ -220,7 +220,7 @@
220220

221221

222222

223-
#include "global.depnmemonics.h"
223+
#include "global.depmnemonics.h"
224224
#include "global.storage.h"
225225
#include "global.loops.h"
226226

File renamed without changes.

initbase.boundloop.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ void set_numbnd(int boundvartype, int *numbnd, int *numnpr)
135135

136136
// the resulting shifts should include shift due to GRIDSECTION *and* due to normal boundaries
137137
// so specifies really is,ie,js,je,ks,ke for normal loop
138-
// boundvartype is one of NUMBOUNDTYPES in global.nondepnmemonics.h
138+
// boundvartype is one of NUMBOUNDTYPES in global.nondepmnemonics.h
139139
// This sets up both LOOPBOUND?IN loops *and* LOOPX?dir loops
140140
// Notes:
141141
// 1) Assume set_boundloop() is called each time needed since BCs could change with time

kazfulleos.decsglobalprivate.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
////////////////
33
//
4-
// globals made private with OpenMP so thread safe reentrance in global.nondepnmemonics.h in definition OPENMPKAZEOSPRIVATE
4+
// globals made private with OpenMP so thread safe reentrance in global.nondepmnemonics.h in definition OPENMPKAZEOSPRIVATE
55
//
66
// variables need to keep so can quickly get EOS values if repeated input q1-q5
77
//

kazfulleos.defsglobalprivate.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
////////////////
33
//
4-
// globals made private with OpenMP so thread safe reentrance in global.nondepnmemonics.h in definition OPENMPKAZEOSPRIVATE
4+
// globals made private with OpenMP so thread safe reentrance in global.nondepmnemonics.h in definition OPENMPKAZEOSPRIVATE
55
//
66
// variables need to keep so can quickly get EOS values if repeated input q1-q5
77
//
File renamed without changes.
File renamed without changes.

mympi.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,16 @@
2525

2626

2727
// macros that depend on no other macros
28-
#include "mympi.global.nondepnmemonics.h"
28+
#include "mympi.global.nondepmnemonics.h"
2929

3030
// default settings
3131
#include "mympi.definit.h"
3232

33-
// always include these settings(must come after mympi.definit.h and mympi.global.nondepnmemonics)
33+
// always include these settings(must come after mympi.definit.h and mympi.global.nondepmnemonics)
3434
#include "global.mpi_grmhd_grray_liaison.h"
3535

3636
// macros, etc. that depend on other macros
37-
#include "mympi.global.depnmemonics.h"
37+
#include "mympi.global.depmnemonics.h"
3838

3939
// some MPI-related per-point loops
4040
#include "mympi.global.loops.h"

smcalc.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
#define SMALL 1E-300
2626
#define THIRD 0.3333333333333333333333333333333333L /* 1/3 */
2727

28-
#include "global.nondepnmemonics.h"
28+
#include "global.nondepmnemonics.h"
2929
#define WHICHPARA PARA4
3030
#include "para_and_paraenohybrid.h"
3131

0 commit comments

Comments
 (0)