One character missing in POVray export
Brought to you by:
yaya-hjb
When exporting to POVray, a single character is missing from the .pov file.
The line
#declare T = 0 (usually occurs on line 32)
should terminate with a semi-colon ' ; ' so should be
#declare T = 0 ;
I am using Win XP32, Rasmol 2.7.5 09Aug09, and POVray 3.7 multicore
Many thanks
Clive