~nickpapior/siesta/tddft-work

« back to all changes in this revision

Viewing changes to Src/ts_init.F90

  • Committer: Rafi Ullah
  • Date: 2017-09-27 12:02:36 UTC
  • mfrom: (611.1.22 trunk)
  • Revision ID: rraffiu@gmail.com-20170927120236-68zal54nt0bu1jxp
Merged with trunk-633

Show diffs side-by-side

added added

removed removed

Lines of Context:
128
128
          if ( .not. is_fixed(ia) ) then
129
129
             call die('All buffer atoms *MUST* be &
130
130
                  &fixed while doing transiesta geometry optimizations. &
131
 
                  &Please correct constraints on buffer atoms.')
 
131
                  &Please correct Geometry.Constraints for buffer atoms.')
132
132
          end if
133
133
       end do
134
134
       do i = 1 , N_Elec
138
138
                  .or. is_fixed(ia) ) ) then
139
139
                call die('All electrode atoms *MUST* be &
140
140
                     &fixed while doing transiesta geometry optimizations. &
141
 
                     &Please correct electrodes.')
 
141
                     &Please correct Geometry.Constraints for electrode atoms.')
142
142
             end if
143
143
          end do
144
144
       end do