Custom Query (27 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (13 - 15 of 27)

1 2 3 4 5 6 7 8 9
Ticket Resolution Summary Owner Reporter
#16 fixed missing SRC in after cd ${HOME}/SAXO_DIR before buildinit in getsaxo.* smasson pinsard
Description

buildinit.pro move to SRC/ directory, but we forgot to change all the instructions related to this new directory.

getsaxo.xml must be modify by adding SRC in after cd ${HOME}/SAXO_DIR before buildinit

getsaxo.html must be regenerated by running makehtml getsaxo

#14 fixed I2 is a keyword or a parameter in read_oasis.pro and write_oasis.pro ? smasson pinsard
Description

in source code of read_oasis function, we can see

FUNCTION read_oasis, filename, varname, jpi, jpj, I2, I4 = i4, I8 = i8, R4 = r4

so I2 seems to be a parameter not a keyword like I4 and I8

same thing in write_oasis this problem was detected by running idldoc because I wrote

; @keyword /I2 
; @keyword /I4
; @keyword /I8
; @keyword /R4
; to change the defaut format (R8) of the data to be read.

idldoc gave me a error message WARNING: Unknown keyword "I2" in routine read_oasis on line 15 of ./ReadWrite?/re ad_oasis.pro

#13 fixed add WIKI_DELETE for authenticated somebody pinsard
Description

in order to be able to delete either wiki pages or attachments, I add WIKI_DELETE permission for authenticated people with this command under saxo@… :

$ trac-admin /ipsl/forge/projets/saxo/trac permission add authenticated WIKI_DELETE

1 2 3 4 5 6 7 8 9
Note: See TracQuery for help on using queries.