Changes between Version 14 and Version 15 of LanguageChanges
- Timestamp:
- Jan 15, 2007, 9:55:06 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LanguageChanges
v14 v15 214 214 I suggest the following: 215 215 216 === Option 1 === 216 217 {{{ 217 218 #!mso … … 226 227 }}} 227 228 229 === Option 2 === 230 231 Just a trial to keep it near to the types definition: 232 233 {{{ 234 #!mso 235 FlowSheet Myflowsheet 236 ... 237 OPTIONS 238 time = [0:0.1:30]; 239 relativeAccuracy = 1e-8; 240 absoluteAccuracy = 1e-9; 241 DAESolver(File = "dasslc", maxorder = 5, maxlen = 400); 242 end 243 }}} 244 228 245 ||Who || Opinion || Why || 229 246 ||Arge || '''agreed''' || proposed the change || 247 ||Rafael || '''in doubt''' || proposed the option 2 ||