Skip to content
Snippets Groups Projects
Commit a476687c authored by Thomas Uram's avatar Thomas Uram
Browse files

Rearrange for personal consistency

parent efb86c56
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ static char *FunctionName;
static char *FileName;
static int *LineNumber;
#pragma omp threadprivate(TotBytes,Base,Nblocks,Table,BlockSize,MovableFlag,BasePointers,VarName,FunctionName,FileName,LineNumber)
#pragma omp threadprivate(TotBytes,Base,Nblocks,BlockSize,Table,MovableFlag,BasePointers,VarName,FunctionName,FileName,LineNumber)
void mymalloc_init(void)
{
......
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