Changes between Version 8 and Version 9 of Configuration
- Timestamp:
- 10/11/12 15:17:49 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Configuration
v8 v9 83 83 {{{ 84 84 cxa.add_terminal('readA', 'muscle.core.conduit.terminal.DoubleFileSource') 85 cxa['readA:filename'] = "/path/to/some.file.dat" 85 cxa['readA:filename'] = "/path/to/some.file" 86 cxa['readA:suffix'] = 'dat' 86 87 cxa['readA:relative'] = false 87 88 cxa['readA:delimiter'] = ','