Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
p-costa committed Nov 25, 2022
1 parent 4a03028 commit 6f657b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.f90
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ program snac
#else
if(myid == 0) write(stderr,*) 'ERROR: there can be only one FFT direction; check the pre-processor flags.'
if(myid == 0) write(stderr,*) 'Aborting...'
call MPI_FINALIZE
call MPI_FINALIZE()
error stop
#endif
call test_sanity_fft(dims(idir),ng(idir),lmin(idir),lmax(idir),gr(idir))
Expand Down

0 comments on commit 6f657b4

Please sign in to comment.