Skip to content

Commit

Permalink
re-enable cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasm91 committed Dec 3, 2024
1 parent ee82a4c commit 894ba2e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/transi/transi_test_program.c
Original file line number Diff line number Diff line change
Expand Up @@ -330,14 +330,10 @@ int main ( int arc, char **argv )
free(nfrom);
free(nto);

#ifndef GPU_VERSION
// This can be enabled again for GPU_VERSION once PR #151
// (https://github.com/ecmwf-ifs/ectrans/pull/151) is merged!
fprintf(stderr,"cleanup");
trans_delete(&trans);

trans_finalize();
#endif

//fprintf(stderr,"transi finished\n");
return 0;
Expand Down

0 comments on commit 894ba2e

Please sign in to comment.