<div dir="ltr"><div dir="ltr">On Wed, Nov 11, 2020 at 5:01 PM Abhirup Patra <<a href="mailto:abhirupp@sas.upenn.edu">abhirupp@sas.upenn.edu</a>> wrote:</div><br><div>> Even with the underscore, the error remains the same</div><div><br></div><div class="gmail_quote"><div>Are you sure? This is the relevant piece of code. The error is issued in routine "errore":</div><div><br></div><div style="line-height:1.5">      SELECT CASE ( TRIM(ion_velocities) )<br>        CASE ('default')<br>          CONTINUE<br>        CASE ('change_step')<br>          dt_old_ = tolp<br>        CASE ('zero')<br>          tzerop_= .TRUE.<br>        CASE ('from_input')<br>          tv0rd_  = .TRUE.<br>          IF( .NOT. tavel  ) CALL errore(' iosys ', &<br>                               ' ION_VELOCITIES not present in stdin ', 1 )<br>        CASE ('random')<br>          tcap_ = .TRUE.<br>        CASE DEFAULT<br>          CALL errore(' control_flags ',' unknown ion_velocities '//TRIM(ion_velocities), 1 )<br>      END SELECT</div></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div>Paolo Giannozzi, Dip. Scienze Matematiche Informatiche e Fisiche,<br>Univ. Udine, via delle Scienze 208, 33100 Udine, Italy<br>Phone +39-0432-558216, fax +39-0432-558222<br><br></div></div></div></div></div></div>