Changeset 128
- Timestamp:
- Jan 23, 2007, 6:44:03 PM (15 years ago)
- Location:
- branches/newlanguage
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/newlanguage/sample/stage_separators/sample_column.mso
r125 r128 97 97 98 98 OPTIONS 99 # relativeAccuracy = 1e-3;99 #RelativeAccuracy = 1e-3; 100 100 NLASolver = "sundials"; 101 101 TimeStep = 10; -
branches/newlanguage/tutorial/ThreeTank3.mso
r25 r128 44 44 45 45 OPTIONS 46 time = [0:0.1:2] * "h"; 46 TimeStep = 0.1; 47 TimeEnd = 2; 48 TimeUnit = "h"; 47 49 end
Note: See TracChangeset
for help on using the changeset viewer.