Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[photran] Commenting in FORTRAN IDE

Hello,
         Can any one answer this query?
 Say if i have a code fragment like this:
 
  integer :: ic,numX

! Ensures that log(0) won't occur
 xmin=10e-16

! Ensure that log(0) won't occur
 do ic=1,numX

 Is there any way i can comment all the above lines at once?
 if i select all the lines and use ctl+/ 
 photran does the following

! integer :: ic,numX

Ensures that log(0) won't occur
! xmin=10e-16

Ensure that log(0) won't occur
! do ic=1,numX

it will uncomment the commented lines and comment the uncommented lines.

Thanks
Reddy
--
-----------------------------------------------------
Dharmendar Reddy Palle
Graduate Student
Microelectronics Research center,
University of Texas at Austin,
10100 Burnet Road, Bldg. 160
MER 2.608F, TX 78758-4445
e-mail: dharmareddy84@xxxxxxxxx
Phone: +1-512-350-9082
United States of America.


Back to the top