Changeset 247 for trunk/sample/mixers_splitters/sample_sepComp.mso
- Timestamp:
- Apr 24, 2007, 10:44:18 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sample/mixers_splitters/sample_sepComp.mso
r215 r247 63 63 64 64 OPTIONS 65 RelativeAccuracy = 1e-7; 66 65 Dynamic = false; 66 NLASolver( 67 RelativeAccuracy = 1e-7 68 ); 67 69 end 68 70 … … 98 100 99 101 OPTIONS 100 RelativeAccuracy = 1e-7; 102 Dynamic = false; 103 NLASolver( 104 RelativeAccuracy = 1e-7 105 ); 101 106 102 107 end
Note: See TracChangeset
for help on using the changeset viewer.