Opened 17 years ago
Closed 17 years ago
#106 closed defect (fixed)
generate jacobian for diva export doesnt work -> remove option?
Reported by: | rempel | Owned by: | ginkel |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Promot | Version: | |
Severity: | bad | Keywords: | diva-export |
Cc: |
Description
diva-option :generate-jacobian t results in Lisp Error: attempt to call `PK::WRITE-DIVA-JPART' which is an undefined function. (in promot/src/kernel/cg.lisp (defmethod write-diva-jacobian ((self promot-module) &key (file-part-size 500000)) ... (write-diva-jpart md es (string-upcase (diva-fortran-files-subname self))
path :file-part-size file-part-size)
)
)
is write-diva-jpart used but there is no definition ...
options:
- remove options from diva-options in gui
- find implementation?/reimplement ??
Change History (1)
comment:1 Changed 17 years ago by rempel
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
option removed from diva-option dialog