Custom Query (964 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (874 - 876 of 964)

Ticket Owner Reporter Resolution Summary
#312 arango arango Done makefile rules for NEC SXF90 compiler
Description

Added makefile rules Linux-necsx.mk for the NEC SXF90 cross compiler on Linux. Many thanks to Christian Rodehacke for contributing this make configuration file.

#317 arango sspagnol Fixed extra ) in set_data.F line 729
Description

line 729 in set_data.F has an extra ) ?

cff=Dcrit(ng)-GRID(ng)%h(0,j))
                             ^
#319 arango kate WorksForMe tiny def_info bug
Description

In def_info.F, the global attribute bio_file gets filled with '-' then written out as is. I suggest adding something like:

lstr=LEN_TRIM(BIONAME(i)) IF (lstr.gt.0) THEN

ie=is+lstr-1 bio_file(is:ie)=TRIM(BIONAME(i)) is=ie+1 bio_file(is:is)=',' is=is+2

END IF

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.