Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions src/include/chunkedArray.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ class ChunkedArray
int getChunkSize();
void setDirection( int dir );
void setCoords( double *X );
double getValue(int i, int j,int k, int index) const;
#if ( PITTPACKACC )
#pragma acc routine
#endif
ChunkedArray operator+(const ChunkedArray& b);

// void print();
#if ( PITTPACKACC )
#pragma acc routine
Expand Down