~albertog/siesta/4.0-aiida

« back to all changes in this revision

Viewing changes to Src/fft1d.F

  • Committer: Alberto Garcia
  • Date: 2017-03-08 09:53:39 UTC
  • Revision ID: albertog@icmab.es-20170308095339-nesuqr20xmacj4ru
Remove cml dependency in SiestaXC

Show diffs side-by-side

added added

removed removed

Lines of Context:
143
143
      ENDDO
144
144
      if (Ionode)
145
145
     $    write(6,*) 'NFFT: NO SUITABLE INTEGER FOUND FOR N =', NMIN
146
 
      call die()
 
146
      call die("see above")
147
147
      END SUBROUTINE nfft
148
148
 
149
149