close
Warning:
Can't synchronize with repository "(default)" (/var/svn/mms does not appear to be a Subversion repository.). Look in the Trac log for more information.
- Timestamp:
-
Jul 5, 2010, 9:32:26 AM (15 years ago)
- Author:
-
Pedro Gea
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v10
|
v11
|
|
139 | 139 | |
140 | 140 | {{{ |
141 | | #!html |
142 | | <font color="#ff0000">¡REVISAR!</font> |
143 | | }}} |
144 | | |
145 | | ... esto no está implementado y revisado aún ... |
146 | | |
147 | | {{{ |
148 | 141 | #!java |
149 | 142 | @MMS.Parameter param = ... |
150 | 143 | Real fixedValue = ... |
151 | | Real estimation::FixParameter(param::GetIdentifier(?), fixedValue); |
| 144 | Real estimation::AppendConditioningParameter(param::GetIdentifier(?), fixedValue); |
152 | 145 | }}} |
153 | 146 | |