Skip to content

Commit 8596234

Browse files
committed
rm a func in grid.h from my debugging adventure
whoops. aether doesn't need this lol
1 parent eeba18f commit 8596234

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

include/grid.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -262,9 +262,6 @@ class Grid
262262
// int16_t nLats,
263263
precision_t spacing_factor);
264264

265-
266-
void saveCubeToCSV(arma_cube cube, std::string filename);
267-
268265
// Update ghost cells with values from other processors
269266
void exchange(arma_cube &data, const bool pole_inverse);
270267

0 commit comments

Comments
 (0)