~ubuntu-branches/ubuntu/maverick/openturns/maverick

« back to all changes in this revision

Viewing changes to wrappers/WrapperTemplate/ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Christophe Prud'homme
  • Date: 2008-11-18 06:32:22 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20081118063222-pa0qncclrerrqkg2
Tags: 0.12.2-1
* New upstream release
* Bug fix: "New upstream release available (0.12.2)", thanks to Jerome
  Robert (Closes: #506005).
* Applied patch by J. Robert.
* debian/control: build-depends on libxml2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
2007-12-03 09:53  conty
2
 
 
3
 
        * [r700] trunk/ChangeLog, trunk/doc/ChangeLog, trunk/gui/ChangeLog,
4
 
          trunk/lib/ChangeLog, trunk/python/ChangeLog,
5
 
          trunk/validation/ChangeLog,
6
 
          trunk/wrappers/AnalyticalFunctionCompiler/ChangeLog, ChangeLog:
7
 
          Update ChangeLog with svn2cl
8
 
 
9
 
2007-11-09 11:28  dutka
10
 
 
11
 
        * [r632] trunk/Makefile.am, trunk/configure.ac,
12
 
          trunk/debian/changelog, trunk/debian/changelog.dapper,
13
 
          trunk/debian/changelog.edgy, trunk/debian/changelog.feisty,
14
 
          trunk/debian/changelog.gutsy, trunk/debian/changelog.ubuntu,
15
 
          trunk/doc/configure.ac, trunk/doc/m4/ot_check_openturns.m4,
16
 
          trunk/doc/src/UseCasesGuide/GenericInformation.tex,
17
 
          trunk/gentoo/sci-mathematics/openturns/openturns-0.10.0.ebuild,
18
 
          trunk/gentoo/sci-mathematics/openturns/openturns-0.11.0.ebuild,
19
 
          trunk/gentoo/sci-mathematics/rot/rot-1.4.3.ebuild,
20
 
          trunk/gui/configure.ac, trunk/gui/m4/ot_check_openturns.m4,
21
 
          trunk/lib/Makefile.am, trunk/lib/configure.ac,
22
 
          trunk/lib/m4/ot_check_openturns.m4, trunk/python/configure.ac,
23
 
          trunk/python/m4/ot_check_openturns.m4,
24
 
          trunk/validation/configure.ac,
25
 
          trunk/validation/m4/ot_check_openturns.m4,
26
 
          trunk/wrappers/AnalyticalFunctionCompiler/ot_check_openturns.m4,
27
 
          trunk/wrappers/DistributedWrapper/config/ot_check_openturns.m4,
28
 
          m4/ot_check_openturns.m4: Change version number from 0.10.0 to
29
 
          0.11.0.
30
 
          Better installation of some files (especially documentation).
31
 
          Closes #32.
32
 
 
33
 
2007-11-09 08:20  dutka
34
 
 
35
 
        * [r631] trunk/config, trunk/doc, trunk/doc/config,
36
 
          trunk/doc/m4/ot_check_openturns.m4, trunk/gui,
37
 
          trunk/gui/m4/ot_check_openturns.m4, trunk/lib,
38
 
          trunk/lib/configure.ac, trunk/lib/etc/openturns.conf.in,
39
 
          trunk/lib/include/Makefile.am, trunk/lib/include/OT.hxx,
40
 
          trunk/lib/include/OTdebug.h, trunk/lib/m4/Makefile.am,
41
 
          trunk/lib/m4/ot_check_openturns.m4,
42
 
          trunk/lib/src/Base/Common/Makefile.am,
43
 
          trunk/lib/src/Base/Common/OSS.cxx,
44
 
          trunk/lib/src/Base/Common/OSS.hxx,
45
 
          trunk/lib/src/Base/Common/ResourceMap.cxx,
46
 
          trunk/lib/src/Base/Common/WrapperCommon.cxx,
47
 
          trunk/lib/src/Base/Common/WrapperCommon.h,
48
 
          trunk/lib/src/Base/Common/WrapperData.cxx,
49
 
          trunk/lib/src/Base/Common/WrapperFile.cxx,
50
 
          trunk/lib/src/Base/Common/WrapperInterface.h,
51
 
          trunk/lib/src/Base/Common/XMLStorageManager.cxx,
52
 
          trunk/lib/src/Base/Func/WrapperObject.cxx,
53
 
          trunk/lib/src/Uncertainty/Algorithm/Simulation/Result.cxx,
54
 
          trunk/lib/test/poutre.cxx, trunk/lib/test/poutre_external.xml,
55
 
          trunk/lib/test/poutre_external_infile1,
56
 
          trunk/lib/test/poutre_external_infile2, trunk/python,
57
 
          trunk/python/config, trunk/python/m4/ot_check_openturns.m4,
58
 
          trunk/python/test/poutre_external.xml, trunk/validation,
59
 
          trunk/validation/config,
60
 
          trunk/validation/m4/ot_check_openturns.m4,
61
 
          trunk/wrappers/AnalyticalFunctionCompiler/ot_check_openturns.m4,
62
 
          trunk/wrappers/DistributedWrapper/config/ot_check_openturns.m4,
63
 
          configure.ac, m4/ot_check_openturns.m4, m4/ot_debug.m4: MERGE:
64
 
          merging from dutka/devel into trunk (rev. 572:629)
65
 
          trunk> svn merge -r 572:629 http://.../branch/dutka/devel
66
 
          
67
 
          Change data retrieving in wrapper output variable (format nows
68
 
          support \nnn).
69
 
          Add new entries for regexp shortcuts in configuration file.
70
 
          Fix typos.
71
 
          Add installation path substituted variable in
72
 
          ot_check_openturns.m4 macro.
73
 
          Add user readable error messages produced by wrapper.
74
 
          Fix bug in WrapperFile.cxx (state = "specific" wasn't correctly
75
 
          handled).
76
 
          Add new error return code for wrapper when a function is not
77
 
          implemented.
78
 
          Fix typo in ResourceMap.cxx.
79
 
          Fix bug in XMLStorageManager.cxx that prevent reloading of file
80
 
          saved under an absolute path. Close #25.
81
 
          Better precision managment in study XML files.
82
 
          Add --enable-debug option in WrapperTemplate.
83
 
          Suppress warnings in WrapperCommon.cxx.
84
 
          Add regular expression shortcut support. Now support \R, \I and
85
 
          \S shortcuts for easy regular expression writting.
86
 
 
87
 
2007-10-08 14:24  dutka
88
 
 
89
 
        * [r563] wcode.xml.in: Fix typo in
90
 
          wrappers/WrapperTemplate/wcode.xml.in.
91
 
 
92
 
2007-10-05 21:15  dutka
93
 
 
94
 
        * [r556] trunk/doc/configure.ac,
95
 
          trunk/doc/m4/ot_check_openturns.m4, trunk/gui/configure.ac,
96
 
          trunk/gui/m4/ot_check_openturns.m4, trunk/lib/configure.ac,
97
 
          trunk/lib/m4/ot_check_openturns.m4, trunk/python/configure.ac,
98
 
          trunk/python/m4/bnv_have_qt.m4,
99
 
          trunk/python/m4/ot_check_openturns.m4,
100
 
          trunk/python/m4/ot_check_qt.m4, trunk/validation/configure.ac,
101
 
          trunk/validation/m4/ot_check_openturns.m4,
102
 
          trunk/wrappers/AnalyticalFunctionCompiler/ot_check_openturns.m4,
103
 
          trunk/wrappers/DistributedWrapper/config/ot_check_openturns.m4,
104
 
          Makefile.am, m4/ot_check_openturns.m4, test_wcode.py,
105
 
          wcode.xml.in, wrapper.c: WARNING: partial commit when
106
 
          restructuring repository. Bug fixes in template implementation.
107
 
 
108
 
2007-10-05 10:49  dutka
109
 
 
110
 
        * [r555] trunk/doc/m4/ot_check_openturns.m4,
111
 
          trunk/gui/m4/ot_check_openturns.m4, trunk/lib/configure.ac,
112
 
          trunk/lib/include/OT.hxx, trunk/lib/m4/ot_check_openturns.m4,
113
 
          trunk/lib/src/Makefile.am, trunk/lib/src/openturns_library_ok.c,
114
 
          trunk/python/m4/ot_check_openturns.m4,
115
 
          trunk/validation/m4/ot_check_openturns.m4,
116
 
          trunk/wrappers/Makefile.am, bootstrap, m4/ot_check_openturns.m4:
117
 
          WARNING: partial commit when restructuring repository. Bug fixes
118
 
          in template implementation.
119
 
 
120
 
2007-10-04 10:23  dutka
121
 
 
122
 
        * [r554] AUTHORS, Makefile.am, MyWrappedCode.f, MyWrapper.c,
123
 
          MyWrapper.xml.in, README, aclocal.m4, bootstrap, configure.ac,
124
 
          m4/ot_check_openturns.m4, ot_check_openturns.m4,
125
 
          test_MyWrapper.py, test_wcode.py, wcode.f, wcode.xml.in,
126
 
          wrapper.c: WARNING: partial commit when restructuring repository.
127
 
          New wrapper template implementation.
128
 
 
129
 
2007-10-04 09:07  dutka
130
 
 
131
 
        * [r553] trunk/lib/configure.ac, trunk/lib/etc/Makefile.am,
132
 
          trunk/lib/etc/configuration.in, trunk/lib/etc/openturns.conf.in,
133
 
          trunk/lib/include/Makefile.am,
134
 
          trunk/lib/src/Base/Common/ResourceMap.cxx,
135
 
          trunk/wrappers/Makefile.am, trunk/wrappers/MyWrapper, ., m4,
136
 
          ot_check_openturns.m4: WARNING: partial commit when restructuring
137
 
          repository. Renamed MyWrapper to WrapperTemplate. Renamed
138
 
          configuration file to openturns.conf.
139
 
 
140
 
2007-10-02 13:54  dutka
141
 
 
142
 
        * [r552] trunk/bootstrap, trunk/configure.ac,
143
 
          trunk/doc/Makefile.am, trunk/doc/configure.ac,
144
 
          trunk/doc/m4/ot_check_openturns.m4, trunk/doc/src/Makefile.am,
145
 
          trunk/doc/src/logoOpenTURNS.pdf, trunk/gui/Makefile.am,
146
 
          trunk/gui/configure.ac, trunk/gui/m4/ot_check_openturns.m4,
147
 
          trunk/gui/src/Makefile.am, trunk/lib/configure.ac,
148
 
          trunk/lib/m4/ot_check_openturns.m4, trunk/python/Makefile.am,
149
 
          trunk/python/configure.ac, trunk/python/m4/ot_check_openturns.m4,
150
 
          trunk/python/src/Makefile.am, trunk/validation/Makefile.am,
151
 
          trunk/validation/configure.ac,
152
 
          trunk/validation/m4/ot_check_openturns.m4,
153
 
          trunk/validation/src/Makefile.am,
154
 
          trunk/wrappers/AnalyticalFunctionCompiler/ot_check_openturns.m4,
155
 
          trunk/wrappers/DistributedWrapper/OpenTURNSWrapper/Makefile.am,
156
 
          trunk/wrappers/DistributedWrapper/config/ot_check_openturns.m4,
157
 
          trunk/wrappers/MyWrapper/Makefile.am,
158
 
          trunk/wrappers/MyWrapper/ot_check_openturns.m4: WARNING: partial
159
 
          commit when restructuring repository. Many bugs fixes
160
 
 
161
 
2007-09-20 10:23  dutka
162
 
 
163
 
        * [r529] trunk/ChangeLog, trunk/config/ot_debug.m4,
164
 
          trunk/etc/Makefile.am, trunk/etc/configuration.in,
165
 
          trunk/src/Base/Common/ResourceMap.cxx,
166
 
          trunk/src/Base/Common/ResourceMap.hxx,
167
 
          trunk/src/Base/Stat/NumericalSampleImplementation.cxx,
168
 
          trunk/src/UI/TUI/OTtypes.i, trunk/src/UI/TUI/ResourceMap.i,
169
 
          trunk/src/UI/TUI/openturns.i,
170
 
          trunk/wrappers/MyWrapper/Makefile.am,
171
 
          trunk/wrappers/MyWrapper/bootstrap,
172
 
          trunk/wrappers/MyWrapper/configure.ac: MERGE: merging from arch
173
 
          into trunk (rev. 495:528)
174
 
          trunk> svn merge -r 495:528 http://.../branches/arch
175
 
          
176
 
          Fix bug in compilation with gcc 3.3.5.
177
 
          Fix bug in distribution tarball (external codes as scripts files
178
 
          were not included in distribution).
179
 
          Fix bug in installation of configuration file.
180
 
          Make ResourceMap read/writable and callable from Python.
181
 
          Modified wrapper building process.
182
 
          Fix typo in configure help message.
183
 
 
184
 
2007-08-01 14:47  dutka
185
 
 
186
 
        * [r488] trunk/ChangeLog, trunk/Makefile.am,
187
 
          trunk/config/common.am, trunk/config/ot_check_python.m4,
188
 
          trunk/config/ot_check_regex.m4, trunk/config/ot_check_rm.m4,
189
 
          trunk/config/ot_check_swig.m4, trunk/config/test.am,
190
 
          trunk/configure.ac, trunk/include/OT.hxx,
191
 
          trunk/include/OTconfig.h.in, trunk/src/Base/Common/Log.cxx,
192
 
          trunk/src/Base/Common/Makefile.am,
193
 
          trunk/src/Base/Common/WrapperCommon.cxx,
194
 
          trunk/src/Base/Common/WrapperCommon.h,
195
 
          trunk/src/Base/Common/WrapperData.cxx,
196
 
          trunk/src/Base/Common/WrapperData.hxx,
197
 
          trunk/src/Base/Common/WrapperFile.cxx,
198
 
          trunk/src/Base/Common/WrapperFile.hxx,
199
 
          trunk/src/Base/Common/WrapperInterface.h,
200
 
          trunk/src/Base/Common/XMLTags.hxx,
201
 
          trunk/src/Base/Func/ComputedNumericalMathEvaluationImplementation.cxx,
202
 
          trunk/src/Base/Func/ComputedNumericalMathEvaluationImplementation.hxx,
203
 
          trunk/src/Base/Func/ComputedNumericalMathEvaluationImplementationFactory.cxx,
204
 
          trunk/src/Base/Func/ComputedNumericalMathGradientImplementation.cxx,
205
 
          trunk/src/Base/Func/ComputedNumericalMathGradientImplementation.hxx,
206
 
          trunk/src/Base/Func/ComputedNumericalMathGradientImplementationFactory.cxx,
207
 
          trunk/src/Base/Func/ComputedNumericalMathHessianImplementation.cxx,
208
 
          trunk/src/Base/Func/ComputedNumericalMathHessianImplementation.hxx,
209
 
          trunk/src/Base/Func/ComputedNumericalMathHessianImplementationFactory.cxx,
210
 
          trunk/src/Base/Func/Library.cxx, trunk/src/Base/Func/Makefile.am,
211
 
          trunk/src/Base/Func/NumericalMathFunctionImplementation.cxx,
212
 
          trunk/src/Base/Func/NumericalMathFunctionImplementation.hxx,
213
 
          trunk/src/Base/Func/NumericalWrapperFunction.cxx,
214
 
          trunk/src/Base/Func/NumericalWrapperFunction.hxx,
215
 
          trunk/src/Base/Func/WrapperObject.cxx,
216
 
          trunk/src/Base/Func/WrapperObject.hxx, trunk/test/Makefile.am,
217
 
          trunk/test/TestCompositionLeft.cxx,
218
 
          trunk/test/TestCompositionLeft.xml,
219
 
          trunk/test/TestCompositionRight.cxx,
220
 
          trunk/test/TestCompositionRight.xml, trunk/test/TestIdentity.cxx,
221
 
          trunk/test/TestIdentity.xml, trunk/test/TestOptimLinear.cxx,
222
 
          trunk/test/TestOptimLinear.xml,
223
 
          trunk/test/TestOptimNonLinear.cxx,
224
 
          trunk/test/TestOptimNonLinear.xml,
225
 
          trunk/test/TestQuadraticCumul.cxx,
226
 
          trunk/test/TestQuadraticCumul.xml,
227
 
          trunk/test/TestResponseSurface.cxx,
228
 
          trunk/test/TestResponseSurface.xml,
229
 
          trunk/test/TestStrongMaximumTest.cxx,
230
 
          trunk/test/TestStrongMaximumTest.xml,
231
 
          trunk/test/TestStrongMaximumTest2.cxx,
232
 
          trunk/test/TestStrongMaximumTest2.xml,
233
 
          trunk/test/TestStrongMaximumTestDimension10.cxx,
234
 
          trunk/test/TestStrongMaximumTestDimension10.xml,
235
 
          trunk/test/TestStrongMaximumTestDimension2.cxx,
236
 
          trunk/test/TestStrongMaximumTestDimension2.xml,
237
 
          trunk/test/TestStrongMaximumTestDimension5.cxx,
238
 
          trunk/test/TestStrongMaximumTestDimension5.xml,
239
 
          trunk/test/atconfig.in, trunk/test/atlocal.in,
240
 
          trunk/test/installcheck_testsuite.at,
241
 
          trunk/test/minimal_wrapper.cxx, trunk/test/minimal_wrapper.xml,
242
 
          trunk/test/poutre.cxx, trunk/test/poutre.sh,
243
 
          trunk/test/poutre.xml, trunk/test/poutre_external.xml,
244
 
          trunk/test/poutre_external_infile1,
245
 
          trunk/test/poutre_external_infile2, trunk/test/poutre_sample.cxx,
246
 
          trunk/test/poutre_sample.xml, trunk/test/poutre_threads.cxx,
247
 
          trunk/test/poutre_threads.xml,
248
 
          trunk/test/python_installcheck_testsuite.at,
249
 
          trunk/test/t_AbdoRackwitz_linear.at,
250
 
          trunk/test/t_AbdoRackwitz_linear.atpy,
251
 
          trunk/test/t_AbdoRackwitz_linear.cxx,
252
 
          trunk/test/t_AbdoRackwitz_nonlinear.at,
253
 
          trunk/test/t_AbdoRackwitz_nonlinear.atpy,
254
 
          trunk/test/t_AbdoRackwitz_nonlinear.cxx,
255
 
          trunk/test/t_AbdoRackwitz_std.at,
256
 
          trunk/test/t_AbdoRackwitz_std.atpy, trunk/test/t_Axial_std.cxx,
257
 
          trunk/test/t_Box_std.cxx, trunk/test/t_Cobyla_linear.at,
258
 
          trunk/test/t_Cobyla_linear.atpy, trunk/test/t_Cobyla_linear.cxx,
259
 
          trunk/test/t_Cobyla_nonlinear.at,
260
 
          trunk/test/t_Cobyla_nonlinear.atpy,
261
 
          trunk/test/t_Cobyla_nonlinear.cxx, trunk/test/t_Cobyla_std.at,
262
 
          trunk/test/t_Cobyla_std.atpy, trunk/test/t_Composite_std.cxx,
263
 
          trunk/test/t_ComputedNumericalMathEvaluationImplementation_copy.cxx,
264
 
          trunk/test/t_ComputedNumericalMathEvaluationImplementation_state.cxx,
265
 
          trunk/test/t_ComputedNumericalMathEvaluationImplementation_std.cxx,
266
 
          trunk/test/t_ConstantNumericalMathGradientImplementation_std.cxx,
267
 
          trunk/test/t_ConstantNumericalMathHessianImplementation_std.cxx,
268
 
          trunk/test/t_Factorial_std.cxx, trunk/test/t_Indices_std.cxx,
269
 
          trunk/test/t_LinearNumericalMathEvaluationImplementation_std.cxx,
270
 
          trunk/test/t_LinearNumericalMathFunction_std.cxx,
271
 
          trunk/test/t_LinearNumericalMathGradientImplementation_std.cxx,
272
 
          trunk/test/t_MinMax_computation.cxx,
273
 
          trunk/test/t_NearestPointChecker_std.at,
274
 
          trunk/test/t_NearestPointChecker_std.atpy,
275
 
          trunk/test/t_NearestPointChecker_std.cxx,
276
 
          trunk/test/t_NumericalMathFunction_exec_external.at,
277
 
          trunk/test/t_NumericalMathFunction_exec_external.atpy,
278
 
          trunk/test/t_NumericalMathFunction_exec_external.cxx,
279
 
          trunk/test/t_NumericalMathFunction_exec_external.py,
280
 
          trunk/test/t_NumericalMathFunction_minimal.at,
281
 
          trunk/test/t_NumericalMathFunction_minimal.atpy,
282
 
          trunk/test/t_NumericalMathFunction_minimal.cxx,
283
 
          trunk/test/t_NumericalMathFunction_minimal.py,
284
 
          trunk/test/t_QuadraticCumul_importanceFactors.cxx,
285
 
          trunk/test/t_QuadraticCumul_run.cxx,
286
 
          trunk/test/t_QuadraticCumul_std.cxx,
287
 
          trunk/test/t_QuadraticNumericalMathEvaluationImplementation_std.cxx,
288
 
          trunk/test/t_UsualNumericalWrapperFunction_std.cxx,
289
 
          trunk/test/t_Wilks_std.cxx, trunk/test/wrapper.dtd,
290
 
          trunk/test/wrapper.xml, trunk/test/wrapper_fonction1.cxx,
291
 
          trunk/wrappers/MyWrapper/configure.ac: MERGE: merging from arch
292
 
          into trunk (rev. 456:487)
293
 
          trunk> svn merge -r 456:487 http://.../branches/arch
294
 
          
295
 
          Manage exchanged data at wrapper internal state creation time.
296
 
          Input and output point sizes are now computed from exchanged data
297
 
          (not hard coded in wrapper any more).
298
 
          Removed unused NumericalWrapperFunction.
299
 
          Make wrapper load more robust. An alternate function is provided
300
 
          if none is present in the wrapper. This makes almost any function
301
 
          in the wrapper optional.
302
 
          More debug messages when loading wrapper to help understanding
303
 
          the internal behavior of the platform.
304
 
          New minimal wrapper to show the minimal set of definition for a
305
 
          wrapper (to help users define new wrappers).
306
 
          Fix bug in WrapperFile.cxx (some optional tags were not so
307
 
          optional).
308
 
          Add regular expression detection for use in wrappers.
309
 
          Add temporary directory creation and destruction for use in
310
 
          wrappers.
311
 
          Add current working directory function for use in wrappers.
312
 
          Compile Python scripts at installation for speeding tests.
313
 
          Add functions to read files in wrappers.
314
 
          Fix bug in test/Makefile.am that prevent some tests from running
315
 
          because of a not found configuration file.
316
 
          Better SWIG detection in macro ot_check_swig.m4.
317
 
          Add copy of wrapper input files to temporary directory.
318
 
          Add substitutions of variables into input files before copying.
319
 
          Fix bug due to AM_PYTHON_PATH macro that weaps out CPPFLAGS
320
 
          precious variable.
321
 
          Add parsing of output files for retrieving data.
322
 
          Add poutre.sh external code which uses files for argument
323
 
          passing.
324
 
          Wrapped poutre.sh in poutre_external.xml file.
325
 
          Substituted variables in files for input and output.
326
 
          Add C++ and Python tests in Autotest suites.
327
 
          Change wrapper interface so now state is always passed to
328
 
          wrapper.
329
 
          Change debug symbol definitions.
330
 
          Change wrapper DTD to help wrappers to be more generic. Change
331
 
          XML files and parser in concordance.
332
 
          Remove useless debug output in test files.
333
 
          Add a new set of wrapper helper functions stored in libOTwrapper
334
 
          library.
335
 
          Detect and fix a new bug : wrapper initialization and
336
 
          finalization functions were not called. Bug not registered.
337
 
 
338
 
2007-05-10 14:43  dutka
339
 
 
340
 
        * [r434] trunk/AUTHORS, trunk/TODO,
341
 
          trunk/config/ot_check_optccr.m4, trunk/config/ot_check_rserve.m4,
342
 
          trunk/configure.ac, trunk/include/OT.hxx,
343
 
          trunk/include/OTtestcode.hxx,
344
 
          trunk/src/Base/Common/BoostPointerImplementation.hxx,
345
 
          trunk/src/Base/Common/Catalog.cxx,
346
 
          trunk/src/Base/Common/Exception.hxx,
347
 
          trunk/src/Base/Common/ExceptionDefs.hxx,
348
 
          trunk/src/Base/Common/IdFactory.hxx,
349
 
          trunk/src/Base/Common/Object.hxx,
350
 
          trunk/src/Base/Common/PersistentObject.hxx,
351
 
          trunk/src/Base/Common/PersistentObjectFactory.hxx,
352
 
          trunk/src/Base/Common/Pointer.hxx,
353
 
          trunk/src/Base/Common/StorageManager.cxx,
354
 
          trunk/src/Base/Common/StorageManager.hxx,
355
 
          trunk/src/Base/Common/Study.cxx, trunk/src/Base/Common/Study.hxx,
356
 
          trunk/src/Base/Common/Thread.hxx,
357
 
          trunk/src/Base/Common/Threadable.hxx,
358
 
          trunk/src/Base/Common/TypedCollectionInterfaceObject.hxx,
359
 
          trunk/src/Base/Common/TypedInterfaceObject.hxx,
360
 
          trunk/src/Base/Common/WrapperData.hxx,
361
 
          trunk/src/Base/Common/WrapperFile.hxx,
362
 
          trunk/src/Base/Common/XMLStorageManager.cxx,
363
 
          trunk/src/Base/Common/XMLStringConverter.hxx,
364
 
          trunk/src/Base/Common/XMLWrapperErrorHandler.hxx,
365
 
          trunk/src/Base/Diff/CenteredFiniteDifferenceGradient.cxx,
366
 
          trunk/src/Base/Diff/CenteredFiniteDifferenceGradient.hxx,
367
 
          trunk/src/Base/Diff/CenteredFiniteDifferenceHessian.cxx,
368
 
          trunk/src/Base/Diff/CenteredFiniteDifferenceHessian.hxx,
369
 
          trunk/src/Base/Diff/NonCenteredFiniteDifferenceGradient.cxx,
370
 
          trunk/src/Base/Diff/NonCenteredFiniteDifferenceGradient.hxx,
371
 
          trunk/src/Base/Func/AnalyticalNumericalMathEvaluationImplementation.cxx,
372
 
          trunk/src/Base/Func/AnalyticalNumericalMathEvaluationImplementation.hxx,
373
 
          trunk/src/Base/Func/AnalyticalNumericalMathFunctionImplementation.cxx,
374
 
          trunk/src/Base/Func/AnalyticalNumericalMathFunctionImplementation.hxx,
375
 
          trunk/src/Base/Func/ComposedNumericalMathEvaluationImplementation.cxx,
376
 
          trunk/src/Base/Func/ComposedNumericalMathEvaluationImplementation.hxx,
377
 
          trunk/src/Base/Func/ComposedNumericalMathFunction.cxx,
378
 
          trunk/src/Base/Func/ComposedNumericalMathFunction.hxx,
379
 
          trunk/src/Base/Func/ComposedNumericalMathFunctionImplementation.cxx,
380
 
          trunk/src/Base/Func/ComposedNumericalMathFunctionImplementation.hxx,
381
 
          trunk/src/Base/Func/ComposedNumericalMathGradientImplementation.cxx,
382
 
          trunk/src/Base/Func/ComposedNumericalMathGradientImplementation.hxx,
383
 
          trunk/src/Base/Func/ComposedNumericalMathHessianImplementation.cxx,
384
 
          trunk/src/Base/Func/ComposedNumericalMathHessianImplementation.hxx,
385
 
          trunk/src/Base/Func/ComputedNumericalMathEvaluationImplementation.cxx,
386
 
          trunk/src/Base/Func/ComputedNumericalMathEvaluationImplementation.hxx,
387
 
          trunk/src/Base/Func/ComputedNumericalMathEvaluationImplementationFactory.cxx,
388
 
          trunk/src/Base/Func/ComputedNumericalMathEvaluationImplementationFactory.hxx,
389
 
          trunk/src/Base/Func/ComputedNumericalMathFunctionImplementation.cxx,
390
 
          trunk/src/Base/Func/ComputedNumericalMathFunctionImplementation.hxx,
391
 
          trunk/src/Base/Func/ComputedNumericalMathFunctionImplementationFactory.cxx,
392
 
          trunk/src/Base/Func/ComputedNumericalMathFunctionImplementationFactory.hxx,
393
 
          trunk/src/Base/Func/ComputedNumericalMathGradientImplementation.cxx,
394
 
          trunk/src/Base/Func/ComputedNumericalMathGradientImplementationFactory.cxx,
395
 
          trunk/src/Base/Func/ComputedNumericalMathGradientImplementationFactory.hxx,
396
 
          trunk/src/Base/Func/ComputedNumericalMathHessianImplementation.cxx,
397
 
          trunk/src/Base/Func/ComputedNumericalMathHessianImplementationFactory.cxx,
398
 
          trunk/src/Base/Func/ComputedNumericalMathHessianImplementationFactory.hxx,
399
 
          trunk/src/Base/Func/ConstantNumericalMathGradientImplementation.cxx,
400
 
          trunk/src/Base/Func/ConstantNumericalMathGradientImplementation.hxx,
401
 
          trunk/src/Base/Func/ConstantNumericalMathHessianImplementation.cxx,
402
 
          trunk/src/Base/Func/ConstantNumericalMathHessianImplementation.hxx,
403
 
          trunk/src/Base/Func/Library.hxx,
404
 
          trunk/src/Base/Func/LibraryLoader.hxx,
405
 
          trunk/src/Base/Func/LinearNumericalMathEvaluationImplementation.cxx,
406
 
          trunk/src/Base/Func/LinearNumericalMathEvaluationImplementation.hxx,
407
 
          trunk/src/Base/Func/LinearNumericalMathFunction.cxx,
408
 
          trunk/src/Base/Func/LinearNumericalMathFunction.hxx,
409
 
          trunk/src/Base/Func/LinearNumericalMathFunctionImplementation.cxx,
410
 
          trunk/src/Base/Func/LinearNumericalMathFunctionImplementation.hxx,
411
 
          trunk/src/Base/Func/LinearNumericalMathGradientImplementation.cxx,
412
 
          trunk/src/Base/Func/LinearNumericalMathGradientImplementation.hxx,
413
 
          trunk/src/Base/Func/Makefile.am,
414
 
          trunk/src/Base/Func/MuParser/muParser.cpp,
415
 
          trunk/src/Base/Func/MuParser/muParserBase.cpp,
416
 
          trunk/src/Base/Func/MuParser/muParserBytecode.cpp,
417
 
          trunk/src/Base/Func/MuParser/muParserCallback.cpp,
418
 
          trunk/src/Base/Func/MuParser/muParserDLL.cpp,
419
 
          trunk/src/Base/Func/MuParser/muParserError.cpp,
420
 
          trunk/src/Base/Func/MuParser/muParserInt.cpp,
421
 
          trunk/src/Base/Func/MuParser/muParserTest.cpp,
422
 
          trunk/src/Base/Func/MuParser/muParserTokenReader.cpp,
423
 
          trunk/src/Base/Func/NoNumericalMathEvaluationImplementation.cxx,
424
 
          trunk/src/Base/Func/NoNumericalMathEvaluationImplementation.hxx,
425
 
          trunk/src/Base/Func/NoNumericalMathFunctionImplementation.cxx,
426
 
          trunk/src/Base/Func/NoNumericalMathFunctionImplementation.hxx,
427
 
          trunk/src/Base/Func/NoNumericalMathGradientImplementation.cxx,
428
 
          trunk/src/Base/Func/NoNumericalMathHessianImplementation.cxx,
429
 
          trunk/src/Base/Func/NumericalMathEvaluationImplementation.cxx,
430
 
          trunk/src/Base/Func/NumericalMathEvaluationImplementation.hxx,
431
 
          trunk/src/Base/Func/NumericalMathEvaluationImplementationFactory.cxx,
432
 
          trunk/src/Base/Func/NumericalMathEvaluationImplementationFactory.hxx,
433
 
          trunk/src/Base/Func/NumericalMathFunction.cxx,
434
 
          trunk/src/Base/Func/NumericalMathFunction.hxx,
435
 
          trunk/src/Base/Func/NumericalMathFunctionBody.cxx,
436
 
          trunk/src/Base/Func/NumericalMathFunctionBody.hxx,
437
 
          trunk/src/Base/Func/NumericalMathFunctionImplementation.cxx,
438
 
          trunk/src/Base/Func/NumericalMathFunctionImplementation.hxx,
439
 
          trunk/src/Base/Func/NumericalMathFunctionImplementationFactory.cxx,
440
 
          trunk/src/Base/Func/NumericalMathFunctionImplementationFactory.hxx,
441
 
          trunk/src/Base/Func/NumericalMathGradientImplementation.cxx,
442
 
          trunk/src/Base/Func/NumericalMathGradientImplementation.hxx,
443
 
          trunk/src/Base/Func/NumericalMathGradientImplementationFactory.cxx,
444
 
          trunk/src/Base/Func/NumericalMathGradientImplementationFactory.hxx,
445
 
          trunk/src/Base/Func/NumericalMathHessianImplementation.cxx,
446
 
          trunk/src/Base/Func/NumericalMathHessianImplementation.hxx,
447
 
          trunk/src/Base/Func/NumericalMathHessianImplementationFactory.cxx,
448
 
          trunk/src/Base/Func/NumericalMathHessianImplementationFactory.hxx,
449
 
          trunk/src/Base/Func/NumericalWrapperFunction.cxx,
450
 
          trunk/src/Base/Func/NumericalWrapperFunction.hxx,
451
 
          trunk/src/Base/Func/QuadraticNumericalMathEvaluationImplementation.cxx,
452
 
          trunk/src/Base/Func/QuadraticNumericalMathEvaluationImplementation.hxx,
453
 
          trunk/src/Base/Func/QuadraticNumericalMathFunctionImplementation.cxx,
454
 
          trunk/src/Base/Func/QuadraticNumericalMathFunctionImplementation.hxx,
455
 
          trunk/src/Base/Graph/BarPlot.cxx,
456
 
          trunk/src/Base/Graph/BarPlot.hxx, trunk/src/Base/Graph/Cloud.cxx,
457
 
          trunk/src/Base/Graph/Cloud.hxx, trunk/src/Base/Graph/Curve.cxx,
458
 
          trunk/src/Base/Graph/Curve.hxx,
459
 
          trunk/src/Base/Graph/Drawable.cxx,
460
 
          trunk/src/Base/Graph/Drawable.hxx,
461
 
          trunk/src/Base/Graph/DrawableImplementation.cxx,
462
 
          trunk/src/Base/Graph/DrawableImplementation.hxx,
463
 
          trunk/src/Base/Graph/Graph.cxx, trunk/src/Base/Graph/Graph.hxx,
464
 
          trunk/src/Base/Graph/GraphImplementation.cxx,
465
 
          trunk/src/Base/Graph/GraphImplementation.hxx,
466
 
          trunk/src/Base/Graph/Pie.cxx, trunk/src/Base/Graph/Pie.hxx,
467
 
          trunk/src/Base/Graph/Staircase.cxx,
468
 
          trunk/src/Base/Graph/Staircase.hxx,
469
 
          trunk/src/Base/Optim/AbdoRackwitz/AbdoRackwitz.cxx,
470
 
          trunk/src/Base/Optim/AbdoRackwitz/AbdoRackwitz.hxx,
471
 
          trunk/src/Base/Optim/AbdoRackwitz/AbdoRackwitzSpecificParameters.cxx,
472
 
          trunk/src/Base/Optim/Cobyla/Cobyla.cxx,
473
 
          trunk/src/Base/Optim/Cobyla/Cobyla.hxx,
474
 
          trunk/src/Base/Optim/Cobyla/CobylaSpecificParameters.cxx,
475
 
          trunk/src/Base/Optim/Cobyla/cobyla.c,
476
 
          trunk/src/Base/Optim/NearestPointAlgorithm.cxx,
477
 
          trunk/src/Base/Optim/NearestPointAlgorithm.hxx,
478
 
          trunk/src/Base/Optim/NearestPointAlgorithmImplementation.hxx,
479
 
          trunk/src/Base/Optim/NearestPointChecker.hxx,
480
 
          trunk/src/Base/Optim/NearestPointCheckerResult.cxx,
481
 
          trunk/src/Base/Optim/Result.cxx,
482
 
          trunk/src/Base/Solver/Bisection.cxx,
483
 
          trunk/src/Base/Solver/Bisection.hxx,
484
 
          trunk/src/Base/Solver/Brent.cxx, trunk/src/Base/Solver/Brent.hxx,
485
 
          trunk/src/Base/Solver/Secant.cxx,
486
 
          trunk/src/Base/Solver/Secant.hxx,
487
 
          trunk/src/Base/Solver/Solver.cxx,
488
 
          trunk/src/Base/Solver/Solver.hxx,
489
 
          trunk/src/Base/Solver/SolverImplementation.cxx,
490
 
          trunk/src/Base/Solver/SolverImplementation.hxx,
491
 
          trunk/src/Base/Stat/ConfidenceInterval.cxx,
492
 
          trunk/src/Base/Stat/ConfidenceInterval.hxx,
493
 
          trunk/src/Base/Stat/CorrelationAnalysis.cxx,
494
 
          trunk/src/Base/Stat/CorrelationAnalysis.hxx,
495
 
          trunk/src/Base/Stat/CorrelationMatrix.hxx,
496
 
          trunk/src/Base/Stat/CovarianceMatrix.cxx,
497
 
          trunk/src/Base/Stat/CovarianceMatrix.hxx,
498
 
          trunk/src/Base/Stat/LinearModel.cxx,
499
 
          trunk/src/Base/Stat/LinearModel.hxx,
500
 
          trunk/src/Base/Stat/Makefile.am,
501
 
          trunk/src/Base/Stat/NumericalSample.cxx,
502
 
          trunk/src/Base/Stat/NumericalSample.hxx,
503
 
          trunk/src/Base/Stat/NumericalSampleImplementation.cxx,
504
 
          trunk/src/Base/Stat/NumericalSampleImplementation.hxx,
505
 
          trunk/src/Base/Stat/RandomGenerator.hxx,
506
 
          trunk/src/Base/Stat/sfmt19937.c,
507
 
          trunk/src/Base/Type/IdentityMatrix.cxx,
508
 
          trunk/src/Base/Type/IdentityMatrix.hxx,
509
 
          trunk/src/Base/Type/MatrixImplementation.cxx,
510
 
          trunk/src/Base/Type/MatrixImplementation.hxx,
511
 
          trunk/src/Base/Type/NumericalPointImplementation.cxx,
512
 
          trunk/src/Base/Type/SquareMatrix.hxx,
513
 
          trunk/src/Base/Type/SymmetricMatrix.hxx,
514
 
          trunk/src/Base/Type/SymmetricTensor.hxx,
515
 
          trunk/src/Base/Type/TensorImplementation.cxx,
516
 
          trunk/src/Base/Type/TensorImplementation.hxx,
517
 
          trunk/src/UI/GUI/AnalyticalFunction.cxx,
518
 
          trunk/src/UI/GUI/AnalyticalFunction.hxx,
519
 
          trunk/src/UI/GUI/Block.cxx, trunk/src/UI/GUI/Block.hxx,
520
 
          trunk/src/UI/GUI/BlockA.cxx, trunk/src/UI/GUI/BlockA.hxx,
521
 
          trunk/src/UI/GUI/BlockB.cxx, trunk/src/UI/GUI/BlockB.hxx,
522
 
          trunk/src/UI/GUI/BlockC2.cxx, trunk/src/UI/GUI/BlockC2.hxx,
523
 
          trunk/src/UI/GUI/BlockC3.cxx, trunk/src/UI/GUI/BlockC3.hxx,
524
 
          trunk/src/UI/GUI/BlockFunctionProperty.cxx,
525
 
          trunk/src/UI/GUI/BlockFunctionProperty.hxx,
526
 
          trunk/src/UI/GUI/Calculation.cxx,
527
 
          trunk/src/UI/GUI/Calculation.hxx,
528
 
          trunk/src/UI/GUI/CalculationC2.cxx,
529
 
          trunk/src/UI/GUI/CalculationC2.hxx,
530
 
          trunk/src/UI/GUI/CalculationC3.cxx,
531
 
          trunk/src/UI/GUI/CalculationC3.hxx,
532
 
          trunk/src/UI/GUI/CentralDispersion.cxx,
533
 
          trunk/src/UI/GUI/CentralDispersion.hxx,
534
 
          trunk/src/UI/GUI/CentralDispersionMethodProperty.cxx,
535
 
          trunk/src/UI/GUI/CentralDispersionMethodProperty.hxx,
536
 
          trunk/src/UI/GUI/Chapter.cxx, trunk/src/UI/GUI/Chapter.hxx,
537
 
          trunk/src/UI/GUI/ComparisonOperatorProperty.cxx,
538
 
          trunk/src/UI/GUI/ComparisonOperatorProperty.hxx,
539
 
          trunk/src/UI/GUI/Content.cxx, trunk/src/UI/GUI/Content.hxx,
540
 
          trunk/src/UI/GUI/Criterion.cxx, trunk/src/UI/GUI/Criterion.hxx,
541
 
          trunk/src/UI/GUI/DescriptionProperty.cxx,
542
 
          trunk/src/UI/GUI/DescriptionProperty.hxx,
543
 
          trunk/src/UI/GUI/DeterministicCriterion.cxx,
544
 
          trunk/src/UI/GUI/DeterministicCriterion.hxx,
545
 
          trunk/src/UI/GUI/DistributionProperty.hxx,
546
 
          trunk/src/UI/GUI/EntryVariable.cxx,
547
 
          trunk/src/UI/GUI/EntryVariable.hxx,
548
 
          trunk/src/UI/GUI/EntryVariableProperty.cxx,
549
 
          trunk/src/UI/GUI/EntryVariableProperty.hxx,
550
 
          trunk/src/UI/GUI/EntryVariableType.cxx,
551
 
          trunk/src/UI/GUI/EntryVariableType.hxx,
552
 
          trunk/src/UI/GUI/ExperimentProperty.cxx,
553
 
          trunk/src/UI/GUI/ExperimentProperty.hxx,
554
 
          trunk/src/UI/GUI/ExternalCode.cxx,
555
 
          trunk/src/UI/GUI/ExternalCode.hxx,
556
 
          trunk/src/UI/GUI/FinalVariable.cxx,
557
 
          trunk/src/UI/GUI/FinalVariable.hxx,
558
 
          trunk/src/UI/GUI/FinalVariableProperty.cxx,
559
 
          trunk/src/UI/GUI/FinalVariableProperty.hxx,
560
 
          trunk/src/UI/GUI/Function.cxx, trunk/src/UI/GUI/Function.hxx,
561
 
          trunk/src/UI/GUI/FunctionParametersProperty.cxx,
562
 
          trunk/src/UI/GUI/FunctionParametersProperty.hxx,
563
 
          trunk/src/UI/GUI/GradientCalculationProperty.cxx,
564
 
          trunk/src/UI/GUI/GradientCalculationProperty.hxx,
565
 
          trunk/src/UI/GUI/HessianCalculationProperty.cxx,
566
 
          trunk/src/UI/GUI/HessianCalculationProperty.hxx,
567
 
          trunk/src/UI/GUI/MinMaxProperty.cxx,
568
 
          trunk/src/UI/GUI/MinMaxProperty.hxx,
569
 
          trunk/src/UI/GUI/NearestPointAlgorithmProperty.cxx,
570
 
          trunk/src/UI/GUI/NearestPointAlgorithmProperty.hxx,
571
 
          trunk/src/UI/GUI/NumericalMathFunctionProperty.cxx,
572
 
          trunk/src/UI/GUI/NumericalMathFunctionProperty.hxx,
573
 
          trunk/src/UI/GUI/NumericalPointProperty.cxx,
574
 
          trunk/src/UI/GUI/NumericalPointProperty.hxx,
575
 
          trunk/src/UI/GUI/NumericalSampleProperty.cxx,
576
 
          trunk/src/UI/GUI/NumericalSampleProperty.hxx,
577
 
          trunk/src/UI/GUI/NumericalScalarProperty.cxx,
578
 
          trunk/src/UI/GUI/NumericalScalarProperty.hxx,
579
 
          trunk/src/UI/GUI/Parameter.cxx, trunk/src/UI/GUI/Parameter.hxx,
580
 
          trunk/src/UI/GUI/QConsole.cxx, trunk/src/UI/GUI/QConsole.hxx,
581
 
          trunk/src/UI/GUI/QOTAction.cxx, trunk/src/UI/GUI/QOTAction.hxx,
582
 
          trunk/src/UI/GUI/QOTFactory.cxx, trunk/src/UI/GUI/QOTFactory.hxx,
583
 
          trunk/src/UI/GUI/QOTItem.cxx, trunk/src/UI/GUI/QOTItem.hxx,
584
 
          trunk/src/UI/GUI/QOTListViewItem.cxx,
585
 
          trunk/src/UI/GUI/QOTListViewItem.hxx,
586
 
          trunk/src/UI/GUI/QOTNameProperty.cxx,
587
 
          trunk/src/UI/GUI/QOTNameProperty.hxx,
588
 
          trunk/src/UI/GUI/QOTObject.cxx, trunk/src/UI/GUI/QOTObject.hxx,
589
 
          trunk/src/UI/GUI/QOTProperty.cxx,
590
 
          trunk/src/UI/GUI/QOTProperty.hxx,
591
 
          trunk/src/UI/GUI/QOTTableItem.cxx,
592
 
          trunk/src/UI/GUI/QOTTableItem.hxx,
593
 
          trunk/src/UI/GUI/QOTTitleTableItem.cxx,
594
 
          trunk/src/UI/GUI/QOTTitleTableItem.hxx,
595
 
          trunk/src/UI/GUI/QOpenTURNS.cxx, trunk/src/UI/GUI/QOpenTURNS.hxx,
596
 
          trunk/src/UI/GUI/QPropertiesBrowser.cxx,
597
 
          trunk/src/UI/GUI/QPropertiesBrowser.hxx,
598
 
          trunk/src/UI/GUI/QPropertiesBrowserItem.cxx,
599
 
          trunk/src/UI/GUI/QPropertiesBrowserItem.hxx,
600
 
          trunk/src/UI/GUI/QPropertiesTable.cxx,
601
 
          trunk/src/UI/GUI/QPropertiesTable.hxx,
602
 
          trunk/src/UI/GUI/QStreamRedirect.cxx,
603
 
          trunk/src/UI/GUI/QStreamRedirect.hxx,
604
 
          trunk/src/UI/GUI/QStudyBrowser.cxx,
605
 
          trunk/src/UI/GUI/QStudyBrowser.hxx,
606
 
          trunk/src/UI/GUI/QVisualizationFrame.cxx,
607
 
          trunk/src/UI/GUI/QVisualizationFrame.hxx,
608
 
          trunk/src/UI/GUI/QVisualizationTable.cxx,
609
 
          trunk/src/UI/GUI/QVisualizationTable.hxx,
610
 
          trunk/src/UI/GUI/ResponseSurfaceFunction.cxx,
611
 
          trunk/src/UI/GUI/ResponseSurfaceFunction.hxx,
612
 
          trunk/src/UI/GUI/Result.cxx, trunk/src/UI/GUI/Result.hxx,
613
 
          trunk/src/UI/GUI/Step.cxx, trunk/src/UI/GUI/Step.hxx,
614
 
          trunk/src/UI/GUI/StepA.cxx, trunk/src/UI/GUI/StepA.hxx,
615
 
          trunk/src/UI/GUI/StepB.cxx, trunk/src/UI/GUI/StepB.hxx,
616
 
          trunk/src/UI/GUI/StepC2.cxx, trunk/src/UI/GUI/StepC2.hxx,
617
 
          trunk/src/UI/GUI/StepC3.cxx, trunk/src/UI/GUI/StepC3.hxx,
618
 
          trunk/src/UI/GUI/StrongMaximumTestProperty.cxx,
619
 
          trunk/src/UI/GUI/StrongMaximumTestProperty.hxx,
620
 
          trunk/src/UI/GUI/Study.cxx, trunk/src/UI/GUI/Study.hxx,
621
 
          trunk/src/UI/GUI/ThresholdExceedance.cxx,
622
 
          trunk/src/UI/GUI/ThresholdExceedance.hxx,
623
 
          trunk/src/UI/GUI/ThresholdExceedanceMethodProperty.cxx,
624
 
          trunk/src/UI/GUI/ThresholdExceedanceMethodProperty.hxx,
625
 
          trunk/src/UI/GUI/UnsignedLongProperty.cxx,
626
 
          trunk/src/UI/GUI/UnsignedLongProperty.hxx,
627
 
          trunk/src/UI/GUI/VariableTypeProperty.cxx,
628
 
          trunk/src/UI/GUI/VariableTypeProperty.hxx,
629
 
          trunk/src/UI/GUI/VariablesAssociationProperty.cxx,
630
 
          trunk/src/UI/GUI/VariablesAssociationProperty.hxx,
631
 
          trunk/src/UI/GUI/WrapperProperty.cxx,
632
 
          trunk/src/UI/GUI/WrapperProperty.hxx,
633
 
          trunk/src/UI/GUI/YesNoProperty.cxx,
634
 
          trunk/src/UI/GUI/YesNoProperty.hxx, trunk/src/UI/GUI/main.cxx,
635
 
          trunk/src/UI/TUI/Analytical.i,
636
 
          trunk/src/UI/TUI/ComparisonOperator.i,
637
 
          trunk/src/UI/TUI/ComposedNumericalMathEvaluationImplementation.i,
638
 
          trunk/src/UI/TUI/ComposedNumericalMathFunctionImplementation.i,
639
 
          trunk/src/UI/TUI/ComputedNumericalMathEvaluationImplementation.i,
640
 
          trunk/src/UI/TUI/ComputedNumericalMathFunctionImplementation.i,
641
 
          trunk/src/UI/TUI/ConfidenceInterval.i,
642
 
          trunk/src/UI/TUI/CorrelationAnalysis.i,
643
 
          trunk/src/UI/TUI/Description.i, trunk/src/UI/TUI/Distribution.i,
644
 
          trunk/src/UI/TUI/DistributionFactory.i,
645
 
          trunk/src/UI/TUI/Drawable.i, trunk/src/UI/TUI/Equal.i,
646
 
          trunk/src/UI/TUI/EventRandomVectorImplementation.i,
647
 
          trunk/src/UI/TUI/Experiment.i, trunk/src/UI/TUI/FORM.i,
648
 
          trunk/src/UI/TUI/FittingTest.i, trunk/src/UI/TUI/Graph.i,
649
 
          trunk/src/UI/TUI/Greater.i, trunk/src/UI/TUI/GreaterOrEqual.i,
650
 
          trunk/src/UI/TUI/Histogram.i, trunk/src/UI/TUI/Less.i,
651
 
          trunk/src/UI/TUI/LessOrEqual.i,
652
 
          trunk/src/UI/TUI/LinearNumericalMathEvaluationImplementation.i,
653
 
          trunk/src/UI/TUI/LinearNumericalMathFunctionImplementation.i,
654
 
          trunk/src/UI/TUI/Makefile.am, trunk/src/UI/TUI/Matrix.i,
655
 
          trunk/src/UI/TUI/NearestPointAlgorithm.i,
656
 
          trunk/src/UI/TUI/NearestPointAlgorithmImplementation.i,
657
 
          trunk/src/UI/TUI/NearestPointChecker.i,
658
 
          trunk/src/UI/TUI/NoNumericalMathEvaluationImplementation.i,
659
 
          trunk/src/UI/TUI/NoNumericalMathFunctionImplementation.i,
660
 
          trunk/src/UI/TUI/NumericalMathEvaluationImplementation.i,
661
 
          trunk/src/UI/TUI/NumericalMathFunction.i,
662
 
          trunk/src/UI/TUI/NumericalMathFunctionBody.i,
663
 
          trunk/src/UI/TUI/NumericalMathFunctionImplementation.i,
664
 
          trunk/src/UI/TUI/NumericalPoint.i,
665
 
          trunk/src/UI/TUI/NumericalPointImplementation.i,
666
 
          trunk/src/UI/TUI/NumericalSample.i, trunk/src/UI/TUI/Object.i,
667
 
          trunk/src/UI/TUI/PersistentCollection.i,
668
 
          trunk/src/UI/TUI/QuadraticNumericalMathEvaluationImplementation.i,
669
 
          trunk/src/UI/TUI/QuadraticNumericalMathFunctionImplementation.i,
670
 
          trunk/src/UI/TUI/RandomGenerator.i,
671
 
          trunk/src/UI/TUI/RandomVector.i, trunk/src/UI/TUI/ResourceMap.i,
672
 
          trunk/src/UI/TUI/RootStrategy.i, trunk/src/UI/TUI/SORM.i,
673
 
          trunk/src/UI/TUI/SamplingStrategy.i,
674
 
          trunk/src/UI/TUI/Simulation.i, trunk/src/UI/TUI/Solver.i,
675
 
          trunk/src/UI/TUI/Study.i, trunk/src/UI/TUI/Tensor.i,
676
 
          trunk/src/UI/TUI/UserDefined.i, trunk/src/UI/TUI/VisualTest.i,
677
 
          trunk/src/UI/TUI/openturns.i,
678
 
          trunk/src/Uncertainty/Algorithm/Analytical/Analytical.hxx,
679
 
          trunk/src/Uncertainty/Algorithm/Analytical/AnalyticalResult.cxx,
680
 
          trunk/src/Uncertainty/Algorithm/Analytical/FORM/FORM.hxx,
681
 
          trunk/src/Uncertainty/Algorithm/Analytical/FORM/FORMResult.cxx,
682
 
          trunk/src/Uncertainty/Algorithm/Analytical/SORM/SORM.hxx,
683
 
          trunk/src/Uncertainty/Algorithm/Analytical/SORM/SORMResult.cxx,
684
 
          trunk/src/Uncertainty/Algorithm/Analytical/StrongMaximumTest.hxx,
685
 
          trunk/src/Uncertainty/Algorithm/Experiments/Box.cxx,
686
 
          trunk/src/Uncertainty/Algorithm/Experiments/Box.hxx,
687
 
          trunk/src/Uncertainty/Algorithm/Experiments/LinearLeastSquares.cxx,
688
 
          trunk/src/Uncertainty/Algorithm/Experiments/LinearTaylor.cxx,
689
 
          trunk/src/Uncertainty/Algorithm/Experiments/QuadraticLeastSquares.cxx,
690
 
          trunk/src/Uncertainty/Algorithm/Experiments/QuadraticTaylor.cxx,
691
 
          trunk/src/Uncertainty/Algorithm/IsoProbabilisticTransformation/MarginalTransformation/InverseMarginalTransformationFunction.cxx,
692
 
          trunk/src/Uncertainty/Algorithm/IsoProbabilisticTransformation/MarginalTransformation/InverseMarginalTransformationFunction.hxx,
693
 
          trunk/src/Uncertainty/Algorithm/IsoProbabilisticTransformation/MarginalTransformation/MarginalTransformationFunction.cxx,
694
 
          trunk/src/Uncertainty/Algorithm/IsoProbabilisticTransformation/MarginalTransformation/MarginalTransformationFunction.hxx,
695
 
          trunk/src/Uncertainty/Algorithm/IsoProbabilisticTransformation/MarginalTransformation/MarginalTransformationHessian.hxx,
696
 
          trunk/src/Uncertainty/Algorithm/IsoProbabilisticTransformation/NatafEllipticalCopula/InverseNatafEllipticalCopulaFunction.cxx,
697
 
          trunk/src/Uncertainty/Algorithm/IsoProbabilisticTransformation/NatafEllipticalCopula/InverseNatafEllipticalCopulaFunction.hxx,
698
 
          trunk/src/Uncertainty/Algorithm/IsoProbabilisticTransformation/NatafEllipticalCopula/NatafEllipticalCopulaFunction.cxx,
699
 
          trunk/src/Uncertainty/Algorithm/IsoProbabilisticTransformation/NatafEllipticalCopula/NatafEllipticalCopulaFunction.hxx,
700
 
          trunk/src/Uncertainty/Algorithm/IsoProbabilisticTransformation/NatafEllipticalDistribution/InverseNatafEllipticalDistributionFunction.cxx,
701
 
          trunk/src/Uncertainty/Algorithm/IsoProbabilisticTransformation/NatafEllipticalDistribution/InverseNatafEllipticalDistributionFunction.hxx,
702
 
          trunk/src/Uncertainty/Algorithm/IsoProbabilisticTransformation/NatafEllipticalDistribution/NatafEllipticalDistributionFunction.cxx,
703
 
          trunk/src/Uncertainty/Algorithm/IsoProbabilisticTransformation/NatafEllipticalDistribution/NatafEllipticalDistributionFunction.hxx,
704
 
          trunk/src/Uncertainty/Algorithm/QuadraticCumul/QuadraticCumul.cxx,
705
 
          trunk/src/Uncertainty/Algorithm/QuadraticCumul/QuadraticCumul.hxx,
706
 
          trunk/src/Uncertainty/Algorithm/Simulation/Result.cxx,
707
 
          trunk/src/Uncertainty/Algorithm/Simulation/Simulation.cxx,
708
 
          trunk/src/Uncertainty/Algorithm/Simulation/Simulation.hxx,
709
 
          trunk/src/Uncertainty/Algorithm/Simulation/Wilks.cxx,
710
 
          trunk/src/Uncertainty/Distribution/Beta.cxx,
711
 
          trunk/src/Uncertainty/Distribution/Beta.hxx,
712
 
          trunk/src/Uncertainty/Distribution/BetaFactory.cxx,
713
 
          trunk/src/Uncertainty/Distribution/BetaFactory.hxx,
714
 
          trunk/src/Uncertainty/Distribution/ComposedDistribution.cxx,
715
 
          trunk/src/Uncertainty/Distribution/ComposedDistribution.hxx,
716
 
          trunk/src/Uncertainty/Distribution/Exponential.cxx,
717
 
          trunk/src/Uncertainty/Distribution/Exponential.hxx,
718
 
          trunk/src/Uncertainty/Distribution/ExponentialFactory.cxx,
719
 
          trunk/src/Uncertainty/Distribution/ExponentialFactory.hxx,
720
 
          trunk/src/Uncertainty/Distribution/ExtraFunc/dcdflib.hxx,
721
 
          trunk/src/Uncertainty/Distribution/ExtraFunc/sadmvnt.f,
722
 
          trunk/src/Uncertainty/Distribution/Gamma.cxx,
723
 
          trunk/src/Uncertainty/Distribution/Gamma.hxx,
724
 
          trunk/src/Uncertainty/Distribution/GammaFactory.cxx,
725
 
          trunk/src/Uncertainty/Distribution/GammaFactory.hxx,
726
 
          trunk/src/Uncertainty/Distribution/Geometric.cxx,
727
 
          trunk/src/Uncertainty/Distribution/Geometric.hxx,
728
 
          trunk/src/Uncertainty/Distribution/GeometricFactory.cxx,
729
 
          trunk/src/Uncertainty/Distribution/GeometricFactory.hxx,
730
 
          trunk/src/Uncertainty/Distribution/Gumbel.cxx,
731
 
          trunk/src/Uncertainty/Distribution/Gumbel.hxx,
732
 
          trunk/src/Uncertainty/Distribution/GumbelFactory.cxx,
733
 
          trunk/src/Uncertainty/Distribution/GumbelFactory.hxx,
734
 
          trunk/src/Uncertainty/Distribution/Histogram.cxx,
735
 
          trunk/src/Uncertainty/Distribution/Histogram.hxx,
736
 
          trunk/src/Uncertainty/Distribution/HistogramFactory.cxx,
737
 
          trunk/src/Uncertainty/Distribution/HistogramFactory.hxx,
738
 
          trunk/src/Uncertainty/Distribution/IndependentCopula.cxx,
739
 
          trunk/src/Uncertainty/Distribution/IndependentCopula.hxx,
740
 
          trunk/src/Uncertainty/Distribution/KernelSmoothing.cxx,
741
 
          trunk/src/Uncertainty/Distribution/KernelSmoothing.hxx,
742
 
          trunk/src/Uncertainty/Distribution/LogNormal.cxx,
743
 
          trunk/src/Uncertainty/Distribution/LogNormal.hxx,
744
 
          trunk/src/Uncertainty/Distribution/LogNormalFactory.cxx,
745
 
          trunk/src/Uncertainty/Distribution/LogNormalFactory.hxx,
746
 
          trunk/src/Uncertainty/Distribution/Logistic.cxx,
747
 
          trunk/src/Uncertainty/Distribution/Logistic.hxx,
748
 
          trunk/src/Uncertainty/Distribution/LogisticFactory.cxx,
749
 
          trunk/src/Uncertainty/Distribution/LogisticFactory.hxx,
750
 
          trunk/src/Uncertainty/Distribution/Mixture.cxx,
751
 
          trunk/src/Uncertainty/Distribution/MultiNomial.cxx,
752
 
          trunk/src/Uncertainty/Distribution/MultiNomial.hxx,
753
 
          trunk/src/Uncertainty/Distribution/MultiNomialFactory.cxx,
754
 
          trunk/src/Uncertainty/Distribution/MultiNomialFactory.hxx,
755
 
          trunk/src/Uncertainty/Distribution/Normal.cxx,
756
 
          trunk/src/Uncertainty/Distribution/Normal.hxx,
757
 
          trunk/src/Uncertainty/Distribution/NormalCopula.cxx,
758
 
          trunk/src/Uncertainty/Distribution/NormalCopula.hxx,
759
 
          trunk/src/Uncertainty/Distribution/NormalFactory.cxx,
760
 
          trunk/src/Uncertainty/Distribution/NormalFactory.hxx,
761
 
          trunk/src/Uncertainty/Distribution/Poisson.cxx,
762
 
          trunk/src/Uncertainty/Distribution/Poisson.hxx,
763
 
          trunk/src/Uncertainty/Distribution/PoissonFactory.cxx,
764
 
          trunk/src/Uncertainty/Distribution/PoissonFactory.hxx,
765
 
          trunk/src/Uncertainty/Distribution/Student.cxx,
766
 
          trunk/src/Uncertainty/Distribution/Student.hxx,
767
 
          trunk/src/Uncertainty/Distribution/StudentFactory.cxx,
768
 
          trunk/src/Uncertainty/Distribution/StudentFactory.hxx,
769
 
          trunk/src/Uncertainty/Distribution/Triangular.cxx,
770
 
          trunk/src/Uncertainty/Distribution/Triangular.hxx,
771
 
          trunk/src/Uncertainty/Distribution/TriangularFactory.cxx,
772
 
          trunk/src/Uncertainty/Distribution/TriangularFactory.hxx,
773
 
          trunk/src/Uncertainty/Distribution/TruncatedNormal.cxx,
774
 
          trunk/src/Uncertainty/Distribution/TruncatedNormal.hxx,
775
 
          trunk/src/Uncertainty/Distribution/TruncatedNormalFactory.cxx,
776
 
          trunk/src/Uncertainty/Distribution/TruncatedNormalFactory.hxx,
777
 
          trunk/src/Uncertainty/Distribution/Uniform.cxx,
778
 
          trunk/src/Uncertainty/Distribution/Uniform.hxx,
779
 
          trunk/src/Uncertainty/Distribution/UniformFactory.cxx,
780
 
          trunk/src/Uncertainty/Distribution/UniformFactory.hxx,
781
 
          trunk/src/Uncertainty/Distribution/UserDefined.cxx,
782
 
          trunk/src/Uncertainty/Distribution/UserDefined.hxx,
783
 
          trunk/src/Uncertainty/Distribution/UserDefinedFactory.cxx,
784
 
          trunk/src/Uncertainty/Distribution/UserDefinedFactory.hxx,
785
 
          trunk/src/Uncertainty/Distribution/Weibull.cxx,
786
 
          trunk/src/Uncertainty/Distribution/Weibull.hxx,
787
 
          trunk/src/Uncertainty/Distribution/WeibullFactory.cxx,
788
 
          trunk/src/Uncertainty/Distribution/WeibullFactory.hxx,
789
 
          trunk/src/Uncertainty/Model/CompositeRandomVectorImplementation.cxx,
790
 
          trunk/src/Uncertainty/Model/CompositeRandomVectorImplementation.hxx,
791
 
          trunk/src/Uncertainty/Model/ConstantRandomVectorImplementation.cxx,
792
 
          trunk/src/Uncertainty/Model/ConstantRandomVectorImplementation.hxx,
793
 
          trunk/src/Uncertainty/Model/Distribution.cxx,
794
 
          trunk/src/Uncertainty/Model/Distribution.hxx,
795
 
          trunk/src/Uncertainty/Model/DistributionFactory.cxx,
796
 
          trunk/src/Uncertainty/Model/DistributionFactory.hxx,
797
 
          trunk/src/Uncertainty/Model/DistributionImplementation.cxx,
798
 
          trunk/src/Uncertainty/Model/DistributionImplementation.hxx,
799
 
          trunk/src/Uncertainty/Model/DistributionImplementationFactory.cxx,
800
 
          trunk/src/Uncertainty/Model/DistributionImplementationFactory.hxx,
801
 
          trunk/src/Uncertainty/Model/EllipticalDistributionImplementation.cxx,
802
 
          trunk/src/Uncertainty/Model/EllipticalDistributionImplementation.hxx,
803
 
          trunk/src/Uncertainty/Model/Event.cxx,
804
 
          trunk/src/Uncertainty/Model/Event.hxx,
805
 
          trunk/src/Uncertainty/Model/EventRandomVectorImplementation.cxx,
806
 
          trunk/src/Uncertainty/Model/EventRandomVectorImplementation.hxx,
807
 
          trunk/src/Uncertainty/Model/Makefile.am,
808
 
          trunk/src/Uncertainty/Model/RandomVector.cxx,
809
 
          trunk/src/Uncertainty/Model/RandomVector.hxx,
810
 
          trunk/src/Uncertainty/Model/RandomVectorImplementation.cxx,
811
 
          trunk/src/Uncertainty/Model/RandomVectorImplementation.hxx,
812
 
          trunk/src/Uncertainty/Model/StandardEvent.cxx,
813
 
          trunk/src/Uncertainty/Model/StandardEvent.hxx,
814
 
          trunk/src/Uncertainty/Model/UsualRandomVectorImplementation.cxx,
815
 
          trunk/src/Uncertainty/Model/UsualRandomVectorImplementation.hxx,
816
 
          trunk/src/Uncertainty/StatTests/FittingTest.cxx,
817
 
          trunk/src/Uncertainty/StatTests/FittingTest.hxx,
818
 
          trunk/src/Uncertainty/StatTests/HypothesisTest.cxx,
819
 
          trunk/src/Uncertainty/StatTests/LinearModelTest.cxx,
820
 
          trunk/src/Uncertainty/StatTests/NormalityTest.cxx,
821
 
          trunk/test/Makefile.am, trunk/test/check_testsuite.at,
822
 
          trunk/test/installcheck_testsuite.at,
823
 
          trunk/test/python_installcheck_testsuite.at,
824
 
          trunk/test/t_AbdoRackwitz_linear.at,
825
 
          trunk/test/t_AbdoRackwitz_linear.atpy,
826
 
          trunk/test/t_AbdoRackwitz_linear.cxx,
827
 
          trunk/test/t_AbdoRackwitz_linear.py,
828
 
          trunk/test/t_AbdoRackwitz_nonlinear.at,
829
 
          trunk/test/t_AbdoRackwitz_nonlinear.atpy,
830
 
          trunk/test/t_AbdoRackwitz_nonlinear.cxx,
831
 
          trunk/test/t_AbdoRackwitz_nonlinear.py,
832
 
          trunk/test/t_AbdoRackwitz_std.at,
833
 
          trunk/test/t_AbdoRackwitz_std.atpy,
834
 
          trunk/test/t_BarPlot_std.atpy, trunk/test/t_BarPlot_std.cxx,
835
 
          trunk/test/t_BetaFactory_std.at,
836
 
          trunk/test/t_BetaFactory_std.atpy, trunk/test/t_Beta_std.atpy,
837
 
          trunk/test/t_Beta_std.py, trunk/test/t_Bisection_std.at,
838
 
          trunk/test/t_Bisection_std.atpy, trunk/test/t_Bisection_std.py,
839
 
          trunk/test/t_Brent_std.at, trunk/test/t_Brent_std.atpy,
840
 
          trunk/test/t_Brent_std.py,
841
 
          trunk/test/t_CenteredFiniteDifferenceGradient_std.at,
842
 
          trunk/test/t_CenteredFiniteDifferenceGradient_std.atpy,
843
 
          trunk/test/t_CenteredFiniteDifferenceGradient_std.cxx,
844
 
          trunk/test/t_CenteredFiniteDifferenceGradient_std.py,
845
 
          trunk/test/t_CenteredFiniteDifferenceHessian_std.at,
846
 
          trunk/test/t_CenteredFiniteDifferenceHessian_std.atpy,
847
 
          trunk/test/t_CenteredFiniteDifferenceHessian_std.cxx,
848
 
          trunk/test/t_CenteredFiniteDifferenceHessian_std.py,
849
 
          trunk/test/t_Cloud_std.atpy, trunk/test/t_Cloud_std.cxx,
850
 
          trunk/test/t_Cobyla_linear.at, trunk/test/t_Cobyla_linear.atpy,
851
 
          trunk/test/t_Cobyla_linear.py, trunk/test/t_Cobyla_nonlinear.at,
852
 
          trunk/test/t_Cobyla_nonlinear.atpy,
853
 
          trunk/test/t_Cobyla_nonlinear.py, trunk/test/t_Cobyla_std.at,
854
 
          trunk/test/t_Cobyla_std.atpy,
855
 
          trunk/test/t_ComposedDistribution_big.atpy,
856
 
          trunk/test/t_ComposedDistribution_big.py,
857
 
          trunk/test/t_ComposedDistribution_std.atpy,
858
 
          trunk/test/t_ComposedDistribution_std.py,
859
 
          trunk/test/t_ComputedNumericalMathEvaluationImplementationFactory_std.at,
860
 
          trunk/test/t_ComputedNumericalMathEvaluationImplementationFactory_std.cxx,
861
 
          trunk/test/t_ComputedNumericalMathEvaluationImplementation_copy.at,
862
 
          trunk/test/t_ComputedNumericalMathEvaluationImplementation_copy.cxx,
863
 
          trunk/test/t_ComputedNumericalMathEvaluationImplementation_state.at,
864
 
          trunk/test/t_ComputedNumericalMathEvaluationImplementation_state.cxx,
865
 
          trunk/test/t_ComputedNumericalMathEvaluationImplementation_std.at,
866
 
          trunk/test/t_ComputedNumericalMathEvaluationImplementation_std.cxx,
867
 
          trunk/test/t_ComputedNumericalMathEvaluationImplementation_wrongarg.at,
868
 
          trunk/test/t_ComputedNumericalMathEvaluationImplementation_wrongarg.cxx,
869
 
          trunk/test/t_ComputedNumericalMathFunctionImplementationFactory_std.at,
870
 
          trunk/test/t_ComputedNumericalMathFunctionImplementationFactory_std.cxx,
871
 
          trunk/test/t_ComputedNumericalMathFunctionImplementation_copy.at,
872
 
          trunk/test/t_ComputedNumericalMathFunctionImplementation_copy.atpy,
873
 
          trunk/test/t_ComputedNumericalMathFunctionImplementation_copy.cxx,
874
 
          trunk/test/t_ComputedNumericalMathFunctionImplementation_state.at,
875
 
          trunk/test/t_ComputedNumericalMathFunctionImplementation_state.cxx,
876
 
          trunk/test/t_ComputedNumericalMathFunctionImplementation_std.at,
877
 
          trunk/test/t_ComputedNumericalMathFunctionImplementation_std.cxx,
878
 
          trunk/test/t_ComputedNumericalMathFunctionImplementation_wrongarg.at,
879
 
          trunk/test/t_ComputedNumericalMathFunctionImplementation_wrongarg.cxx,
880
 
          trunk/test/t_ConfidenceInterval_std.atpy,
881
 
          trunk/test/t_ConstantNumericalMathGradientImplementation_std.at,
882
 
          trunk/test/t_ConstantNumericalMathGradientImplementation_std.atpy,
883
 
          trunk/test/t_ConstantNumericalMathHessianImplementation_std.at,
884
 
          trunk/test/t_ConstantNumericalMathHessianImplementation_std.atpy,
885
 
          trunk/test/t_CovarianceMatrixLapack_std.atpy,
886
 
          trunk/test/t_CovarianceMatrixLapack_std.py,
887
 
          trunk/test/t_Curve_std.atpy, trunk/test/t_Curve_std.cxx,
888
 
          trunk/test/t_DirectionalSampling_std.at,
889
 
          trunk/test/t_DirectionalSampling_std.atpy,
890
 
          trunk/test/t_Event_std.at, trunk/test/t_Event_std.atpy,
891
 
          trunk/test/t_Event_std.cxx, trunk/test/t_Event_std.py,
892
 
          trunk/test/t_ExponentialFactory_std.at,
893
 
          trunk/test/t_ExponentialFactory_std.atpy,
894
 
          trunk/test/t_Exponential_std.atpy,
895
 
          trunk/test/t_Exponential_std.py, trunk/test/t_FORM_draw.at,
896
 
          trunk/test/t_FORM_draw.atpy, trunk/test/t_FORM_draw.py,
897
 
          trunk/test/t_FORM_sensitivity.at,
898
 
          trunk/test/t_FORM_sensitivity.atpy,
899
 
          trunk/test/t_FORM_sensitivity.py,
900
 
          trunk/test/t_FORM_sensitivity2.at, trunk/test/t_FORM_std.at,
901
 
          trunk/test/t_FORM_std.atpy, trunk/test/t_FORM_std.py,
902
 
          trunk/test/t_FittingTest_std.at,
903
 
          trunk/test/t_FittingTest_std.atpy,
904
 
          trunk/test/t_FittingTest_std.cxx,
905
 
          trunk/test/t_FittingTest_std.py,
906
 
          trunk/test/t_GammaFactory_std.at,
907
 
          trunk/test/t_GammaFactory_std.atpy, trunk/test/t_Gamma_std.atpy,
908
 
          trunk/test/t_Gamma_std.py, trunk/test/t_Geometric_std.atpy,
909
 
          trunk/test/t_Geometric_std.py, trunk/test/t_Graph_1.cxx,
910
 
          trunk/test/t_Graph_11.cxx, trunk/test/t_Graph_2.cxx,
911
 
          trunk/test/t_Graph_3.cxx, trunk/test/t_Graph_4.cxx,
912
 
          trunk/test/t_Graph_9.cxx, trunk/test/t_Graph_mix.cxx,
913
 
          trunk/test/t_Graph_mix.py, trunk/test/t_Gumbel_std.atpy,
914
 
          trunk/test/t_Gumbel_std.py, trunk/test/t_Histogram_std.atpy,
915
 
          trunk/test/t_Histogram_std.py,
916
 
          trunk/test/t_HypothesisTest_std.atpy,
917
 
          trunk/test/t_IdentityMatrix_std.at,
918
 
          trunk/test/t_IdentityMatrix_std.atpy,
919
 
          trunk/test/t_IdentityMatrix_std.py,
920
 
          trunk/test/t_ImportanceSampling_std.at,
921
 
          trunk/test/t_ImportanceSampling_std.atpy,
922
 
          trunk/test/t_IndependentCopula_std.atpy,
923
 
          trunk/test/t_IndependentCopula_std.py,
924
 
          trunk/test/t_IsoProbabilisticTransformation_EllipticalCopula.at,
925
 
          trunk/test/t_IsoProbabilisticTransformation_EllipticalCopula.atpy,
926
 
          trunk/test/t_IsoProbabilisticTransformation_EllipticalCopula.cxx,
927
 
          trunk/test/t_IsoProbabilisticTransformation_EllipticalCopula.py,
928
 
          trunk/test/t_IsoProbabilisticTransformation_EllipticalDistribution.at,
929
 
          trunk/test/t_IsoProbabilisticTransformation_EllipticalDistribution.atpy,
930
 
          trunk/test/t_IsoProbabilisticTransformation_EllipticalDistribution.cxx,
931
 
          trunk/test/t_IsoProbabilisticTransformation_EllipticalDistribution.py,
932
 
          trunk/test/t_KernelSmoothing_std.at,
933
 
          trunk/test/t_KernelSmoothing_std.cxx,
934
 
          trunk/test/t_KernelSmoothing_std.py, trunk/test/t_LHS_std.at,
935
 
          trunk/test/t_LHS_std.atpy,
936
 
          trunk/test/t_LinearLeastSquares_std.at,
937
 
          trunk/test/t_LinearLeastSquares_std.atpy,
938
 
          trunk/test/t_LinearModelTest_std.atpy,
939
 
          trunk/test/t_LinearModelTest_std.cxx,
940
 
          trunk/test/t_LinearModelTest_std.py,
941
 
          trunk/test/t_LinearModel_std.at,
942
 
          trunk/test/t_LinearModel_std.atpy,
943
 
          trunk/test/t_LinearModel_std.cxx,
944
 
          trunk/test/t_LinearModel_std.py,
945
 
          trunk/test/t_LinearNumericalMathEvaluationImplementation_std.at,
946
 
          trunk/test/t_LinearNumericalMathEvaluationImplementation_std.atpy,
947
 
          trunk/test/t_LinearNumericalMathEvaluationImplementation_std.cxx,
948
 
          trunk/test/t_LinearNumericalMathEvaluationImplementation_std.py,
949
 
          trunk/test/t_LinearNumericalMathFunctionImplementation_std.at,
950
 
          trunk/test/t_LinearNumericalMathFunctionImplementation_std.atpy,
951
 
          trunk/test/t_LinearNumericalMathFunctionImplementation_std.cxx,
952
 
          trunk/test/t_LinearNumericalMathFunctionImplementation_std.py,
953
 
          trunk/test/t_LinearNumericalMathFunction_std.at,
954
 
          trunk/test/t_LinearNumericalMathFunction_std.atpy,
955
 
          trunk/test/t_LinearNumericalMathGradientImplementation_std.at,
956
 
          trunk/test/t_LinearNumericalMathGradientImplementation_std.atpy,
957
 
          trunk/test/t_LinearTaylor_std.at,
958
 
          trunk/test/t_LinearTaylor_std.atpy,
959
 
          trunk/test/t_LogNormal_std.atpy, trunk/test/t_LogNormal_std.py,
960
 
          trunk/test/t_Logistic_std.atpy, trunk/test/t_Logistic_std.py,
961
 
          trunk/test/t_MergeRandomAndConstantInput.cxx,
962
 
          trunk/test/t_MinMax_computation.at,
963
 
          trunk/test/t_MinMax_computation.atpy,
964
 
          trunk/test/t_MinMax_computation.cxx,
965
 
          trunk/test/t_MinMax_computation.py, trunk/test/t_Mixture_std.at,
966
 
          trunk/test/t_Mixture_std.atpy, trunk/test/t_Mixture_std.py,
967
 
          trunk/test/t_MonteCarlo_draw.at,
968
 
          trunk/test/t_MonteCarlo_draw.atpy,
969
 
          trunk/test/t_MonteCarlo_std.at, trunk/test/t_MonteCarlo_std.atpy,
970
 
          trunk/test/t_MultiNomial_std.cxx,
971
 
          trunk/test/t_MultiNomial_std.py,
972
 
          trunk/test/t_NearestPointChecker_std.at,
973
 
          trunk/test/t_NearestPointChecker_std.atpy,
974
 
          trunk/test/t_NearestPointChecker_std.py,
975
 
          trunk/test/t_NonCenteredFiniteDifferenceGradient_std.at,
976
 
          trunk/test/t_NonCenteredFiniteDifferenceGradient_std.atpy,
977
 
          trunk/test/t_NonCenteredFiniteDifferenceGradient_std.cxx,
978
 
          trunk/test/t_NonCenteredFiniteDifferenceGradient_std.py,
979
 
          trunk/test/t_NormalCopula_std.atpy,
980
 
          trunk/test/t_NormalCopula_std.py, trunk/test/t_Normal_big.atpy,
981
 
          trunk/test/t_Normal_big.py, trunk/test/t_Normal_std.atpy,
982
 
          trunk/test/t_Normal_std.cxx, trunk/test/t_Normal_std.py,
983
 
          trunk/test/t_NumericalMathFunction_analytical.at,
984
 
          trunk/test/t_NumericalMathFunction_analytical.atpy,
985
 
          trunk/test/t_NumericalMathFunction_composition.at,
986
 
          trunk/test/t_NumericalMathFunction_composition.atpy,
987
 
          trunk/test/t_NumericalMathFunction_composition.py,
988
 
          trunk/test/t_NumericalMathFunction_exec.cxx,
989
 
          trunk/test/t_NumericalMathFunction_exec.py,
990
 
          trunk/test/t_NumericalMathFunction_exec_sample.cxx,
991
 
          trunk/test/t_NumericalMathFunction_exec_sample.py,
992
 
          trunk/test/t_NumericalMathFunction_grad.cxx,
993
 
          trunk/test/t_NumericalMathFunction_hess.cxx,
994
 
          trunk/test/t_NumericalMathFunction_sample.cxx,
995
 
          trunk/test/t_NumericalMathFunction_std.at,
996
 
          trunk/test/t_NumericalMathFunction_std.atpy,
997
 
          trunk/test/t_NumericalMathFunction_std.cxx,
998
 
          trunk/test/t_NumericalPoint_std.atpy,
999
 
          trunk/test/t_NumericalPoint_std.py,
1000
 
          trunk/test/t_NumericalSample_csv.atpy,
1001
 
          trunk/test/t_NumericalSample_csv.py,
1002
 
          trunk/test/t_NumericalSample_std.cxx, trunk/test/t_Pie_std.atpy,
1003
 
          trunk/test/t_Pie_std.cxx, trunk/test/t_Poisson_std.atpy,
1004
 
          trunk/test/t_Poisson_std.py,
1005
 
          trunk/test/t_QuadraticCumul_run.atpy,
1006
 
          trunk/test/t_QuadraticCumul_std.atpy,
1007
 
          trunk/test/t_QuadraticLeastSquares_std.at,
1008
 
          trunk/test/t_QuadraticLeastSquares_std.atpy,
1009
 
          trunk/test/t_QuadraticNumericalMathEvaluationImplementation_std.at,
1010
 
          trunk/test/t_QuadraticNumericalMathEvaluationImplementation_std.atpy,
1011
 
          trunk/test/t_QuadraticNumericalMathEvaluationImplementation_std.cxx,
1012
 
          trunk/test/t_QuadraticNumericalMathEvaluationImplementation_std.py,
1013
 
          trunk/test/t_QuadraticNumericalMathFunctionImplementation_std.at,
1014
 
          trunk/test/t_QuadraticNumericalMathFunctionImplementation_std.atpy,
1015
 
          trunk/test/t_QuadraticNumericalMathFunctionImplementation_std.cxx,
1016
 
          trunk/test/t_QuadraticNumericalMathFunctionImplementation_std.py,
1017
 
          trunk/test/t_QuadraticTaylor_std.at,
1018
 
          trunk/test/t_QuadraticTaylor_std.atpy,
1019
 
          trunk/test/t_RandomGenerator_std.atpy,
1020
 
          trunk/test/t_RandomGenerator_std.py,
1021
 
          trunk/test/t_RandomVector_function.at,
1022
 
          trunk/test/t_RandomVector_function.atpy,
1023
 
          trunk/test/t_SORM_std.at, trunk/test/t_SORM_std.atpy,
1024
 
          trunk/test/t_SORM_std.py, trunk/test/t_Secant_std.at,
1025
 
          trunk/test/t_Secant_std.atpy, trunk/test/t_Secant_std.py,
1026
 
          trunk/test/t_SquareMatrixLapack_std.atpy,
1027
 
          trunk/test/t_SquareMatrixLapack_std.py,
1028
 
          trunk/test/t_Staircase_std.atpy, trunk/test/t_Staircase_std.cxx,
1029
 
          trunk/test/t_StandardEvent_std.at,
1030
 
          trunk/test/t_StandardEvent_std.atpy,
1031
 
          trunk/test/t_StandardEvent_std.cxx,
1032
 
          trunk/test/t_StandardEvent_std.py,
1033
 
          trunk/test/t_StrongMaximumTest_other.at,
1034
 
          trunk/test/t_StrongMaximumTest_other.atpy,
1035
 
          trunk/test/t_StrongMaximumTest_other.py,
1036
 
          trunk/test/t_StrongMaximumTest_std.at,
1037
 
          trunk/test/t_StrongMaximumTest_std.atpy,
1038
 
          trunk/test/t_StrongMaximumTest_std.py,
1039
 
          trunk/test/t_StrongMaximumTest_tabulatedValues.atpy,
1040
 
          trunk/test/t_StrongMaximumTest_tabulatedValues.py,
1041
 
          trunk/test/t_Student_std.atpy, trunk/test/t_Student_std.py,
1042
 
          trunk/test/t_Study_load.cxx, trunk/test/t_Study_load.py,
1043
 
          trunk/test/t_Study_save.cxx, trunk/test/t_Study_save.py,
1044
 
          trunk/test/t_SymmetricTensor_std.atpy,
1045
 
          trunk/test/t_SymmetricTensor_std.py,
1046
 
          trunk/test/t_Tensor_std.atpy, trunk/test/t_Tensor_std.py,
1047
 
          trunk/test/t_TestResult_std.atpy, trunk/test/t_TestResult_std.py,
1048
 
          trunk/test/t_TriangularFactory_std.at,
1049
 
          trunk/test/t_TriangularFactory_std.atpy,
1050
 
          trunk/test/t_Triangular_std.atpy, trunk/test/t_Triangular_std.py,
1051
 
          trunk/test/t_TruncatedNormalFactory_std.cxx,
1052
 
          trunk/test/t_TruncatedNormal_std.atpy,
1053
 
          trunk/test/t_TruncatedNormal_std.py,
1054
 
          trunk/test/t_UniformFactory_std.at,
1055
 
          trunk/test/t_UniformFactory_std.atpy,
1056
 
          trunk/test/t_Uniform_std.atpy, trunk/test/t_Uniform_std.py,
1057
 
          trunk/test/t_WeibullFactory_std.at,
1058
 
          trunk/test/t_WeibullFactory_std.atpy,
1059
 
          trunk/test/t_Weibull_std.atpy, trunk/test/t_Weibull_std.py,
1060
 
          trunk/wrappers/DistributedWrapper/DrmaaInterface/DrmaaInterface.hxx,
1061
 
          trunk/wrappers/DistributedWrapper/DrmaaInterface/ReadFileDescription.cxx,
1062
 
          trunk/wrappers/DistributedWrapper/DrmaaInterface/ReadServerDescription.cxx,
1063
 
          trunk/wrappers/MyWrapper/MyWrapper.c: MERGE: merging from
1064
 
          experiments into trunk (rev. 406:433)
1065
 
          trunk> svn merge -r 406:433 http://.../branches/experiments
1066
 
          
1067
 
          Add some missing files.
1068
 
          Enhancement of NumericalMathFunction when its implementation is
1069
 
          an external code.
1070
 
          Enhancement of drawing capabilitie for DistributionImplementation
1071
 
          class.
1072
 
          Enhancement of ViewImage TUI viewer. Warning: the viewers are not
1073
 
          correctly destroyed at the end of the session for now.
1074
 
          Add new tests scripts for the TUI.
1075
 
          Enhance the ViewImage method in the TUI: the viwers are now
1076
 
          automatically managed, no more need to kill them manually.
1077
 
          General cleaning of the TUI tests scripts for portability issues.
1078
 
          Enhancement of TruncatedNormal class.
1079
 
          Enhancement of IdentityMatrix class.
1080
 
          Enhancement of AbdoRackwitz class.
1081
 
          Enhancement of Cobyla class.
1082
 
          Change NumericalMathFunctionImplementation class to
1083
 
          NumericalMathEvaluationImplementation class.
1084
 
          Enhance NearestPointAlgorithmImplementation class for TUI
1085
 
          integration.
1086
 
          Enhance NumericalMathFunction class for TUI integration.
1087
 
          Change NumericalMathFunctionBody class to
1088
 
          NumericalMathFunctionImplementation class.
1089
 
          Add new python tests scripts.
1090
 
          Fix bugs in using CenteredFiniteDifferenceGradient,
1091
 
          NonCenteredFiniteDifferenceGradient,
1092
 
          CenteredFiniteDifferenceHessian classes into TUI.
1093
 
          BETA: add save/load methods to ComposedDistribution class.
1094
 
          Fix a bug in ComposedDistribution class.
1095
 
          First step toward multidimensional Student distribution.
1096
 
          Add save/load methods to Beta class.
1097
 
          Fix a bug in getCovariance method for Mixture class.
1098
 
          Minor changes to RandomVectorImplementation class for TUI
1099
 
          integration.
1100
 
          Add save/load methods to DistributionImplementation class.
1101
 
          Add save/load methods to EllipticalDistributionImplementation
1102
 
          class.
1103
 
          Enhance RandomVector class.
1104
 
          Fix a minor bug in Analytical::Result class.
1105
 
          Add save/load methods to Simulation::Result class.
1106
 
          Enhancement of Graph class.
1107
 
          Enhancement of GraphImplementation class.
1108
 
          Add save/load methods to Optimisation::Result class.
1109
 
          BETA: add save/load methods to
1110
 
          NumericalMathFunctionImplementation class.
1111
 
          Enhancement of NumericalSample class.
1112
 
          Add CorrelationAnalysis class.
1113
 
          Fix bug in Study.cxx (PersistentObject were not correctly
1114
 
          rebuild).
1115
 
          Fix bug in NumericalSample.cxx (Copy on Write now implemented).
1116
 
          Add save/load methods to RandomVectorImplementation class.
1117
 
          Add save/load methods to CompositeRandomVectorImplementation
1118
 
          class.
1119
 
          Add save/load methods to CenteredFiniteDifferenceHessian class.
1120
 
          Add save/load methods to CenteredFiniteDifferenceGradient class.
1121
 
          Add save/load methods to NonCenteredFiniteDifferenceGradient
1122
 
          class.
1123
 
          Add save/load methods to NumericalMathHessianImplementation
1124
 
          class.
1125
 
          Add save/load methods to
1126
 
          AnalyticalNumericalMathEvaluationImplementation class.
1127
 
          Add save/load methods to NumericalMathGradientImplementation
1128
 
          class.
1129
 
          Add save/load methods to NumericalMathEvaluationImplementation
1130
 
          class.
1131
 
          Add save/load methods to NumericalMathFunction class.
1132
 
          Add save/load methods to NumericalMathHessianImplementation
1133
 
          class.
1134
 
          Add save/load methods to
1135
 
          AnalyticalNumericalMathEvaluationImplementation class.
1136
 
          Add save/load methods to NumericalMathFunctionImplementation
1137
 
          class.
1138
 
          Remove all the remaining references to LibOptCCR.
1139
 
          Fix bug in NumericalMathFunction.cxx (objects were not
1140
 
          reloadable).
1141
 
          Fix bug in ConfidenceInterval (operator == now defined as
1142
 
          member).
1143
 
          General cleaning: global indentation of all sources.
1144
 
          General cleaning: remove lots of destructors.
1145
 
          General cleaning: remove most evident useless includes.
1146
 
          Change str method for all the classes in Base/Diff and Base/Func.
1147
 
          Add conformance test to all the distribution factories.
1148
 
          Change bounds estimates for the following distribution factories:
1149
 
          BetaFactory,
1150
 
          ExponentialFactory,
1151
 
          GammaFactory,
1152
 
          LogNormalFactory,
1153
 
          TriangularFactory,
1154
 
          UniformFactory,
1155
 
          WeibullFactory.
1156
 
          Fix a bug in KernelSmoothing class.
1157
 
          Add EventRandomVectorImplementation class.
1158
 
          Change implementation of Event class.
1159
 
          Add save/load methods to BarPlot class.
1160
 
          Add save/load methods to Cloud class.
1161
 
          Add save/load methods to
1162
 
          ConstantNumericalMathGradientImplementation class.
1163
 
          Add save/load methods to
1164
 
          ConstantNumericalMathHessianImplementation class.
1165
 
          Add save/load methods to ConstantRandomVectorImplementation
1166
 
          class.
1167
 
          Add save/load methods to Curve class.
1168
 
          Add save/load methods to DrawableImplementation class.
1169
 
          Add save/load methods to EventRandomVectorImplementation class.
1170
 
          Add save/load methods to Exponential class.
1171
 
          Add save/load methods to Gamma class.
1172
 
          Add save/load methods to Geometric class.
1173
 
          Add save/load methods to GraphImplementation class.
1174
 
          Add save/load methods to Gumbel class.
1175
 
          Add save/load methods to IndependentCopula class.
1176
 
          Add save/load methods to KernelSmoothing class.
1177
 
          Add save/load methods to
1178
 
          LinearNumericalMathEvaluationImplementation class.
1179
 
          Add save/load methods to
1180
 
          LinearNumericalMathGradientImplementation class.
1181
 
          Add save/load methods to Logistic class.
1182
 
          Add save/load methods to LogNormal class.
1183
 
          Add save/load methods to NormalCopula class.
1184
 
          Add save/load methods to Normal class.
1185
 
          Add save/load methods to PersistentCollection<Distribution>
1186
 
          class.
1187
 
          Add save/load methods to PersistentCollection<Drawable> class.
1188
 
          Add save/load methods to Pie class.
1189
 
          Add save/load methods to Poisson class.
1190
 
          Add save/load methods to
1191
 
          QuadraticNumericalMathEvaluationImplementation class.
1192
 
          Add save/load methods to Staircase class.
1193
 
          Add save/load methods to Student class.
1194
 
          Add save/load methods to Triangular class.
1195
 
          Add save/load methods to TruncatedNormal class.
1196
 
          Add save/load methods to Uniform class.
1197
 
          Add save/load methods to UsualRandomVectorImplementation class.
1198
 
          Fix a minor bug in one python test script.
1199
 
          Fix a bug in Study class.
1200
 
          Fix a bug in StorageManager class.
1201
 
          Fix a bug in XMLStorageManager class.
1202
 
          Add save/load methods in QuadraticCumul class.
1203
 
          Fix a small bug in ComposedDistribution class.
1204
 
          Enhance CompositeRandomVectorImplementation class.
1205
 
          Add save/load methods to
1206
 
          ComposedNumericalMathGradientImplementation class.
1207
 
          Add save/load methods to ComposedNumericalMathFunction class.
1208
 
          Add calls counter for operator(), gradient() and hessian()
1209
 
          methods for all the NumericalMathFunction and related classes in
1210
 
          Base/Func.
1211
 
          Fix minor bug in UserDefined class.
1212
 
          Fix a bug in CompositeRandomVectorImplementation class.
1213
 
          Fix bug in TypedInterfaceObject (getImplementation was not
1214
 
          returning a reference, so object were not reloadable).
1215
 
          Add save/load methods for Analytical::Result class.
1216
 
          Add save/load methods for FORM::Result class.
1217
 
          Add save/load methods for SORM::Result class.
1218
 
 
1219
 
2007-05-02 12:59  dutka
1220
 
 
1221
 
        * [r424] trunk/Doxyfile.in, trunk/Makefile.am, trunk/bootstrap,
1222
 
          trunk/config/Makefile.am, trunk/config/ac_pkg_swig.m4,
1223
 
          trunk/config/ac_python_devel.m4, trunk/config/acx_blas.m4,
1224
 
          trunk/config/acx_lapack.m4, trunk/config/bnv_have_qt.m4,
1225
 
          trunk/config/common.am, trunk/config/ot_check_boost.m4,
1226
 
          trunk/config/ot_check_dot.m4, trunk/config/ot_check_doxygen.m4,
1227
 
          trunk/config/ot_check_md5sum.m4,
1228
 
          trunk/config/ot_check_openturns.m4,
1229
 
          trunk/config/ot_check_optccr.m4, trunk/config/ot_check_python.m4,
1230
 
          trunk/config/ot_check_r.m4, trunk/config/ot_check_r_package.m4,
1231
 
          trunk/config/ot_check_r_packages.m4,
1232
 
          trunk/config/ot_check_rserve.m4, trunk/config/ot_check_swig.m4,
1233
 
          trunk/config/ot_check_threads.m4,
1234
 
          trunk/config/ot_check_xercesc.m4, trunk/config/ot_debug.m4,
1235
 
          trunk/config/ot_get_object_default_name.m4, trunk/config/test.am,
1236
 
          trunk/configure.ac, trunk/include/Makefile.am,
1237
 
          trunk/include/OT.hxx, trunk/include/OTconfig.h.in,
1238
 
          trunk/include/OTconfig.hxx, trunk/include/OTtestcode.hxx,
1239
 
          trunk/include/OTtypes.hxx,
1240
 
          trunk/src/Base/Common/BoostPointerImplementation.hxx,
1241
 
          trunk/src/Base/Common/Catalog.cxx,
1242
 
          trunk/src/Base/Common/Catalog.hxx,
1243
 
          trunk/src/Base/Common/ComparisonOperator.cxx,
1244
 
          trunk/src/Base/Common/ComparisonOperator.hxx,
1245
 
          trunk/src/Base/Common/ComparisonOperatorImplementation.cxx,
1246
 
          trunk/src/Base/Common/ComparisonOperatorImplementation.hxx,
1247
 
          trunk/src/Base/Common/Equal.cxx, trunk/src/Base/Common/Equal.hxx,
1248
 
          trunk/src/Base/Common/Exception.cxx,
1249
 
          trunk/src/Base/Common/Exception.hxx,
1250
 
          trunk/src/Base/Common/ExceptionDefs.cxx,
1251
 
          trunk/src/Base/Common/ExceptionDefs.hxx,
1252
 
          trunk/src/Base/Common/Greater.cxx,
1253
 
          trunk/src/Base/Common/Greater.hxx,
1254
 
          trunk/src/Base/Common/GreaterOrEqual.cxx,
1255
 
          trunk/src/Base/Common/GreaterOrEqual.hxx,
1256
 
          trunk/src/Base/Common/IdFactory.cxx,
1257
 
          trunk/src/Base/Common/IdFactory.hxx,
1258
 
          trunk/src/Base/Common/InterfaceObject.cxx,
1259
 
          trunk/src/Base/Common/InterfaceObject.hxx,
1260
 
          trunk/src/Base/Common/Less.cxx, trunk/src/Base/Common/Less.hxx,
1261
 
          trunk/src/Base/Common/LessOrEqual.cxx,
1262
 
          trunk/src/Base/Common/LessOrEqual.hxx,
1263
 
          trunk/src/Base/Common/Lockable.cxx,
1264
 
          trunk/src/Base/Common/Lockable.hxx,
1265
 
          trunk/src/Base/Common/Log.cxx, trunk/src/Base/Common/Log.hxx,
1266
 
          trunk/src/Base/Common/Makefile.am,
1267
 
          trunk/src/Base/Common/Object.cxx,
1268
 
          trunk/src/Base/Common/Object.hxx, trunk/src/Base/Common/Path.cxx,
1269
 
          trunk/src/Base/Common/Path.hxx,
1270
 
          trunk/src/Base/Common/PersistentObject.cxx,
1271
 
          trunk/src/Base/Common/PersistentObject.hxx,
1272
 
          trunk/src/Base/Common/PersistentObjectFactory.cxx,
1273
 
          trunk/src/Base/Common/PersistentObjectFactory.hxx,
1274
 
          trunk/src/Base/Common/Pointer.hxx,
1275
 
          trunk/src/Base/Common/ResourceMap.cxx,
1276
 
          trunk/src/Base/Common/ResourceMap.hxx,
1277
 
          trunk/src/Base/Common/StorageManager.cxx,
1278
 
          trunk/src/Base/Common/StorageManager.hxx,
1279
 
          trunk/src/Base/Common/Study.cxx, trunk/src/Base/Common/Study.hxx,
1280
 
          trunk/src/Base/Common/Thread.cxx,
1281
 
          trunk/src/Base/Common/Thread.hxx,
1282
 
          trunk/src/Base/Common/ThreadStatus.cxx,
1283
 
          trunk/src/Base/Common/ThreadStatus.hxx,
1284
 
          trunk/src/Base/Common/Threadable.cxx,
1285
 
          trunk/src/Base/Common/Threadable.hxx,
1286
 
          trunk/src/Base/Common/TypedCollectionInterfaceObject.hxx,
1287
 
          trunk/src/Base/Common/TypedInterfaceObject.hxx,
1288
 
          trunk/src/Base/Common/WrapperData.cxx,
1289
 
          trunk/src/Base/Common/WrapperData.hxx,
1290
 
          trunk/src/Base/Common/WrapperFile.cxx,
1291
 
          trunk/src/Base/Common/WrapperFile.hxx,
1292
 
          trunk/src/Base/Common/XMLStorageManager.cxx,
1293
 
          trunk/src/Base/Common/XMLStorageManager.hxx,
1294
 
          trunk/src/Base/Common/XMLStringConverter.hxx,
1295
 
          trunk/src/Base/Common/XMLTags.hxx,
1296
 
          trunk/src/Base/Common/XMLWrapperErrorHandler.cxx,
1297
 
          trunk/src/Base/Common/XMLWrapperErrorHandler.hxx,
1298
 
          trunk/src/Base/Diff/CenteredFiniteDifferenceGradient.cxx,
1299
 
          trunk/src/Base/Diff/CenteredFiniteDifferenceGradient.hxx,
1300
 
          trunk/src/Base/Diff/CenteredFiniteDifferenceHessian.cxx,
1301
 
          trunk/src/Base/Diff/CenteredFiniteDifferenceHessian.hxx,
1302
 
          trunk/src/Base/Diff/Makefile.am,
1303
 
          trunk/src/Base/Diff/NonCenteredFiniteDifferenceGradient.cxx,
1304
 
          trunk/src/Base/Diff/NonCenteredFiniteDifferenceGradient.hxx,
1305
 
          trunk/src/Base/Func/AnalyticalNumericalMathFunctionImplementation.cxx,
1306
 
          trunk/src/Base/Func/AnalyticalNumericalMathFunctionImplementation.hxx,
1307
 
          trunk/src/Base/Func/ComposedNumericalMathFunction.cxx,
1308
 
          trunk/src/Base/Func/ComposedNumericalMathFunction.hxx,
1309
 
          trunk/src/Base/Func/ComposedNumericalMathFunctionImplementation.cxx,
1310
 
          trunk/src/Base/Func/ComposedNumericalMathFunctionImplementation.hxx,
1311
 
          trunk/src/Base/Func/ComposedNumericalMathGradientImplementation.cxx,
1312
 
          trunk/src/Base/Func/ComposedNumericalMathGradientImplementation.hxx,
1313
 
          trunk/src/Base/Func/ComposedNumericalMathHessianImplementation.cxx,
1314
 
          trunk/src/Base/Func/ComposedNumericalMathHessianImplementation.hxx,
1315
 
          trunk/src/Base/Func/ComputedNumericalMathFunctionImplementation.cxx,
1316
 
          trunk/src/Base/Func/ComputedNumericalMathFunctionImplementation.hxx,
1317
 
          trunk/src/Base/Func/ComputedNumericalMathFunctionImplementationFactory.cxx,
1318
 
          trunk/src/Base/Func/ComputedNumericalMathFunctionImplementationFactory.hxx,
1319
 
          trunk/src/Base/Func/ComputedNumericalMathGradientImplementation.cxx,
1320
 
          trunk/src/Base/Func/ComputedNumericalMathGradientImplementation.hxx,
1321
 
          trunk/src/Base/Func/ComputedNumericalMathGradientImplementationFactory.cxx,
1322
 
          trunk/src/Base/Func/ComputedNumericalMathGradientImplementationFactory.hxx,
1323
 
          trunk/src/Base/Func/ComputedNumericalMathHessianImplementation.cxx,
1324
 
          trunk/src/Base/Func/ComputedNumericalMathHessianImplementation.hxx,
1325
 
          trunk/src/Base/Func/ComputedNumericalMathHessianImplementationFactory.cxx,
1326
 
          trunk/src/Base/Func/ComputedNumericalMathHessianImplementationFactory.hxx,
1327
 
          trunk/src/Base/Func/ConstantNumericalMathGradientImplementation.cxx,
1328
 
          trunk/src/Base/Func/ConstantNumericalMathGradientImplementation.hxx,
1329
 
          trunk/src/Base/Func/ConstantNumericalMathHessianImplementation.cxx,
1330
 
          trunk/src/Base/Func/ConstantNumericalMathHessianImplementation.hxx,
1331
 
          trunk/src/Base/Func/Library.cxx, trunk/src/Base/Func/Library.hxx,
1332
 
          trunk/src/Base/Func/LibraryLoader.cxx,
1333
 
          trunk/src/Base/Func/LibraryLoader.hxx,
1334
 
          trunk/src/Base/Func/LinearNumericalMathFunction.cxx,
1335
 
          trunk/src/Base/Func/LinearNumericalMathFunction.hxx,
1336
 
          trunk/src/Base/Func/LinearNumericalMathFunctionImplementation.cxx,
1337
 
          trunk/src/Base/Func/LinearNumericalMathFunctionImplementation.hxx,
1338
 
          trunk/src/Base/Func/LinearNumericalMathGradientImplementation.cxx,
1339
 
          trunk/src/Base/Func/LinearNumericalMathGradientImplementation.hxx,
1340
 
          trunk/src/Base/Func/Makefile.am,
1341
 
          trunk/src/Base/Func/MuParser/Makefile.am,
1342
 
          trunk/src/Base/Func/NoNumericalMathFunctionImplementation.cxx,
1343
 
          trunk/src/Base/Func/NoNumericalMathFunctionImplementation.hxx,
1344
 
          trunk/src/Base/Func/NoNumericalMathGradientImplementation.cxx,
1345
 
          trunk/src/Base/Func/NoNumericalMathGradientImplementation.hxx,
1346
 
          trunk/src/Base/Func/NoNumericalMathHessianImplementation.cxx,
1347
 
          trunk/src/Base/Func/NoNumericalMathHessianImplementation.hxx,
1348
 
          trunk/src/Base/Func/NumericalMathFunction.cxx,
1349
 
          trunk/src/Base/Func/NumericalMathFunction.hxx,
1350
 
          trunk/src/Base/Func/NumericalMathFunctionBody.cxx,
1351
 
          trunk/src/Base/Func/NumericalMathFunctionBody.hxx,
1352
 
          trunk/src/Base/Func/NumericalMathFunctionImplementation.cxx,
1353
 
          trunk/src/Base/Func/NumericalMathFunctionImplementation.hxx,
1354
 
          trunk/src/Base/Func/NumericalMathFunctionImplementationFactory.cxx,
1355
 
          trunk/src/Base/Func/NumericalMathFunctionImplementationFactory.hxx,
1356
 
          trunk/src/Base/Func/NumericalMathGradientImplementation.cxx,
1357
 
          trunk/src/Base/Func/NumericalMathGradientImplementation.hxx,
1358
 
          trunk/src/Base/Func/NumericalMathGradientImplementationFactory.cxx,
1359
 
          trunk/src/Base/Func/NumericalMathGradientImplementationFactory.hxx,
1360
 
          trunk/src/Base/Func/NumericalMathHessianImplementation.cxx,
1361
 
          trunk/src/Base/Func/NumericalMathHessianImplementation.hxx,
1362
 
          trunk/src/Base/Func/NumericalMathHessianImplementationFactory.cxx,
1363
 
          trunk/src/Base/Func/NumericalMathHessianImplementationFactory.hxx,
1364
 
          trunk/src/Base/Func/NumericalWrapperFunction.cxx,
1365
 
          trunk/src/Base/Func/NumericalWrapperFunction.hxx,
1366
 
          trunk/src/Base/Func/QuadraticNumericalMathFunctionImplementation.cxx,
1367
 
          trunk/src/Base/Func/QuadraticNumericalMathFunctionImplementation.hxx,
1368
 
          trunk/src/Base/Func/WrapperObject.cxx,
1369
 
          trunk/src/Base/Func/WrapperObject.hxx,
1370
 
          trunk/src/Base/Graph/BarPlot.cxx,
1371
 
          trunk/src/Base/Graph/BarPlot.hxx, trunk/src/Base/Graph/Cloud.cxx,
1372
 
          trunk/src/Base/Graph/Cloud.hxx, trunk/src/Base/Graph/Curve.cxx,
1373
 
          trunk/src/Base/Graph/Curve.hxx,
1374
 
          trunk/src/Base/Graph/Drawable.cxx,
1375
 
          trunk/src/Base/Graph/Drawable.hxx,
1376
 
          trunk/src/Base/Graph/DrawableImplementation.cxx,
1377
 
          trunk/src/Base/Graph/DrawableImplementation.hxx,
1378
 
          trunk/src/Base/Graph/Graph.cxx, trunk/src/Base/Graph/Graph.hxx,
1379
 
          trunk/src/Base/Graph/GraphImplementation.cxx,
1380
 
          trunk/src/Base/Graph/GraphImplementation.hxx,
1381
 
          trunk/src/Base/Graph/Makefile.am, trunk/src/Base/Graph/Pie.cxx,
1382
 
          trunk/src/Base/Graph/Pie.hxx,
1383
 
          trunk/src/Base/Graph/Rfunctions.hxx,
1384
 
          trunk/src/Base/Graph/Staircase.cxx,
1385
 
          trunk/src/Base/Graph/Staircase.hxx, trunk/src/Base/Makefile.am,
1386
 
          trunk/src/Base/Optim/AbdoRackwitz/AbdoRackwitz.cxx,
1387
 
          trunk/src/Base/Optim/AbdoRackwitz/AbdoRackwitz.hxx,
1388
 
          trunk/src/Base/Optim/AbdoRackwitz/AbdoRackwitzSpecificParameters.cxx,
1389
 
          trunk/src/Base/Optim/AbdoRackwitz/Makefile.am,
1390
 
          trunk/src/Base/Optim/Cobyla/Cobyla.cxx,
1391
 
          trunk/src/Base/Optim/Cobyla/Cobyla.hxx,
1392
 
          trunk/src/Base/Optim/Cobyla/CobylaSpecificParameters.cxx,
1393
 
          trunk/src/Base/Optim/Cobyla/Makefile.am,
1394
 
          trunk/src/Base/Optim/Makefile.am,
1395
 
          trunk/src/Base/Optim/NearestPointAlgorithm.cxx,
1396
 
          trunk/src/Base/Optim/NearestPointAlgorithm.hxx,
1397
 
          trunk/src/Base/Optim/NearestPointAlgorithmImplementation.cxx,
1398
 
          trunk/src/Base/Optim/NearestPointAlgorithmImplementation.hxx,
1399
 
          trunk/src/Base/Optim/NearestPointChecker.cxx,
1400
 
          trunk/src/Base/Optim/NearestPointChecker.hxx,
1401
 
          trunk/src/Base/Optim/NearestPointCheckerResult.cxx,
1402
 
          trunk/src/Base/Optim/Result.cxx,
1403
 
          trunk/src/Base/Solver/Bisection.cxx,
1404
 
          trunk/src/Base/Solver/Bisection.hxx,
1405
 
          trunk/src/Base/Solver/Brent.cxx, trunk/src/Base/Solver/Brent.hxx,
1406
 
          trunk/src/Base/Solver/Makefile.am,
1407
 
          trunk/src/Base/Solver/Secant.cxx,
1408
 
          trunk/src/Base/Solver/Secant.hxx,
1409
 
          trunk/src/Base/Solver/Solver.cxx,
1410
 
          trunk/src/Base/Solver/Solver.hxx,
1411
 
          trunk/src/Base/Solver/SolverImplementation.cxx,
1412
 
          trunk/src/Base/Solver/SolverImplementation.hxx,
1413
 
          trunk/src/Base/Stat/ConfidenceInterval.cxx,
1414
 
          trunk/src/Base/Stat/ConfidenceInterval.hxx,
1415
 
          trunk/src/Base/Stat/CorrelationMatrix.cxx,
1416
 
          trunk/src/Base/Stat/CorrelationMatrix.hxx,
1417
 
          trunk/src/Base/Stat/CovarianceMatrix.cxx,
1418
 
          trunk/src/Base/Stat/CovarianceMatrix.hxx,
1419
 
          trunk/src/Base/Stat/LinearModel.cxx,
1420
 
          trunk/src/Base/Stat/LinearModel.hxx,
1421
 
          trunk/src/Base/Stat/LinearModelFactory.cxx,
1422
 
          trunk/src/Base/Stat/LinearModelFactory.hxx,
1423
 
          trunk/src/Base/Stat/Makefile.am,
1424
 
          trunk/src/Base/Stat/NumericalSample.cxx,
1425
 
          trunk/src/Base/Stat/NumericalSample.hxx,
1426
 
          trunk/src/Base/Stat/NumericalSampleImplementation.cxx,
1427
 
          trunk/src/Base/Stat/NumericalSampleImplementation.hxx,
1428
 
          trunk/src/Base/Stat/RandomGenerator.cxx,
1429
 
          trunk/src/Base/Stat/RandomGenerator.hxx,
1430
 
          trunk/src/Base/Stat/TestResult.cxx,
1431
 
          trunk/src/Base/Stat/TestResult.hxx,
1432
 
          trunk/src/Base/Stat/csv_parser_state.hxx,
1433
 
          trunk/src/Base/Type/Collection.hxx,
1434
 
          trunk/src/Base/Type/Description.cxx,
1435
 
          trunk/src/Base/Type/Description.hxx,
1436
 
          trunk/src/Base/Type/DescriptionImplementation.cxx,
1437
 
          trunk/src/Base/Type/DescriptionImplementation.hxx,
1438
 
          trunk/src/Base/Type/IdentityMatrix.cxx,
1439
 
          trunk/src/Base/Type/IdentityMatrix.hxx,
1440
 
          trunk/src/Base/Type/Indices.cxx, trunk/src/Base/Type/Indices.hxx,
1441
 
          trunk/src/Base/Type/Kronecker.hxx,
1442
 
          trunk/src/Base/Type/Lapack.hxx, trunk/src/Base/Type/Makefile.am,
1443
 
          trunk/src/Base/Type/Matrix.cxx, trunk/src/Base/Type/Matrix.hxx,
1444
 
          trunk/src/Base/Type/MatrixImplementation.cxx,
1445
 
          trunk/src/Base/Type/MatrixImplementation.hxx,
1446
 
          trunk/src/Base/Type/NumericalPoint.cxx,
1447
 
          trunk/src/Base/Type/NumericalPoint.hxx,
1448
 
          trunk/src/Base/Type/NumericalPointImplementation.cxx,
1449
 
          trunk/src/Base/Type/NumericalPointImplementation.hxx,
1450
 
          trunk/src/Base/Type/PersistentCollection.hxx,
1451
 
          trunk/src/Base/Type/SquareMatrix.cxx,
1452
 
          trunk/src/Base/Type/SquareMatrix.hxx,
1453
 
          trunk/src/Base/Type/SymmetricMatrix.cxx,
1454
 
          trunk/src/Base/Type/SymmetricMatrix.hxx,
1455
 
          trunk/src/Base/Type/SymmetricTensor.cxx,
1456
 
          trunk/src/Base/Type/SymmetricTensor.hxx,
1457
 
          trunk/src/Base/Type/Tensor.cxx, trunk/src/Base/Type/Tensor.hxx,
1458
 
          trunk/src/Base/Type/TensorImplementation.cxx,
1459
 
          trunk/src/Base/Type/TensorImplementation.hxx,
1460
 
          trunk/src/Chain/Makefile.am, trunk/src/Makefile.am,
1461
 
          trunk/src/UI/GUI/AnalyticalFunction.cxx,
1462
 
          trunk/src/UI/GUI/AnalyticalFunction.hxx,
1463
 
          trunk/src/UI/GUI/Block.cxx, trunk/src/UI/GUI/Block.hxx,
1464
 
          trunk/src/UI/GUI/BlockA.cxx, trunk/src/UI/GUI/BlockA.hxx,
1465
 
          trunk/src/UI/GUI/BlockB.cxx, trunk/src/UI/GUI/BlockB.hxx,
1466
 
          trunk/src/UI/GUI/BlockC2.cxx, trunk/src/UI/GUI/BlockC2.hxx,
1467
 
          trunk/src/UI/GUI/BlockC3.cxx, trunk/src/UI/GUI/BlockC3.hxx,
1468
 
          trunk/src/UI/GUI/BlockFunctionProperty.cxx,
1469
 
          trunk/src/UI/GUI/BlockFunctionProperty.hxx,
1470
 
          trunk/src/UI/GUI/Calculation.cxx,
1471
 
          trunk/src/UI/GUI/Calculation.hxx,
1472
 
          trunk/src/UI/GUI/CalculationC2.cxx,
1473
 
          trunk/src/UI/GUI/CalculationC2.hxx,
1474
 
          trunk/src/UI/GUI/CalculationC3.cxx,
1475
 
          trunk/src/UI/GUI/CalculationC3.hxx,
1476
 
          trunk/src/UI/GUI/CentralDispersion.cxx,
1477
 
          trunk/src/UI/GUI/CentralDispersion.hxx,
1478
 
          trunk/src/UI/GUI/CentralDispersionMethodProperty.cxx,
1479
 
          trunk/src/UI/GUI/CentralDispersionMethodProperty.hxx,
1480
 
          trunk/src/UI/GUI/Chapter.cxx, trunk/src/UI/GUI/Chapter.hxx,
1481
 
          trunk/src/UI/GUI/ComparisonOperatorProperty.cxx,
1482
 
          trunk/src/UI/GUI/ComparisonOperatorProperty.hxx,
1483
 
          trunk/src/UI/GUI/Content.cxx, trunk/src/UI/GUI/Content.hxx,
1484
 
          trunk/src/UI/GUI/Criterion.cxx, trunk/src/UI/GUI/Criterion.hxx,
1485
 
          trunk/src/UI/GUI/DescriptionProperty.cxx,
1486
 
          trunk/src/UI/GUI/DescriptionProperty.hxx,
1487
 
          trunk/src/UI/GUI/DeterministicCriterion.cxx,
1488
 
          trunk/src/UI/GUI/DeterministicCriterion.hxx,
1489
 
          trunk/src/UI/GUI/DistributionProperty.cxx,
1490
 
          trunk/src/UI/GUI/DistributionProperty.hxx,
1491
 
          trunk/src/UI/GUI/EntryVariable.cxx,
1492
 
          trunk/src/UI/GUI/EntryVariable.hxx,
1493
 
          trunk/src/UI/GUI/EntryVariableProperty.cxx,
1494
 
          trunk/src/UI/GUI/EntryVariableProperty.hxx,
1495
 
          trunk/src/UI/GUI/EntryVariableType.cxx,
1496
 
          trunk/src/UI/GUI/EntryVariableType.hxx,
1497
 
          trunk/src/UI/GUI/ExperimentProperty.cxx,
1498
 
          trunk/src/UI/GUI/ExperimentProperty.hxx,
1499
 
          trunk/src/UI/GUI/ExternalCode.cxx,
1500
 
          trunk/src/UI/GUI/ExternalCode.hxx,
1501
 
          trunk/src/UI/GUI/FinalVariable.cxx,
1502
 
          trunk/src/UI/GUI/FinalVariable.hxx,
1503
 
          trunk/src/UI/GUI/FinalVariableProperty.cxx,
1504
 
          trunk/src/UI/GUI/FinalVariableProperty.hxx,
1505
 
          trunk/src/UI/GUI/Function.cxx, trunk/src/UI/GUI/Function.hxx,
1506
 
          trunk/src/UI/GUI/FunctionParametersProperty.cxx,
1507
 
          trunk/src/UI/GUI/FunctionParametersProperty.hxx,
1508
 
          trunk/src/UI/GUI/GradientCalculationProperty.cxx,
1509
 
          trunk/src/UI/GUI/GradientCalculationProperty.hxx,
1510
 
          trunk/src/UI/GUI/HessianCalculationProperty.cxx,
1511
 
          trunk/src/UI/GUI/HessianCalculationProperty.hxx,
1512
 
          trunk/src/UI/GUI/Makefile.am,
1513
 
          trunk/src/UI/GUI/MinMaxProperty.cxx,
1514
 
          trunk/src/UI/GUI/MinMaxProperty.hxx,
1515
 
          trunk/src/UI/GUI/NearestPointAlgorithmProperty.cxx,
1516
 
          trunk/src/UI/GUI/NearestPointAlgorithmProperty.hxx,
1517
 
          trunk/src/UI/GUI/NumericalMathFunctionProperty.cxx,
1518
 
          trunk/src/UI/GUI/NumericalMathFunctionProperty.hxx,
1519
 
          trunk/src/UI/GUI/NumericalPointProperty.cxx,
1520
 
          trunk/src/UI/GUI/NumericalPointProperty.hxx,
1521
 
          trunk/src/UI/GUI/NumericalSampleProperty.cxx,
1522
 
          trunk/src/UI/GUI/NumericalSampleProperty.hxx,
1523
 
          trunk/src/UI/GUI/NumericalScalarProperty.cxx,
1524
 
          trunk/src/UI/GUI/NumericalScalarProperty.hxx,
1525
 
          trunk/src/UI/GUI/Parameter.cxx, trunk/src/UI/GUI/Parameter.hxx,
1526
 
          trunk/src/UI/GUI/QConsole.cxx, trunk/src/UI/GUI/QConsole.hxx,
1527
 
          trunk/src/UI/GUI/QOTAction.cxx, trunk/src/UI/GUI/QOTAction.hxx,
1528
 
          trunk/src/UI/GUI/QOTFactory.cxx, trunk/src/UI/GUI/QOTFactory.hxx,
1529
 
          trunk/src/UI/GUI/QOTItem.cxx, trunk/src/UI/GUI/QOTItem.hxx,
1530
 
          trunk/src/UI/GUI/QOTListViewItem.cxx,
1531
 
          trunk/src/UI/GUI/QOTListViewItem.hxx,
1532
 
          trunk/src/UI/GUI/QOTNameProperty.cxx,
1533
 
          trunk/src/UI/GUI/QOTNameProperty.hxx,
1534
 
          trunk/src/UI/GUI/QOTObject.cxx, trunk/src/UI/GUI/QOTObject.hxx,
1535
 
          trunk/src/UI/GUI/QOTProperty.cxx,
1536
 
          trunk/src/UI/GUI/QOTProperty.hxx,
1537
 
          trunk/src/UI/GUI/QOTTableItem.cxx,
1538
 
          trunk/src/UI/GUI/QOTTableItem.hxx,
1539
 
          trunk/src/UI/GUI/QOTTitleTableItem.cxx,
1540
 
          trunk/src/UI/GUI/QOTTitleTableItem.hxx,
1541
 
          trunk/src/UI/GUI/QOpenTURNS.cxx, trunk/src/UI/GUI/QOpenTURNS.hxx,
1542
 
          trunk/src/UI/GUI/QPropertiesBrowser.cxx,
1543
 
          trunk/src/UI/GUI/QPropertiesBrowser.hxx,
1544
 
          trunk/src/UI/GUI/QPropertiesBrowserItem.cxx,
1545
 
          trunk/src/UI/GUI/QPropertiesBrowserItem.hxx,
1546
 
          trunk/src/UI/GUI/QPropertiesTable.cxx,
1547
 
          trunk/src/UI/GUI/QPropertiesTable.hxx,
1548
 
          trunk/src/UI/GUI/QStreamRedirect.cxx,
1549
 
          trunk/src/UI/GUI/QStreamRedirect.hxx,
1550
 
          trunk/src/UI/GUI/QStudyBrowser.cxx,
1551
 
          trunk/src/UI/GUI/QStudyBrowser.hxx,
1552
 
          trunk/src/UI/GUI/QVisualizationFrame.cxx,
1553
 
          trunk/src/UI/GUI/QVisualizationFrame.hxx,
1554
 
          trunk/src/UI/GUI/QVisualizationTable.cxx,
1555
 
          trunk/src/UI/GUI/QVisualizationTable.hxx,
1556
 
          trunk/src/UI/GUI/ResponseSurfaceFunction.cxx,
1557
 
          trunk/src/UI/GUI/ResponseSurfaceFunction.hxx,
1558
 
          trunk/src/UI/GUI/Result.cxx, trunk/src/UI/GUI/Result.hxx,
1559
 
          trunk/src/UI/GUI/Step.cxx, trunk/src/UI/GUI/Step.hxx,
1560
 
          trunk/src/UI/GUI/StepA.cxx, trunk/src/UI/GUI/StepA.hxx,
1561
 
          trunk/src/UI/GUI/StepB.cxx, trunk/src/UI/GUI/StepB.hxx,
1562
 
          trunk/src/UI/GUI/StepC2.cxx, trunk/src/UI/GUI/StepC2.hxx,
1563
 
          trunk/src/UI/GUI/StepC3.cxx, trunk/src/UI/GUI/StepC3.hxx,
1564
 
          trunk/src/UI/GUI/StrongMaximumTestProperty.cxx,
1565
 
          trunk/src/UI/GUI/StrongMaximumTestProperty.hxx,
1566
 
          trunk/src/UI/GUI/Study.cxx, trunk/src/UI/GUI/Study.hxx,
1567
 
          trunk/src/UI/GUI/ThresholdExceedance.cxx,
1568
 
          trunk/src/UI/GUI/ThresholdExceedance.hxx,
1569
 
          trunk/src/UI/GUI/ThresholdExceedanceMethodProperty.cxx,
1570
 
          trunk/src/UI/GUI/ThresholdExceedanceMethodProperty.hxx,
1571
 
          trunk/src/UI/GUI/UnsignedLongProperty.cxx,
1572
 
          trunk/src/UI/GUI/UnsignedLongProperty.hxx,
1573
 
          trunk/src/UI/GUI/VariableTypeProperty.cxx,
1574
 
          trunk/src/UI/GUI/VariableTypeProperty.hxx,
1575
 
          trunk/src/UI/GUI/VariablesAssociationProperty.cxx,
1576
 
          trunk/src/UI/GUI/VariablesAssociationProperty.hxx,
1577
 
          trunk/src/UI/GUI/WrapperProperty.cxx,
1578
 
          trunk/src/UI/GUI/WrapperProperty.hxx,
1579
 
          trunk/src/UI/GUI/YesNoProperty.cxx,
1580
 
          trunk/src/UI/GUI/YesNoProperty.hxx, trunk/src/UI/GUI/main.cxx,
1581
 
          trunk/src/UI/Makefile.am, trunk/src/UI/TUI/Makefile.am,
1582
 
          trunk/src/Uncertainty/Algorithm/Analytical/Analytical.cxx,
1583
 
          trunk/src/Uncertainty/Algorithm/Analytical/Analytical.hxx,
1584
 
          trunk/src/Uncertainty/Algorithm/Analytical/AnalyticalResult.cxx,
1585
 
          trunk/src/Uncertainty/Algorithm/Analytical/FORM/FORM.cxx,
1586
 
          trunk/src/Uncertainty/Algorithm/Analytical/FORM/FORM.hxx,
1587
 
          trunk/src/Uncertainty/Algorithm/Analytical/FORM/FORMResult.cxx,
1588
 
          trunk/src/Uncertainty/Algorithm/Analytical/FORM/Makefile.am,
1589
 
          trunk/src/Uncertainty/Algorithm/Analytical/Makefile.am,
1590
 
          trunk/src/Uncertainty/Algorithm/Analytical/SORM/Makefile.am,
1591
 
          trunk/src/Uncertainty/Algorithm/Analytical/SORM/SORM.cxx,
1592
 
          trunk/src/Uncertainty/Algorithm/Analytical/SORM/SORM.hxx,
1593
 
          trunk/src/Uncertainty/Algorithm/Analytical/SORM/SORMResult.cxx,
1594
 
          trunk/src/Uncertainty/Algorithm/Analytical/StrongMaximumTest.cxx,
1595
 
          trunk/src/Uncertainty/Algorithm/Analytical/StrongMaximumTest.hxx,
1596
 
          trunk/src/Uncertainty/Algorithm/Experiments/Axial.cxx,
1597
 
          trunk/src/Uncertainty/Algorithm/Experiments/Axial.hxx,
1598
 
          trunk/src/Uncertainty/Algorithm/Experiments/Box.cxx,
1599
 
          trunk/src/Uncertainty/Algorithm/Experiments/Box.hxx,
1600
 
          trunk/src/Uncertainty/Algorithm/Experiments/Composite.cxx,
1601
 
          trunk/src/Uncertainty/Algorithm/Experiments/Composite.hxx,
1602
 
          trunk/src/Uncertainty/Algorithm/Experiments/Experiment.cxx,
1603
 
          trunk/src/Uncertainty/Algorithm/Experiments/Experiment.hxx,
1604
 
          trunk/src/Uncertainty/Algorithm/Experiments/ExperimentImplementation.cxx,
1605
 
          trunk/src/Uncertainty/Algorithm/Experiments/ExperimentImplementation.hxx,
1606
 
          trunk/src/Uncertainty/Algorithm/Experiments/Factorial.cxx,
1607
 
          trunk/src/Uncertainty/Algorithm/Experiments/Factorial.hxx,
1608
 
          trunk/src/Uncertainty/Algorithm/Experiments/LinearLeastSquares.cxx,
1609
 
          trunk/src/Uncertainty/Algorithm/Experiments/LinearLeastSquares.hxx,
1610
 
          trunk/src/Uncertainty/Algorithm/Experiments/LinearTaylor.cxx,
1611
 
          trunk/src/Uncertainty/Algorithm/Experiments/LinearTaylor.hxx,
1612
 
          trunk/src/Uncertainty/Algorithm/Experiments/Makefile.am,
1613
 
          trunk/src/Uncertainty/Algorithm/Experiments/QuadraticLeastSquares.cxx,
1614
 
          trunk/src/Uncertainty/Algorithm/Experiments/QuadraticLeastSquares.hxx,
1615
 
          trunk/src/Uncertainty/Algorithm/Experiments/QuadraticTaylor.cxx,
1616
 
          trunk/src/Uncertainty/Algorithm/Experiments/QuadraticTaylor.hxx,
1617
 
          trunk/src/Uncertainty/Algorithm/IsoProbabilisticTransformation/Makefile.am,
1618
 
          trunk/src/Uncertainty/Algorithm/IsoProbabilisticTransformation/MarginalTransformation/InverseMarginalTransformationFunction.cxx,
1619
 
          trunk/src/Uncertainty/Algorithm/IsoProbabilisticTransformation/MarginalTransformation/InverseMarginalTransformationFunction.hxx,
1620
 
          trunk/src/Uncertainty/Algorithm/IsoProbabilisticTransformation/MarginalTransformation/InverseMarginalTransformationGradient.cxx,
1621
 
          trunk/src/Uncertainty/Algorithm/IsoProbabilisticTransformation/MarginalTransformation/InverseMarginalTransformationGradient.hxx,
1622
 
          trunk/src/Uncertainty/Algorithm/IsoProbabilisticTransformation/MarginalTransformation/InverseMarginalTransformationHessian.cxx,
1623
 
          trunk/src/Uncertainty/Algorithm/IsoProbabilisticTransformation/MarginalTransformation/InverseMarginalTransformationHessian.hxx,
1624
 
          trunk/src/Uncertainty/Algorithm/IsoProbabilisticTransformation/MarginalTransformation/Makefile.am,
1625
 
          trunk/src/Uncertainty/Algorithm/IsoProbabilisticTransformation/MarginalTransformation/MarginalTransformationFunction.cxx,
1626
 
          trunk/src/Uncertainty/Algorithm/IsoProbabilisticTransformation/MarginalTransformation/MarginalTransformationFunction.hxx,
1627
 
          trunk/src/Uncertainty/Algorithm/IsoProbabilisticTransformation/MarginalTransformation/MarginalTransformationGradient.cxx,
1628
 
          trunk/src/Uncertainty/Algorithm/IsoProbabilisticTransformation/MarginalTransformation/MarginalTransformationGradient.hxx,
1629
 
          trunk/src/Uncertainty/Algorithm/IsoProbabilisticTransformation/MarginalTransformation/MarginalTransformationHessian.cxx,
1630
 
          trunk/src/Uncertainty/Algorithm/IsoProbabilisticTransformation/MarginalTransformation/MarginalTransformationHessian.hxx,
1631
 
          trunk/src/Uncertainty/Algorithm/IsoProbabilisticTransformation/NatafEllipticalCopula/InverseNatafEllipticalCopulaFunction.cxx,
1632
 
          trunk/src/Uncertainty/Algorithm/IsoProbabilisticTransformation/NatafEllipticalCopula/InverseNatafEllipticalCopulaFunction.hxx,
1633
 
          trunk/src/Uncertainty/Algorithm/IsoProbabilisticTransformation/NatafEllipticalCopula/InverseNatafEllipticalCopulaGradient.cxx,
1634
 
          trunk/src/Uncertainty/Algorithm/IsoProbabilisticTransformation/NatafEllipticalCopula/InverseNatafEllipticalCopulaGradient.hxx,
1635
 
          trunk/src/Uncertainty/Algorithm/IsoProbabilisticTransformation/NatafEllipticalCopula/InverseNatafEllipticalCopulaHessian.cxx,
1636
 
          trunk/src/Uncertainty/Algorithm/IsoProbabilisticTransformation/NatafEllipticalCopula/InverseNatafEllipticalCopulaHessian.hxx,
1637
 
          trunk/src/Uncertainty/Algorithm/IsoProbabilisticTransformation/NatafEllipticalCopula/Makefile.am,
1638
 
          trunk/src/Uncertainty/Algorithm/IsoProbabilisticTransformation/NatafEllipticalCopula/NatafEllipticalCopulaFunction.cxx,
1639
 
          trunk/src/Uncertainty/Algorithm/IsoProbabilisticTransformation/NatafEllipticalCopula/NatafEllipticalCopulaFunction.hxx,
1640
 
          trunk/src/Uncertainty/Algorithm/IsoProbabilisticTransformation/NatafEllipticalCopula/NatafEllipticalCopulaGradient.cxx,
1641
 
          trunk/src/Uncertainty/Algorithm/IsoProbabilisticTransformation/NatafEllipticalCopula/NatafEllipticalCopulaGradient.hxx,
1642
 
          trunk/src/Uncertainty/Algorithm/IsoProbabilisticTransformation/NatafEllipticalCopula/NatafEllipticalCopulaHessian.cxx,
1643
 
          trunk/src/Uncertainty/Algorithm/IsoProbabilisticTransformation/NatafEllipticalCopula/NatafEllipticalCopulaHessian.hxx,
1644
 
          trunk/src/Uncertainty/Algorithm/IsoProbabilisticTransformation/NatafEllipticalDistribution/InverseNatafEllipticalDistributionFunction.cxx,
1645
 
          trunk/src/Uncertainty/Algorithm/IsoProbabilisticTransformation/NatafEllipticalDistribution/InverseNatafEllipticalDistributionFunction.hxx,
1646
 
          trunk/src/Uncertainty/Algorithm/IsoProbabilisticTransformation/NatafEllipticalDistribution/InverseNatafEllipticalDistributionGradient.cxx,
1647
 
          trunk/src/Uncertainty/Algorithm/IsoProbabilisticTransformation/NatafEllipticalDistribution/InverseNatafEllipticalDistributionGradient.hxx,
1648
 
          trunk/src/Uncertainty/Algorithm/IsoProbabilisticTransformation/NatafEllipticalDistribution/InverseNatafEllipticalDistributionHessian.cxx,
1649
 
          trunk/src/Uncertainty/Algorithm/IsoProbabilisticTransformation/NatafEllipticalDistribution/InverseNatafEllipticalDistributionHessian.hxx,
1650
 
          trunk/src/Uncertainty/Algorithm/IsoProbabilisticTransformation/NatafEllipticalDistribution/Makefile.am,
1651
 
          trunk/src/Uncertainty/Algorithm/IsoProbabilisticTransformation/NatafEllipticalDistribution/NatafEllipticalDistributionFunction.cxx,
1652
 
          trunk/src/Uncertainty/Algorithm/IsoProbabilisticTransformation/NatafEllipticalDistribution/NatafEllipticalDistributionFunction.hxx,
1653
 
          trunk/src/Uncertainty/Algorithm/IsoProbabilisticTransformation/NatafEllipticalDistribution/NatafEllipticalDistributionGradient.cxx,
1654
 
          trunk/src/Uncertainty/Algorithm/IsoProbabilisticTransformation/NatafEllipticalDistribution/NatafEllipticalDistributionGradient.hxx,
1655
 
          trunk/src/Uncertainty/Algorithm/IsoProbabilisticTransformation/NatafEllipticalDistribution/NatafEllipticalDistributionHessian.cxx,
1656
 
          trunk/src/Uncertainty/Algorithm/IsoProbabilisticTransformation/NatafEllipticalDistribution/NatafEllipticalDistributionHessian.hxx,
1657
 
          trunk/src/Uncertainty/Algorithm/Makefile.am,
1658
 
          trunk/src/Uncertainty/Algorithm/QuadraticCumul/Makefile.am,
1659
 
          trunk/src/Uncertainty/Algorithm/QuadraticCumul/QuadraticCumul.cxx,
1660
 
          trunk/src/Uncertainty/Algorithm/QuadraticCumul/QuadraticCumul.hxx,
1661
 
          trunk/src/Uncertainty/Algorithm/Simulation/DirectionalSampling/DirectionalSampling.cxx,
1662
 
          trunk/src/Uncertainty/Algorithm/Simulation/DirectionalSampling/DirectionalSampling.hxx,
1663
 
          trunk/src/Uncertainty/Algorithm/Simulation/DirectionalSampling/Makefile.am,
1664
 
          trunk/src/Uncertainty/Algorithm/Simulation/DirectionalSampling/MediumSafe.cxx,
1665
 
          trunk/src/Uncertainty/Algorithm/Simulation/DirectionalSampling/MediumSafe.hxx,
1666
 
          trunk/src/Uncertainty/Algorithm/Simulation/DirectionalSampling/OrthogonalDirection.cxx,
1667
 
          trunk/src/Uncertainty/Algorithm/Simulation/DirectionalSampling/OrthogonalDirection.hxx,
1668
 
          trunk/src/Uncertainty/Algorithm/Simulation/DirectionalSampling/RandomDirection.cxx,
1669
 
          trunk/src/Uncertainty/Algorithm/Simulation/DirectionalSampling/RandomDirection.hxx,
1670
 
          trunk/src/Uncertainty/Algorithm/Simulation/DirectionalSampling/RiskyAndFast.cxx,
1671
 
          trunk/src/Uncertainty/Algorithm/Simulation/DirectionalSampling/RiskyAndFast.hxx,
1672
 
          trunk/src/Uncertainty/Algorithm/Simulation/DirectionalSampling/RootStrategy.cxx,
1673
 
          trunk/src/Uncertainty/Algorithm/Simulation/DirectionalSampling/RootStrategy.hxx,
1674
 
          trunk/src/Uncertainty/Algorithm/Simulation/DirectionalSampling/RootStrategyImplementation.cxx,
1675
 
          trunk/src/Uncertainty/Algorithm/Simulation/DirectionalSampling/RootStrategyImplementation.hxx,
1676
 
          trunk/src/Uncertainty/Algorithm/Simulation/DirectionalSampling/SafeAndSlow.cxx,
1677
 
          trunk/src/Uncertainty/Algorithm/Simulation/DirectionalSampling/SafeAndSlow.hxx,
1678
 
          trunk/src/Uncertainty/Algorithm/Simulation/DirectionalSampling/SamplingStrategy.cxx,
1679
 
          trunk/src/Uncertainty/Algorithm/Simulation/DirectionalSampling/SamplingStrategy.hxx,
1680
 
          trunk/src/Uncertainty/Algorithm/Simulation/DirectionalSampling/SamplingStrategyImplementation.cxx,
1681
 
          trunk/src/Uncertainty/Algorithm/Simulation/DirectionalSampling/SamplingStrategyImplementation.hxx,
1682
 
          trunk/src/Uncertainty/Algorithm/Simulation/ImportanceSampling/ImportanceSampling.cxx,
1683
 
          trunk/src/Uncertainty/Algorithm/Simulation/ImportanceSampling/ImportanceSampling.hxx,
1684
 
          trunk/src/Uncertainty/Algorithm/Simulation/ImportanceSampling/Makefile.am,
1685
 
          trunk/src/Uncertainty/Algorithm/Simulation/LHS/LHS.cxx,
1686
 
          trunk/src/Uncertainty/Algorithm/Simulation/LHS/LHS.hxx,
1687
 
          trunk/src/Uncertainty/Algorithm/Simulation/LHS/Makefile.am,
1688
 
          trunk/src/Uncertainty/Algorithm/Simulation/Makefile.am,
1689
 
          trunk/src/Uncertainty/Algorithm/Simulation/MonteCarlo/Makefile.am,
1690
 
          trunk/src/Uncertainty/Algorithm/Simulation/MonteCarlo/MonteCarlo.cxx,
1691
 
          trunk/src/Uncertainty/Algorithm/Simulation/MonteCarlo/MonteCarlo.hxx,
1692
 
          trunk/src/Uncertainty/Algorithm/Simulation/Result.cxx,
1693
 
          trunk/src/Uncertainty/Algorithm/Simulation/Simulation.cxx,
1694
 
          trunk/src/Uncertainty/Algorithm/Simulation/Simulation.hxx,
1695
 
          trunk/src/Uncertainty/Algorithm/Simulation/Wilks.cxx,
1696
 
          trunk/src/Uncertainty/Algorithm/Simulation/Wilks.hxx,
1697
 
          trunk/src/Uncertainty/Distribution/Beta.cxx,
1698
 
          trunk/src/Uncertainty/Distribution/Beta.hxx,
1699
 
          trunk/src/Uncertainty/Distribution/BetaFactory.cxx,
1700
 
          trunk/src/Uncertainty/Distribution/BetaFactory.hxx,
1701
 
          trunk/src/Uncertainty/Distribution/ComposedDistribution.cxx,
1702
 
          trunk/src/Uncertainty/Distribution/ComposedDistribution.hxx,
1703
 
          trunk/src/Uncertainty/Distribution/Exponential.cxx,
1704
 
          trunk/src/Uncertainty/Distribution/Exponential.hxx,
1705
 
          trunk/src/Uncertainty/Distribution/ExponentialFactory.cxx,
1706
 
          trunk/src/Uncertainty/Distribution/ExponentialFactory.hxx,
1707
 
          trunk/src/Uncertainty/Distribution/ExtraFunc/DistFunc.cxx,
1708
 
          trunk/src/Uncertainty/Distribution/ExtraFunc/DistFunc.hxx,
1709
 
          trunk/src/Uncertainty/Distribution/ExtraFunc/Makefile.am,
1710
 
          trunk/src/Uncertainty/Distribution/ExtraFunc/Sadmvnt.hxx,
1711
 
          trunk/src/Uncertainty/Distribution/ExtraFunc/SpecFunc.cxx,
1712
 
          trunk/src/Uncertainty/Distribution/ExtraFunc/SpecFunc.hxx,
1713
 
          trunk/src/Uncertainty/Distribution/ExtraFunc/dcdflib.cxx,
1714
 
          trunk/src/Uncertainty/Distribution/ExtraFunc/dcdflib.hxx,
1715
 
          trunk/src/Uncertainty/Distribution/Gamma.cxx,
1716
 
          trunk/src/Uncertainty/Distribution/Gamma.hxx,
1717
 
          trunk/src/Uncertainty/Distribution/GammaFactory.cxx,
1718
 
          trunk/src/Uncertainty/Distribution/GammaFactory.hxx,
1719
 
          trunk/src/Uncertainty/Distribution/Geometric.cxx,
1720
 
          trunk/src/Uncertainty/Distribution/Geometric.hxx,
1721
 
          trunk/src/Uncertainty/Distribution/GeometricFactory.cxx,
1722
 
          trunk/src/Uncertainty/Distribution/GeometricFactory.hxx,
1723
 
          trunk/src/Uncertainty/Distribution/Gumbel.cxx,
1724
 
          trunk/src/Uncertainty/Distribution/Gumbel.hxx,
1725
 
          trunk/src/Uncertainty/Distribution/GumbelFactory.cxx,
1726
 
          trunk/src/Uncertainty/Distribution/GumbelFactory.hxx,
1727
 
          trunk/src/Uncertainty/Distribution/Histogram.cxx,
1728
 
          trunk/src/Uncertainty/Distribution/Histogram.hxx,
1729
 
          trunk/src/Uncertainty/Distribution/HistogramFactory.cxx,
1730
 
          trunk/src/Uncertainty/Distribution/HistogramFactory.hxx,
1731
 
          trunk/src/Uncertainty/Distribution/IndependentCopula.cxx,
1732
 
          trunk/src/Uncertainty/Distribution/IndependentCopula.hxx,
1733
 
          trunk/src/Uncertainty/Distribution/KernelSmoothing.cxx,
1734
 
          trunk/src/Uncertainty/Distribution/KernelSmoothing.hxx,
1735
 
          trunk/src/Uncertainty/Distribution/LogNormal.cxx,
1736
 
          trunk/src/Uncertainty/Distribution/LogNormal.hxx,
1737
 
          trunk/src/Uncertainty/Distribution/LogNormalFactory.cxx,
1738
 
          trunk/src/Uncertainty/Distribution/LogNormalFactory.hxx,
1739
 
          trunk/src/Uncertainty/Distribution/Logistic.cxx,
1740
 
          trunk/src/Uncertainty/Distribution/Logistic.hxx,
1741
 
          trunk/src/Uncertainty/Distribution/LogisticFactory.cxx,
1742
 
          trunk/src/Uncertainty/Distribution/LogisticFactory.hxx,
1743
 
          trunk/src/Uncertainty/Distribution/Makefile.am,
1744
 
          trunk/src/Uncertainty/Distribution/Mixture.cxx,
1745
 
          trunk/src/Uncertainty/Distribution/Mixture.hxx,
1746
 
          trunk/src/Uncertainty/Distribution/MultiNomial.cxx,
1747
 
          trunk/src/Uncertainty/Distribution/MultiNomial.hxx,
1748
 
          trunk/src/Uncertainty/Distribution/MultiNomialFactory.cxx,
1749
 
          trunk/src/Uncertainty/Distribution/MultiNomialFactory.hxx,
1750
 
          trunk/src/Uncertainty/Distribution/Normal.cxx,
1751
 
          trunk/src/Uncertainty/Distribution/Normal.hxx,
1752
 
          trunk/src/Uncertainty/Distribution/NormalCopula.cxx,
1753
 
          trunk/src/Uncertainty/Distribution/NormalCopula.hxx,
1754
 
          trunk/src/Uncertainty/Distribution/NormalFactory.cxx,
1755
 
          trunk/src/Uncertainty/Distribution/NormalFactory.hxx,
1756
 
          trunk/src/Uncertainty/Distribution/Poisson.cxx,
1757
 
          trunk/src/Uncertainty/Distribution/Poisson.hxx,
1758
 
          trunk/src/Uncertainty/Distribution/PoissonFactory.cxx,
1759
 
          trunk/src/Uncertainty/Distribution/PoissonFactory.hxx,
1760
 
          trunk/src/Uncertainty/Distribution/Student.cxx,
1761
 
          trunk/src/Uncertainty/Distribution/Student.hxx,
1762
 
          trunk/src/Uncertainty/Distribution/StudentFactory.cxx,
1763
 
          trunk/src/Uncertainty/Distribution/StudentFactory.hxx,
1764
 
          trunk/src/Uncertainty/Distribution/Triangular.cxx,
1765
 
          trunk/src/Uncertainty/Distribution/Triangular.hxx,
1766
 
          trunk/src/Uncertainty/Distribution/TriangularFactory.cxx,
1767
 
          trunk/src/Uncertainty/Distribution/TriangularFactory.hxx,
1768
 
          trunk/src/Uncertainty/Distribution/TruncatedNormal.cxx,
1769
 
          trunk/src/Uncertainty/Distribution/TruncatedNormal.hxx,
1770
 
          trunk/src/Uncertainty/Distribution/TruncatedNormalFactory.cxx,
1771
 
          trunk/src/Uncertainty/Distribution/TruncatedNormalFactory.hxx,
1772
 
          trunk/src/Uncertainty/Distribution/Uniform.cxx,
1773
 
          trunk/src/Uncertainty/Distribution/Uniform.hxx,
1774
 
          trunk/src/Uncertainty/Distribution/UniformFactory.cxx,
1775
 
          trunk/src/Uncertainty/Distribution/UniformFactory.hxx,
1776
 
          trunk/src/Uncertainty/Distribution/UserDefined.cxx,
1777
 
          trunk/src/Uncertainty/Distribution/UserDefined.hxx,
1778
 
          trunk/src/Uncertainty/Distribution/UserDefinedFactory.cxx,
1779
 
          trunk/src/Uncertainty/Distribution/UserDefinedFactory.hxx,
1780
 
          trunk/src/Uncertainty/Distribution/Weibull.cxx,
1781
 
          trunk/src/Uncertainty/Distribution/Weibull.hxx,
1782
 
          trunk/src/Uncertainty/Distribution/WeibullFactory.cxx,
1783
 
          trunk/src/Uncertainty/Distribution/WeibullFactory.hxx,
1784
 
          trunk/src/Uncertainty/Makefile.am,
1785
 
          trunk/src/Uncertainty/Model/CompositeRandomVectorImplementation.cxx,
1786
 
          trunk/src/Uncertainty/Model/CompositeRandomVectorImplementation.hxx,
1787
 
          trunk/src/Uncertainty/Model/ConstantRandomVectorImplementation.cxx,
1788
 
          trunk/src/Uncertainty/Model/ConstantRandomVectorImplementation.hxx,
1789
 
          trunk/src/Uncertainty/Model/ContinuousDistribution.cxx,
1790
 
          trunk/src/Uncertainty/Model/ContinuousDistribution.hxx,
1791
 
          trunk/src/Uncertainty/Model/Copula.hxx,
1792
 
          trunk/src/Uncertainty/Model/CopulaImplementation.hxx,
1793
 
          trunk/src/Uncertainty/Model/DiscreteDistribution.cxx,
1794
 
          trunk/src/Uncertainty/Model/DiscreteDistribution.hxx,
1795
 
          trunk/src/Uncertainty/Model/Distribution.cxx,
1796
 
          trunk/src/Uncertainty/Model/Distribution.hxx,
1797
 
          trunk/src/Uncertainty/Model/DistributionImplementation.cxx,
1798
 
          trunk/src/Uncertainty/Model/DistributionImplementation.hxx,
1799
 
          trunk/src/Uncertainty/Model/DistributionImplementationFactory.cxx,
1800
 
          trunk/src/Uncertainty/Model/DistributionImplementationFactory.hxx,
1801
 
          trunk/src/Uncertainty/Model/EllipticalDistributionImplementation.cxx,
1802
 
          trunk/src/Uncertainty/Model/EllipticalDistributionImplementation.hxx,
1803
 
          trunk/src/Uncertainty/Model/Event.cxx,
1804
 
          trunk/src/Uncertainty/Model/Event.hxx,
1805
 
          trunk/src/Uncertainty/Model/Makefile.am,
1806
 
          trunk/src/Uncertainty/Model/NonEllipticalDistribution.cxx,
1807
 
          trunk/src/Uncertainty/Model/NonEllipticalDistribution.hxx,
1808
 
          trunk/src/Uncertainty/Model/RandomVector.cxx,
1809
 
          trunk/src/Uncertainty/Model/RandomVector.hxx,
1810
 
          trunk/src/Uncertainty/Model/RandomVectorImplementation.cxx,
1811
 
          trunk/src/Uncertainty/Model/RandomVectorImplementation.hxx,
1812
 
          trunk/src/Uncertainty/Model/StandardEvent.cxx,
1813
 
          trunk/src/Uncertainty/Model/StandardEvent.hxx,
1814
 
          trunk/src/Uncertainty/Model/UsualDistribution.cxx,
1815
 
          trunk/src/Uncertainty/Model/UsualDistribution.hxx,
1816
 
          trunk/src/Uncertainty/Model/UsualRandomVectorImplementation.cxx,
1817
 
          trunk/src/Uncertainty/Model/UsualRandomVectorImplementation.hxx,
1818
 
          trunk/src/Uncertainty/StatTests/FittingTest.cxx,
1819
 
          trunk/src/Uncertainty/StatTests/FittingTest.hxx,
1820
 
          trunk/src/Uncertainty/StatTests/HypothesisTest.cxx,
1821
 
          trunk/src/Uncertainty/StatTests/HypothesisTest.hxx,
1822
 
          trunk/src/Uncertainty/StatTests/LinearModelTest.cxx,
1823
 
          trunk/src/Uncertainty/StatTests/LinearModelTest.hxx,
1824
 
          trunk/src/Uncertainty/StatTests/Makefile.am,
1825
 
          trunk/src/Uncertainty/StatTests/NormalityTest.cxx,
1826
 
          trunk/src/Uncertainty/StatTests/NormalityTest.hxx,
1827
 
          trunk/src/Uncertainty/StatTests/VisualTest.cxx,
1828
 
          trunk/src/Uncertainty/StatTests/VisualTest.hxx,
1829
 
          trunk/src/main.cxx, trunk/test/Makefile.am,
1830
 
          trunk/test/TestCompositionLeft.cxx,
1831
 
          trunk/test/TestCompositionRight.cxx, trunk/test/TestIdentity.cxx,
1832
 
          trunk/test/TestOptimLinear.cxx,
1833
 
          trunk/test/TestOptimNonLinear.cxx,
1834
 
          trunk/test/TestQuadraticCumul.cxx,
1835
 
          trunk/test/TestResponseSurface.cxx,
1836
 
          trunk/test/TestStrongMaximumTest.cxx,
1837
 
          trunk/test/TestStrongMaximumTest2.cxx,
1838
 
          trunk/test/TestStrongMaximumTestDimension10.cxx,
1839
 
          trunk/test/TestStrongMaximumTestDimension2.cxx,
1840
 
          trunk/test/TestStrongMaximumTestDimension5.cxx,
1841
 
          trunk/test/check_testsuite.at, trunk/test/fonction_2.cxx,
1842
 
          trunk/test/installcheck_testsuite.at, trunk/test/poutre.cxx,
1843
 
          trunk/test/poutre_sample.cxx, trunk/test/poutre_threads.cxx,
1844
 
          trunk/test/python_installcheck_testsuite.at,
1845
 
          trunk/test/t_AbdoRackwitz_linear.cxx,
1846
 
          trunk/test/t_AbdoRackwitz_nonlinear.cxx,
1847
 
          trunk/test/t_AbdoRackwitz_std.cxx, trunk/test/t_Axial_std.cxx,
1848
 
          trunk/test/t_BarPlot_std.cxx, trunk/test/t_BetaFactory_std.cxx,
1849
 
          trunk/test/t_Beta_std.cxx, trunk/test/t_Bisection_std.cxx,
1850
 
          trunk/test/t_Box_std.cxx, trunk/test/t_Brent_std.cxx,
1851
 
          trunk/test/t_CenteredFiniteDifferenceGradient_std.cxx,
1852
 
          trunk/test/t_CenteredFiniteDifferenceHessian_std.cxx,
1853
 
          trunk/test/t_Cloud_std.cxx, trunk/test/t_Cobyla_linear.cxx,
1854
 
          trunk/test/t_Cobyla_nonlinear.cxx, trunk/test/t_Cobyla_std.cxx,
1855
 
          trunk/test/t_Collection_std.cxx,
1856
 
          trunk/test/t_ComparisonOperator_std.cxx,
1857
 
          trunk/test/t_ComposedDistribution_big.cxx,
1858
 
          trunk/test/t_ComposedDistribution_std.cxx,
1859
 
          trunk/test/t_Composite_std.cxx,
1860
 
          trunk/test/t_ComputedNumericalMathFunctionImplementationFactory_std.cxx,
1861
 
          trunk/test/t_ComputedNumericalMathFunctionImplementation_copy.cxx,
1862
 
          trunk/test/t_ComputedNumericalMathFunctionImplementation_state.cxx,
1863
 
          trunk/test/t_ComputedNumericalMathFunctionImplementation_std.cxx,
1864
 
          trunk/test/t_ComputedNumericalMathFunctionImplementation_wrongarg.cxx,
1865
 
          trunk/test/t_ConfidenceInterval_std.cxx,
1866
 
          trunk/test/t_ConstantNumericalMathGradientImplementation_std.cxx,
1867
 
          trunk/test/t_ConstantNumericalMathHessianImplementation_std.cxx,
1868
 
          trunk/test/t_CovarianceMatrixLapack_std.cxx,
1869
 
          trunk/test/t_Curve_std.cxx, trunk/test/t_Description_std.cxx,
1870
 
          trunk/test/t_DirectionalSampling_std.cxx,
1871
 
          trunk/test/t_Distributions_draw.cxx,
1872
 
          trunk/test/t_DynamicLibraryException_std.cxx,
1873
 
          trunk/test/t_Event_std.cxx, trunk/test/t_Exception_std.cxx,
1874
 
          trunk/test/t_ExponentialFactory_std.cxx,
1875
 
          trunk/test/t_Exponential_std.cxx, trunk/test/t_FORM_draw.cxx,
1876
 
          trunk/test/t_FORM_sensitivity.cxx,
1877
 
          trunk/test/t_FORM_sensitivity2.cxx, trunk/test/t_FORM_std.cxx,
1878
 
          trunk/test/t_Factorial_std.cxx,
1879
 
          trunk/test/t_FileNotFoundException_std.cxx,
1880
 
          trunk/test/t_FittingTest_std.cxx,
1881
 
          trunk/test/t_GammaFactory_std.cxx, trunk/test/t_Gamma_std.cxx,
1882
 
          trunk/test/t_GeometricFactory_std.cxx,
1883
 
          trunk/test/t_Geometric_std.cxx, trunk/test/t_Graph_1.cxx,
1884
 
          trunk/test/t_Graph_11.cxx, trunk/test/t_Graph_2.cxx,
1885
 
          trunk/test/t_Graph_3.cxx, trunk/test/t_Graph_4.cxx,
1886
 
          trunk/test/t_Graph_9.cxx, trunk/test/t_Graph_mix.cxx,
1887
 
          trunk/test/t_GumbelFactory_std.cxx, trunk/test/t_Gumbel_std.cxx,
1888
 
          trunk/test/t_Histogram_std.cxx,
1889
 
          trunk/test/t_HypothesisTest_correlation.cxx,
1890
 
          trunk/test/t_HypothesisTest_std.cxx,
1891
 
          trunk/test/t_IdFactory_std.cxx,
1892
 
          trunk/test/t_IdentityMatrix_std.cxx,
1893
 
          trunk/test/t_ImportanceSampling_std.cxx,
1894
 
          trunk/test/t_IndependentCopula_std.cxx,
1895
 
          trunk/test/t_Indices_std.cxx,
1896
 
          trunk/test/t_InvalidArgumentException_std.cxx,
1897
 
          trunk/test/t_InvalidDimensionException_std.cxx,
1898
 
          trunk/test/t_IsoProbabilisticTransformation_EllipticalCopula.cxx,
1899
 
          trunk/test/t_IsoProbabilisticTransformation_EllipticalDistribution.cxx,
1900
 
          trunk/test/t_KernelSmoothing_std.cxx,
1901
 
          trunk/test/t_Kronecker_std.cxx, trunk/test/t_LHS_std.cxx,
1902
 
          trunk/test/t_LibraryLoader_load.cxx,
1903
 
          trunk/test/t_LibraryLoader_std.cxx, trunk/test/t_Library_cpp.cxx,
1904
 
          trunk/test/t_Library_std.cxx,
1905
 
          trunk/test/t_LinearLeastSquares_std.cxx,
1906
 
          trunk/test/t_LinearModelFactory_std.cxx,
1907
 
          trunk/test/t_LinearModelTest_std.cxx,
1908
 
          trunk/test/t_LinearModel_std.cxx,
1909
 
          trunk/test/t_LinearNumericalMathFunctionImplementation_std.cxx,
1910
 
          trunk/test/t_LinearNumericalMathFunction_std.cxx,
1911
 
          trunk/test/t_LinearNumericalMathGradientImplementation_std.cxx,
1912
 
          trunk/test/t_LinearTaylor_std.cxx,
1913
 
          trunk/test/t_LogNormalFactory_std.cxx,
1914
 
          trunk/test/t_LogNormal_std.cxx, trunk/test/t_Log_std.cxx,
1915
 
          trunk/test/t_LogisticFactory_std.cxx,
1916
 
          trunk/test/t_Logistic_std.cxx,
1917
 
          trunk/test/t_MatrixSolveLinearSystem_std.cxx,
1918
 
          trunk/test/t_Matrix_std.cxx,
1919
 
          trunk/test/t_MergeRandomAndConstantInput.cxx,
1920
 
          trunk/test/t_Mixture_std.cxx, trunk/test/t_MonteCarlo_draw.cxx,
1921
 
          trunk/test/t_MonteCarlo_std.cxx,
1922
 
          trunk/test/t_MultiNomial_std.cxx,
1923
 
          trunk/test/t_NearestPointChecker_std.cxx,
1924
 
          trunk/test/t_NoWrapperFileFoundException_std.cxx,
1925
 
          trunk/test/t_NonCenteredFiniteDifferenceGradient_std.cxx,
1926
 
          trunk/test/t_NormalCopula_std.cxx,
1927
 
          trunk/test/t_NormalFactory_std.cxx, trunk/test/t_Normal_big.cxx,
1928
 
          trunk/test/t_Normal_std.cxx, trunk/test/t_Normal_wrongarg.cxx,
1929
 
          trunk/test/t_NormalityTest_std.cxx,
1930
 
          trunk/test/t_NotYetImplementedException_std.cxx,
1931
 
          trunk/test/t_NumericalMathFunction_analytical.cxx,
1932
 
          trunk/test/t_NumericalMathFunction_composition.cxx,
1933
 
          trunk/test/t_NumericalMathFunction_exec.cxx,
1934
 
          trunk/test/t_NumericalMathFunction_exec_sample.cxx,
1935
 
          trunk/test/t_NumericalMathFunction_grad.cxx,
1936
 
          trunk/test/t_NumericalMathFunction_hess.cxx,
1937
 
          trunk/test/t_NumericalMathFunction_sample.cxx,
1938
 
          trunk/test/t_NumericalMathFunction_std.cxx,
1939
 
          trunk/test/t_NumericalPoint_description.cxx,
1940
 
          trunk/test/t_NumericalPoint_std.cxx,
1941
 
          trunk/test/t_NumericalSample_big.cxx,
1942
 
          trunk/test/t_NumericalSample_computation.cxx,
1943
 
          trunk/test/t_NumericalSample_csv.cxx,
1944
 
          trunk/test/t_NumericalSample_split.cxx,
1945
 
          trunk/test/t_NumericalSample_std.cxx,
1946
 
          trunk/test/t_Object_std.cxx,
1947
 
          trunk/test/t_OutOfBoundException_std.cxx,
1948
 
          trunk/test/t_PersistentObject_std.cxx, trunk/test/t_Pie_std.cxx,
1949
 
          trunk/test/t_Pointer_cast.cxx, trunk/test/t_Pointer_std.cxx,
1950
 
          trunk/test/t_PoissonFactory_std.cxx,
1951
 
          trunk/test/t_Poisson_std.cxx,
1952
 
          trunk/test/t_QuadraticCumul_importanceFactors.cxx,
1953
 
          trunk/test/t_QuadraticCumul_run.cxx,
1954
 
          trunk/test/t_QuadraticCumul_std.cxx,
1955
 
          trunk/test/t_QuadraticLeastSquares_std.cxx,
1956
 
          trunk/test/t_QuadraticNumericalMathFunctionImplementation_std.cxx,
1957
 
          trunk/test/t_QuadraticTaylor_std.cxx,
1958
 
          trunk/test/t_RandomGenerator_std.cxx,
1959
 
          trunk/test/t_RandomVector_constant.cxx,
1960
 
          trunk/test/t_RandomVector_distribution.cxx,
1961
 
          trunk/test/t_RandomVector_function.cxx,
1962
 
          trunk/test/t_ResourceMap_std.cxx, trunk/test/t_SORM_std.cxx,
1963
 
          trunk/test/t_Secant_std.cxx,
1964
 
          trunk/test/t_SquareMatrixLapack_std.cxx,
1965
 
          trunk/test/t_SquareMatrix_std.cxx,
1966
 
          trunk/test/t_Staircase_std.cxx,
1967
 
          trunk/test/t_StandardEvent_std.cxx,
1968
 
          trunk/test/t_StrongMaximumTest_other.cxx,
1969
 
          trunk/test/t_StrongMaximumTest_std.cxx,
1970
 
          trunk/test/t_StrongMaximumTest_tabulatedValues.cxx,
1971
 
          trunk/test/t_StudentFactory_std.cxx,
1972
 
          trunk/test/t_Student_std.cxx, trunk/test/t_Study_load.cxx,
1973
 
          trunk/test/t_Study_save.cxx,
1974
 
          trunk/test/t_SymmetricMatrixLapack_std.cxx,
1975
 
          trunk/test/t_SymmetricMatrix_std.cxx,
1976
 
          trunk/test/t_SymmetricTensor_std.cxx,
1977
 
          trunk/test/t_Tensor_std.cxx, trunk/test/t_TestResult_std.cxx,
1978
 
          trunk/test/t_TriangularFactory_std.cxx,
1979
 
          trunk/test/t_Triangular_std.cxx,
1980
 
          trunk/test/t_TruncatedNormalFactory_std.cxx,
1981
 
          trunk/test/t_TruncatedNormal_std.cxx,
1982
 
          trunk/test/t_UniformFactory_std.cxx,
1983
 
          trunk/test/t_Uniform_std.cxx, trunk/test/t_UserDefined_std.cxx,
1984
 
          trunk/test/t_UsualNumericalWrapperFunction_std.cxx,
1985
 
          trunk/test/t_VisualTest_std.cxx,
1986
 
          trunk/test/t_WeibullFactory_std.cxx,
1987
 
          trunk/test/t_Weibull_std.cxx, trunk/test/t_Wilks_std.cxx,
1988
 
          trunk/test/t_WrapperFileParsingException_std.cxx,
1989
 
          trunk/test/t_WrapperInternalException_std.cxx,
1990
 
          trunk/test/t_XMLException_std.cxx,
1991
 
          trunk/test/wrapper_fonction1.cxx, trunk/utils/Makefile.am,
1992
 
          trunk/wrappers/DistributedWrapper/Configuration/Makefile.am,
1993
 
          trunk/wrappers/DistributedWrapper/Configuration/servers.dtd,
1994
 
          trunk/wrappers/DistributedWrapper/Configuration/servers.xml.in,
1995
 
          trunk/wrappers/DistributedWrapper/DistributedWrapper.xml.in,
1996
 
          trunk/wrappers/DistributedWrapper/DrmaaInterface/AllocatJobTemplate.cxx,
1997
 
          trunk/wrappers/DistributedWrapper/DrmaaInterface/ConnectServer.cxx,
1998
 
          trunk/wrappers/DistributedWrapper/DrmaaInterface/CreateJobTemplate.cxx,
1999
 
          trunk/wrappers/DistributedWrapper/DrmaaInterface/DIDrmaa.hxx,
2000
 
          trunk/wrappers/DistributedWrapper/DrmaaInterface/DrmaaInterface.hxx,
2001
 
          trunk/wrappers/DistributedWrapper/DrmaaInterface/InitJobs.cxx,
2002
 
          trunk/wrappers/DistributedWrapper/DrmaaInterface/InitSymbolDrmaa.cxx,
2003
 
          trunk/wrappers/DistributedWrapper/DrmaaInterface/Makefile.am,
2004
 
          trunk/wrappers/DistributedWrapper/DrmaaInterface/PutData.cxx,
2005
 
          trunk/wrappers/DistributedWrapper/DrmaaInterface/PutDataInTempFile.cxx,
2006
 
          trunk/wrappers/DistributedWrapper/DrmaaInterface/ReadFileDescription.cxx,
2007
 
          trunk/wrappers/DistributedWrapper/DrmaaInterface/ReadServerDescription.cxx,
2008
 
          trunk/wrappers/DistributedWrapper/DrmaaInterface/RunJob.cxx,
2009
 
          trunk/wrappers/DistributedWrapper/DrmaaInterface/StatusJob.cxx,
2010
 
          trunk/wrappers/DistributedWrapper/ExternalCode/Makefile.am,
2011
 
          trunk/wrappers/DistributedWrapper/ExternalCode/bata.xml,
2012
 
          trunk/wrappers/DistributedWrapper/ExternalCode/data.xml,
2013
 
          trunk/wrappers/DistributedWrapper/ExternalCode/main.cxx,
2014
 
          trunk/wrappers/DistributedWrapper/Makefile.am,
2015
 
          trunk/wrappers/DistributedWrapper/OpenTURNSWrapper/DistributedWrapper.hxx,
2016
 
          trunk/wrappers/DistributedWrapper/OpenTURNSWrapper/Makefile.am,
2017
 
          trunk/wrappers/DistributedWrapper/OpenTURNSWrapper/OpenTURNSWrapper.cxx,
2018
 
          trunk/wrappers/DistributedWrapper/OpenTURNSWrapper/equation.xml.hal,
2019
 
          trunk/wrappers/DistributedWrapper/OpenTURNSWrapper/equation.xml.ksi,
2020
 
          trunk/wrappers/DistributedWrapper/OpenTURNSWrapper/equation.xml.ubuntu,
2021
 
          trunk/wrappers/DistributedWrapper/config/Makefile.am,
2022
 
          trunk/wrappers/DistributedWrapper/config/common.am,
2023
 
          trunk/wrappers/DistributedWrapper/config/ot_check_openturns.m4,
2024
 
          trunk/wrappers/DistributedWrapper/config/ot_check_pbsdrmaa.m4,
2025
 
          trunk/wrappers/DistributedWrapper/config/ot_check_xercesc.m4,
2026
 
          trunk/wrappers/DistributedWrapper/configure.ac,
2027
 
          trunk/wrappers/DistributedWrapper/test_DistributedWrapper.py,
2028
 
          trunk/wrappers/MyWrapper/Makefile.am,
2029
 
          trunk/wrappers/MyWrapper/MyWrappedCode.f,
2030
 
          trunk/wrappers/MyWrapper/MyWrapper.c,
2031
 
          trunk/wrappers/MyWrapper/MyWrapper.xml.in,
2032
 
          trunk/wrappers/MyWrapper/configure.ac,
2033
 
          trunk/wrappers/MyWrapper/ot_check_openturns.m4,
2034
 
          trunk/wrappers/MyWrapper/test_MyWrapper.py: Modification of all
2035
 
          license headers for being compliant with LGPL license.
2036
 
 
2037
 
2007-03-30 07:22  dutka
2038
 
 
2039
 
        * [r394] trunk/config/test.am, trunk/configure.ac,
2040
 
          trunk/include/OTconfig.h.in,
2041
 
          trunk/src/Base/Diff/CenteredFiniteDifferenceGradient.cxx,
2042
 
          trunk/src/Base/Diff/CenteredFiniteDifferenceHessian.cxx,
2043
 
          trunk/src/Base/Diff/NonCenteredFiniteDifferenceGradient.cxx,
2044
 
          trunk/src/Base/Func/MuParser/muParser.cpp,
2045
 
          trunk/src/Base/Func/MuParser/muParser.h,
2046
 
          trunk/src/Base/Func/MuParser/muParserBase.cpp,
2047
 
          trunk/src/Base/Func/MuParser/muParserBase.h,
2048
 
          trunk/src/Base/Func/MuParser/muParserBytecode.cpp,
2049
 
          trunk/src/Base/Func/MuParser/muParserBytecode.h,
2050
 
          trunk/src/Base/Func/MuParser/muParserCallback.cpp,
2051
 
          trunk/src/Base/Func/MuParser/muParserCallback.h,
2052
 
          trunk/src/Base/Func/MuParser/muParserDLL.cpp,
2053
 
          trunk/src/Base/Func/MuParser/muParserDLL.h,
2054
 
          trunk/src/Base/Func/MuParser/muParserDef.h,
2055
 
          trunk/src/Base/Func/MuParser/muParserError.cpp,
2056
 
          trunk/src/Base/Func/MuParser/muParserError.h,
2057
 
          trunk/src/Base/Func/MuParser/muParserFixes.h,
2058
 
          trunk/src/Base/Func/MuParser/muParserInt.cpp,
2059
 
          trunk/src/Base/Func/MuParser/muParserInt.h,
2060
 
          trunk/src/Base/Func/MuParser/muParserStack.h,
2061
 
          trunk/src/Base/Func/MuParser/muParserTest.cpp,
2062
 
          trunk/src/Base/Func/MuParser/muParserTest.h,
2063
 
          trunk/src/Base/Func/MuParser/muParserToken.h,
2064
 
          trunk/src/Base/Func/MuParser/muParserTokenReader.cpp,
2065
 
          trunk/src/Base/Func/MuParser/muParserTokenReader.h,
2066
 
          trunk/src/Base/Graph/Cloud.cxx,
2067
 
          trunk/src/Base/Graph/ConnectionToR.cxx,
2068
 
          trunk/src/Base/Graph/ConnectionToR.hxx,
2069
 
          trunk/src/Base/Graph/Curve.cxx,
2070
 
          trunk/src/Base/Graph/Drawable.cxx,
2071
 
          trunk/src/Base/Graph/Drawable.hxx,
2072
 
          trunk/src/Base/Graph/Graph.cxx, trunk/src/Base/Graph/Graph.hxx,
2073
 
          trunk/src/Base/Graph/GraphImplementation.cxx,
2074
 
          trunk/src/Base/Graph/GraphImplementation.hxx,
2075
 
          trunk/src/Base/Graph/LegendAndPie.R,
2076
 
          trunk/src/Base/Graph/Makefile.am,
2077
 
          trunk/src/Base/Graph/Rconnection.cxx,
2078
 
          trunk/src/Base/Graph/Rconnection.hxx,
2079
 
          trunk/src/Base/Graph/Staircase.cxx,
2080
 
          trunk/src/Base/Graph/sisocks.c, trunk/src/Base/Graph/sisocks.h,
2081
 
          trunk/src/Base/Interface, trunk/src/Base/Makefile.am,
2082
 
          trunk/src/Base/Optim/AbdoRackwitz/AbdoRackwitz.cxx,
2083
 
          trunk/src/Base/Optim/AbdoRackwitz/AbdoRackwitz.hxx,
2084
 
          trunk/src/Base/Optim/AbdoRackwitz/AbdoRackwitzSpecificParameters.cxx,
2085
 
          trunk/src/Base/Optim/Cobyla/Cobyla.cxx,
2086
 
          trunk/src/Base/Optim/Cobyla/Cobyla.hxx,
2087
 
          trunk/src/Base/Optim/Cobyla/CobylaSpecificParameters.cxx,
2088
 
          trunk/src/Base/Optim/NearestPointAlgorithm.cxx,
2089
 
          trunk/src/Base/Optim/NearestPointAlgorithm.hxx,
2090
 
          trunk/src/Base/Optim/NearestPointAlgorithmImplementation.cxx,
2091
 
          trunk/src/Base/Optim/NearestPointAlgorithmImplementation.hxx,
2092
 
          trunk/src/Base/Optim/NearestPointChecker.cxx,
2093
 
          trunk/src/Base/Optim/NearestPointChecker.hxx,
2094
 
          trunk/src/Base/Optim/NearestPointCheckerResult.cxx,
2095
 
          trunk/src/Base/Optim/Result.cxx,
2096
 
          trunk/src/Base/Solver/Solver.cxx,
2097
 
          trunk/src/Base/Solver/Solver.hxx,
2098
 
          trunk/src/Base/Solver/SolverImplementation.cxx,
2099
 
          trunk/src/Base/Solver/SolverImplementation.hxx,
2100
 
          trunk/src/Base/Stat/ConfidenceInterval.cxx,
2101
 
          trunk/src/Base/Stat/ConfidenceInterval.hxx,
2102
 
          trunk/src/Base/Stat/LinearModel.cxx,
2103
 
          trunk/src/Base/Stat/LinearModel.hxx,
2104
 
          trunk/src/Base/Stat/LinearModelFactory.cxx,
2105
 
          trunk/src/Base/Stat/LinearModelFactory.hxx,
2106
 
          trunk/src/Base/Stat/Makefile.am,
2107
 
          trunk/src/Base/Stat/NumericalSampleImplementation.cxx,
2108
 
          trunk/src/Base/Stat/RandomGenerator.cxx,
2109
 
          trunk/src/Base/Stat/RandomGenerator.hxx,
2110
 
          trunk/src/Base/Type/Collection.hxx,
2111
 
          trunk/src/UI/GUI/CalculationC3.cxx,
2112
 
          trunk/src/UI/TUI/AbdoRackwitz.i, trunk/src/UI/TUI/Analytical.i,
2113
 
          trunk/src/UI/TUI/Cobyla.i, trunk/src/UI/TUI/Collection.i,
2114
 
          trunk/src/UI/TUI/CorrelationTest.i, trunk/src/UI/TUI/Drawable.i,
2115
 
          trunk/src/UI/TUI/FORM.i, trunk/src/UI/TUI/FittingTest.i,
2116
 
          trunk/src/UI/TUI/Graph.i, trunk/src/UI/TUI/GraphImplementation.i,
2117
 
          trunk/src/UI/TUI/Histogram.i, trunk/src/UI/TUI/HypothesisTest.i,
2118
 
          trunk/src/UI/TUI/Indices.i, trunk/src/UI/TUI/LinearModel.i,
2119
 
          trunk/src/UI/TUI/LinearModelTest.i, trunk/src/UI/TUI/Makefile.am,
2120
 
          trunk/src/UI/TUI/NearestPointAlgorithm.i,
2121
 
          trunk/src/UI/TUI/NearestPointAlgorithmImplementation.i,
2122
 
          trunk/src/UI/TUI/NearestPointChecker.i,
2123
 
          trunk/src/UI/TUI/NormalityTest.i,
2124
 
          trunk/src/UI/TUI/RandomGenerator.i,
2125
 
          trunk/src/UI/TUI/RootStrategy.i, trunk/src/UI/TUI/SORM.i,
2126
 
          trunk/src/UI/TUI/SamplingStrategy.i,
2127
 
          trunk/src/UI/TUI/Simulation.i, trunk/src/UI/TUI/Solver.i,
2128
 
          trunk/src/UI/TUI/UserDefined.i, trunk/src/UI/TUI/openturns.i,
2129
 
          trunk/src/Uncertainty/Algorithm/Analytical/Analytical.cxx,
2130
 
          trunk/src/Uncertainty/Algorithm/Analytical/Analytical.hxx,
2131
 
          trunk/src/Uncertainty/Algorithm/Analytical/FORM/FORM.cxx,
2132
 
          trunk/src/Uncertainty/Algorithm/Analytical/FORM/FORM.hxx,
2133
 
          trunk/src/Uncertainty/Algorithm/Analytical/SORM/SORM.cxx,
2134
 
          trunk/src/Uncertainty/Algorithm/Analytical/SORM/SORM.hxx,
2135
 
          trunk/src/Uncertainty/Algorithm/Analytical/StrongMaximumTest.cxx,
2136
 
          trunk/src/Uncertainty/Algorithm/Analytical/StrongMaximumTest.hxx,
2137
 
          trunk/src/Uncertainty/Algorithm/IsoProbabilisticTransformation/NatafEllipticalCopula/InverseNatafEllipticalCopulaFunction.cxx,
2138
 
          trunk/src/Uncertainty/Algorithm/IsoProbabilisticTransformation/NatafEllipticalCopula/InverseNatafEllipticalCopulaGradient.cxx,
2139
 
          trunk/src/Uncertainty/Algorithm/IsoProbabilisticTransformation/NatafEllipticalCopula/InverseNatafEllipticalCopulaHessian.cxx,
2140
 
          trunk/src/Uncertainty/Algorithm/IsoProbabilisticTransformation/NatafEllipticalCopula/NatafEllipticalCopulaGradient.cxx,
2141
 
          trunk/src/Uncertainty/Algorithm/IsoProbabilisticTransformation/NatafEllipticalCopula/NatafEllipticalCopulaHessian.cxx,
2142
 
          trunk/src/Uncertainty/Algorithm/QuadraticCumul/QuadraticCumul.cxx,
2143
 
          trunk/src/Uncertainty/Algorithm/QuadraticCumul/QuadraticCumul.hxx,
2144
 
          trunk/src/Uncertainty/Algorithm/Simulation/DirectionalSampling/RootStrategy.cxx,
2145
 
          trunk/src/Uncertainty/Algorithm/Simulation/DirectionalSampling/RootStrategy.hxx,
2146
 
          trunk/src/Uncertainty/Algorithm/Simulation/DirectionalSampling/RootStrategyImplementation.cxx,
2147
 
          trunk/src/Uncertainty/Algorithm/Simulation/DirectionalSampling/RootStrategyImplementation.hxx,
2148
 
          trunk/src/Uncertainty/Algorithm/Simulation/DirectionalSampling/SamplingStrategy.cxx,
2149
 
          trunk/src/Uncertainty/Algorithm/Simulation/DirectionalSampling/SamplingStrategy.hxx,
2150
 
          trunk/src/Uncertainty/Algorithm/Simulation/DirectionalSampling/SamplingStrategyImplementation.cxx,
2151
 
          trunk/src/Uncertainty/Algorithm/Simulation/DirectionalSampling/SamplingStrategyImplementation.hxx,
2152
 
          trunk/src/Uncertainty/Algorithm/Simulation/Result.cxx,
2153
 
          trunk/src/Uncertainty/Algorithm/Simulation/Simulation.cxx,
2154
 
          trunk/src/Uncertainty/Algorithm/Simulation/Simulation.hxx,
2155
 
          trunk/src/Uncertainty/Distribution/BetaFactory.cxx,
2156
 
          trunk/src/Uncertainty/Distribution/BetaFactory.hxx,
2157
 
          trunk/src/Uncertainty/Distribution/ComposedDistribution.hxx,
2158
 
          trunk/src/Uncertainty/Distribution/ExponentialFactory.cxx,
2159
 
          trunk/src/Uncertainty/Distribution/ExponentialFactory.hxx,
2160
 
          trunk/src/Uncertainty/Distribution/ExtraFunc/DistFunc.cxx,
2161
 
          trunk/src/Uncertainty/Distribution/ExtraFunc/DistFunc.hxx,
2162
 
          trunk/src/Uncertainty/Distribution/ExtraFunc/SpecFunc.cxx,
2163
 
          trunk/src/Uncertainty/Distribution/ExtraFunc/SpecFunc.hxx,
2164
 
          trunk/src/Uncertainty/Distribution/GammaFactory.cxx,
2165
 
          trunk/src/Uncertainty/Distribution/GammaFactory.hxx,
2166
 
          trunk/src/Uncertainty/Distribution/GeometricFactory.cxx,
2167
 
          trunk/src/Uncertainty/Distribution/GeometricFactory.hxx,
2168
 
          trunk/src/Uncertainty/Distribution/Gumbel.cxx,
2169
 
          trunk/src/Uncertainty/Distribution/Gumbel.hxx,
2170
 
          trunk/src/Uncertainty/Distribution/GumbelFactory.cxx,
2171
 
          trunk/src/Uncertainty/Distribution/GumbelFactory.hxx,
2172
 
          trunk/src/Uncertainty/Distribution/HistogramFactory.cxx,
2173
 
          trunk/src/Uncertainty/Distribution/HistogramFactory.hxx,
2174
 
          trunk/src/Uncertainty/Distribution/LogNormalFactory.cxx,
2175
 
          trunk/src/Uncertainty/Distribution/LogNormalFactory.hxx,
2176
 
          trunk/src/Uncertainty/Distribution/Logistic.cxx,
2177
 
          trunk/src/Uncertainty/Distribution/LogisticFactory.cxx,
2178
 
          trunk/src/Uncertainty/Distribution/LogisticFactory.hxx,
2179
 
          trunk/src/Uncertainty/Distribution/Makefile.am,
2180
 
          trunk/src/Uncertainty/Distribution/Mixture.cxx,
2181
 
          trunk/src/Uncertainty/Distribution/Mixture.hxx,
2182
 
          trunk/src/Uncertainty/Distribution/MultiNomial.cxx,
2183
 
          trunk/src/Uncertainty/Distribution/MultiNomialFactory.cxx,
2184
 
          trunk/src/Uncertainty/Distribution/MultiNomialFactory.hxx,
2185
 
          trunk/src/Uncertainty/Distribution/NormalFactory.cxx,
2186
 
          trunk/src/Uncertainty/Distribution/NormalFactory.hxx,
2187
 
          trunk/src/Uncertainty/Distribution/PoissonFactory.cxx,
2188
 
          trunk/src/Uncertainty/Distribution/PoissonFactory.hxx,
2189
 
          trunk/src/Uncertainty/Distribution/StudentFactory.cxx,
2190
 
          trunk/src/Uncertainty/Distribution/StudentFactory.hxx,
2191
 
          trunk/src/Uncertainty/Distribution/TriangularFactory.cxx,
2192
 
          trunk/src/Uncertainty/Distribution/TriangularFactory.hxx,
2193
 
          trunk/src/Uncertainty/Distribution/TruncatedNormal.cxx,
2194
 
          trunk/src/Uncertainty/Distribution/TruncatedNormalFactory.cxx,
2195
 
          trunk/src/Uncertainty/Distribution/TruncatedNormalFactory.hxx,
2196
 
          trunk/src/Uncertainty/Distribution/UniformFactory.cxx,
2197
 
          trunk/src/Uncertainty/Distribution/UniformFactory.hxx,
2198
 
          trunk/src/Uncertainty/Distribution/UserDefinedFactory.cxx,
2199
 
          trunk/src/Uncertainty/Distribution/UserDefinedFactory.hxx,
2200
 
          trunk/src/Uncertainty/Distribution/WeibullFactory.cxx,
2201
 
          trunk/src/Uncertainty/Distribution/WeibullFactory.hxx,
2202
 
          trunk/src/Uncertainty/Interface,
2203
 
          trunk/src/Uncertainty/Makefile.am,
2204
 
          trunk/src/Uncertainty/Model/DistributionImplementationFactory.cxx,
2205
 
          trunk/src/Uncertainty/Model/DistributionImplementationFactory.hxx,
2206
 
          trunk/src/Uncertainty/Model/Event.cxx,
2207
 
          trunk/src/Uncertainty/StatTests/CorrelationTest.cxx,
2208
 
          trunk/src/Uncertainty/StatTests/CorrelationTest.hxx,
2209
 
          trunk/src/Uncertainty/StatTests/FittingTest.cxx,
2210
 
          trunk/src/Uncertainty/StatTests/FittingTest.hxx,
2211
 
          trunk/src/Uncertainty/StatTests/HypothesisTest.cxx,
2212
 
          trunk/src/Uncertainty/StatTests/HypothesisTest.hxx,
2213
 
          trunk/src/Uncertainty/StatTests/LinearModelTest.cxx,
2214
 
          trunk/src/Uncertainty/StatTests/LinearModelTest.hxx,
2215
 
          trunk/src/Uncertainty/StatTests/Makefile.am,
2216
 
          trunk/src/Uncertainty/StatTests/NormalityTest.cxx,
2217
 
          trunk/src/Uncertainty/StatTests/NormalityTest.hxx,
2218
 
          trunk/src/Uncertainty/StatTests/VisualTest.cxx,
2219
 
          trunk/src/Uncertainty/StatTests/VisualTest.hxx,
2220
 
          trunk/test/Makefile.am, trunk/test/check_testsuite.at,
2221
 
          trunk/test/poutre_threads.cxx, trunk/test/poutre_threads.xml,
2222
 
          trunk/test/python_installcheck_testsuite.at,
2223
 
          trunk/test/t_AbdoRackwitz_linear.atpy,
2224
 
          trunk/test/t_AbdoRackwitz_linear.cxx,
2225
 
          trunk/test/t_AbdoRackwitz_nonlinear.atpy,
2226
 
          trunk/test/t_AbdoRackwitz_nonlinear.cxx,
2227
 
          trunk/test/t_AbdoRackwitz_std.cxx, trunk/test/t_Axial_std.cxx,
2228
 
          trunk/test/t_BarPlot_std.atpy, trunk/test/t_BetaFactory_std.at,
2229
 
          trunk/test/t_BetaFactory_std.atpy,
2230
 
          trunk/test/t_Bisection_std.atpy, trunk/test/t_Bisection_std.cxx,
2231
 
          trunk/test/t_Bisection_std.py, trunk/test/t_Brent_std.atpy,
2232
 
          trunk/test/t_Brent_std.cxx, trunk/test/t_Brent_std.py,
2233
 
          trunk/test/t_CenteredFiniteDifferenceGradient_std.cxx,
2234
 
          trunk/test/t_CenteredFiniteDifferenceHessian_std.atpy,
2235
 
          trunk/test/t_CenteredFiniteDifferenceHessian_std.cxx,
2236
 
          trunk/test/t_Cloud_std.atpy, trunk/test/t_Cobyla_linear.cxx,
2237
 
          trunk/test/t_Cobyla_nonlinear.cxx,
2238
 
          trunk/test/t_Cobyla_nonlinear.py, trunk/test/t_Cobyla_std.cxx,
2239
 
          trunk/test/t_Cobyla_std.py,
2240
 
          trunk/test/t_ComposedDistribution_big.cxx,
2241
 
          trunk/test/t_ComposedDistribution_std.atpy,
2242
 
          trunk/test/t_ComposedDistribution_std.cxx,
2243
 
          trunk/test/t_ComposedDistribution_std.py,
2244
 
          trunk/test/t_Composite_std.cxx,
2245
 
          trunk/test/t_ConfidenceInterval_std.at,
2246
 
          trunk/test/t_ConfidenceInterval_std.atpy,
2247
 
          trunk/test/t_ConfidenceInterval_std.cxx,
2248
 
          trunk/test/t_ConfidenceInterval_std.py,
2249
 
          trunk/test/t_ConstantNumericalMathGradientImplementation_std.cxx,
2250
 
          trunk/test/t_ConstantNumericalMathHessianImplementation_std.cxx,
2251
 
          trunk/test/t_CorrelationTest_std.at,
2252
 
          trunk/test/t_CorrelationTest_std.cxx,
2253
 
          trunk/test/t_Curve_std.atpy, trunk/test/t_Description_std.atpy,
2254
 
          trunk/test/t_DirectionalSampling_std.at,
2255
 
          trunk/test/t_DirectionalSampling_std.atpy,
2256
 
          trunk/test/t_DirectionalSampling_std.cxx,
2257
 
          trunk/test/t_DirectionalSampling_std.py,
2258
 
          trunk/test/t_Distributions_draw.atpy,
2259
 
          trunk/test/t_Distributions_draw.py,
2260
 
          trunk/test/t_ExponentialFactory_std.ini.cxx,
2261
 
          trunk/test/t_FORM_draw.at, trunk/test/t_FORM_draw.atpy,
2262
 
          trunk/test/t_FORM_draw.cxx, trunk/test/t_FORM_draw.py,
2263
 
          trunk/test/t_FORM_sensitivity.at,
2264
 
          trunk/test/t_FORM_sensitivity.cxx,
2265
 
          trunk/test/t_FORM_sensitivity.py,
2266
 
          trunk/test/t_FORM_sensitivity2.cxx, trunk/test/t_FORM_std.at,
2267
 
          trunk/test/t_FORM_std.atpy, trunk/test/t_FORM_std.cxx,
2268
 
          trunk/test/t_FORM_std.py, trunk/test/t_Factorial_std.cxx,
2269
 
          trunk/test/t_FittingTest_std.at,
2270
 
          trunk/test/t_FittingTest_std.atpy,
2271
 
          trunk/test/t_FittingTest_std.py,
2272
 
          trunk/test/t_GammaFactory_std.at,
2273
 
          trunk/test/t_GammaFactory_std.atpy, trunk/test/t_Graph_3.py,
2274
 
          trunk/test/t_GumbelFactory_std.at,
2275
 
          trunk/test/t_GumbelFactory_std.atpy,
2276
 
          trunk/test/t_HypothesisTest_std.at,
2277
 
          trunk/test/t_HypothesisTest_std.cxx,
2278
 
          trunk/test/t_ImportanceSampling_std.atpy,
2279
 
          trunk/test/t_ImportanceSampling_std.cxx,
2280
 
          trunk/test/t_ImportanceSampling_std.py,
2281
 
          trunk/test/t_IndependentCopula_std.cxx,
2282
 
          trunk/test/t_IsoProbabilisticTransformation_EllipticalCopula.cxx,
2283
 
          trunk/test/t_IsoProbabilisticTransformation_EllipticalDistribution.cxx,
2284
 
          trunk/test/t_KernelSmoothing_std.atpy,
2285
 
          trunk/test/t_KernelSmoothing_std.py, trunk/test/t_LHS_std.atpy,
2286
 
          trunk/test/t_LHS_std.cxx, trunk/test/t_LHS_std.py,
2287
 
          trunk/test/t_LinearLeastSquares_std.atpy,
2288
 
          trunk/test/t_LinearLeastSquares_std.cxx,
2289
 
          trunk/test/t_LinearModelFactory_std.at,
2290
 
          trunk/test/t_LinearModelFactory_std.atpy,
2291
 
          trunk/test/t_LinearModelFactory_std.py,
2292
 
          trunk/test/t_LinearModelTest_std.at,
2293
 
          trunk/test/t_LinearModelTest_std.cxx,
2294
 
          trunk/test/t_LinearModel_std.at,
2295
 
          trunk/test/t_LinearModel_std.atpy,
2296
 
          trunk/test/t_LinearModel_std.cxx,
2297
 
          trunk/test/t_LinearModel_std.py,
2298
 
          trunk/test/t_LinearNumericalMathFunctionImplementation_std.cxx,
2299
 
          trunk/test/t_LinearNumericalMathFunction_std.cxx,
2300
 
          trunk/test/t_LinearNumericalMathGradientImplementation_std.cxx,
2301
 
          trunk/test/t_LinearTaylor_std.cxx,
2302
 
          trunk/test/t_LogNormalFactory_std.at,
2303
 
          trunk/test/t_LogNormalFactory_std.atpy,
2304
 
          trunk/test/t_LogisticFactory_std.at,
2305
 
          trunk/test/t_LogisticFactory_std.atpy,
2306
 
          trunk/test/t_Mixture_std.py, trunk/test/t_MonteCarlo_std.atpy,
2307
 
          trunk/test/t_MonteCarlo_std.cxx, trunk/test/t_MonteCarlo_std.py,
2308
 
          trunk/test/t_MultiNomial_std.cxx,
2309
 
          trunk/test/t_NearestPointChecker_std.cxx,
2310
 
          trunk/test/t_NonCenteredFiniteDifferenceGradient_std.cxx,
2311
 
          trunk/test/t_NormalCopula_std.cxx,
2312
 
          trunk/test/t_NormalCopula_std.py, trunk/test/t_Normal_big.cxx,
2313
 
          trunk/test/t_Normal_std.atpy, trunk/test/t_Normal_std.cxx,
2314
 
          trunk/test/t_Normal_std.py, trunk/test/t_NormalityTest_std.at,
2315
 
          trunk/test/t_NormalityTest_std.cxx,
2316
 
          trunk/test/t_NumericalMathFunction_composition.atpy,
2317
 
          trunk/test/t_NumericalMathFunction_exec.atpy,
2318
 
          trunk/test/t_NumericalMathFunction_exec_sample.atpy,
2319
 
          trunk/test/t_NumericalMathFunction_exec_sample.py,
2320
 
          trunk/test/t_NumericalMathFunction_grad.atpy,
2321
 
          trunk/test/t_NumericalMathFunction_hess.atpy,
2322
 
          trunk/test/t_NumericalMathFunction_sample.atpy,
2323
 
          trunk/test/t_NumericalMathFunction_std.atpy,
2324
 
          trunk/test/t_NumericalMathFunction_std.py,
2325
 
          trunk/test/t_NumericalPoint_description.atpy,
2326
 
          trunk/test/t_NumericalSample_big.atpy,
2327
 
          trunk/test/t_NumericalSample_big.cxx,
2328
 
          trunk/test/t_NumericalSample_computation.at,
2329
 
          trunk/test/t_NumericalSample_computation.cxx,
2330
 
          trunk/test/t_NumericalSample_csv.py,
2331
 
          trunk/test/t_NumericalSample_split.atpy,
2332
 
          trunk/test/t_NumericalSample_std.atpy, trunk/test/t_Pie_std.atpy,
2333
 
          trunk/test/t_QuadraticCumul_importanceFactors.atpy,
2334
 
          trunk/test/t_QuadraticCumul_importanceFactors.cxx,
2335
 
          trunk/test/t_QuadraticCumul_run.atpy,
2336
 
          trunk/test/t_QuadraticCumul_std.atpy,
2337
 
          trunk/test/t_QuadraticCumul_std.cxx,
2338
 
          trunk/test/t_QuadraticLeastSquares_std.atpy,
2339
 
          trunk/test/t_QuadraticLeastSquares_std.cxx,
2340
 
          trunk/test/t_QuadraticNumericalMathFunctionImplementation_std.atpy,
2341
 
          trunk/test/t_QuadraticNumericalMathFunctionImplementation_std.cxx,
2342
 
          trunk/test/t_QuadraticTaylor_std.atpy,
2343
 
          trunk/test/t_QuadraticTaylor_std.cxx,
2344
 
          trunk/test/t_ROT_Distribution_Acceptance_test.at,
2345
 
          trunk/test/t_ROT_Distribution_Acceptance_test.cxx,
2346
 
          trunk/test/t_ROT_RBase_LinearModel.at,
2347
 
          trunk/test/t_ROT_RBase_LinearModel.cxx,
2348
 
          trunk/test/t_ROT_RBase_computeCovariance_Pearson_Spearman.at,
2349
 
          trunk/test/t_ROT_RBase_computeCovariance_Pearson_Spearman.cxx,
2350
 
          trunk/test/t_ROT_RBase_computeMedian_Variance_Mode_EmpiricalCdf.at,
2351
 
          trunk/test/t_ROT_RBase_computeMedian_Variance_Mode_EmpiricalCdf.cxx,
2352
 
          trunk/test/t_ROT_RBase_computeSd_Skewness_Kurtosis_Mean_Quantile.at,
2353
 
          trunk/test/t_ROT_RBase_computeSd_Skewness_Kurtosis_Mean_Quantile.cxx,
2354
 
          trunk/test/t_ROT_RBase_compute_Min_Max_Extenture.at,
2355
 
          trunk/test/t_ROT_RBase_compute_Min_Max_Extenture.cxx,
2356
 
          trunk/test/t_ROT_RBufferStrategy.at,
2357
 
          trunk/test/t_ROT_RBufferStrategy.cxx,
2358
 
          trunk/test/t_ROT_RConnector.at, trunk/test/t_ROT_RConnector.cxx,
2359
 
          trunk/test/t_ROT_RCopyOnWriteSharedArray.at,
2360
 
          trunk/test/t_ROT_RCopyOnWriteSharedArray.cxx,
2361
 
          trunk/test/t_ROT_RDistribution.at,
2362
 
          trunk/test/t_ROT_RDistribution.cxx,
2363
 
          trunk/test/t_ROT_RDistributionFactory.at,
2364
 
          trunk/test/t_ROT_RDistributionFactory.cxx,
2365
 
          trunk/test/t_ROT_RHashmap.at, trunk/test/t_ROT_RHashmap.cxx,
2366
 
          trunk/test/t_ROT_RIdentifier.at,
2367
 
          trunk/test/t_ROT_RIdentifier.cxx, trunk/test/t_ROT_RInteger.at,
2368
 
          trunk/test/t_ROT_RInteger.cxx, trunk/test/t_ROT_RIterator.at,
2369
 
          trunk/test/t_ROT_RIterator.cxx, trunk/test/t_ROT_RLinearModel.at,
2370
 
          trunk/test/t_ROT_RLinearModel.cxx, trunk/test/t_ROT_RMatrix.at,
2371
 
          trunk/test/t_ROT_RMatrix.cxx,
2372
 
          trunk/test/t_ROT_RNumericalPoint.at,
2373
 
          trunk/test/t_ROT_RNumericalPoint.cxx,
2374
 
          trunk/test/t_ROT_RNumericalSample.at,
2375
 
          trunk/test/t_ROT_RNumericalSample.cxx,
2376
 
          trunk/test/t_ROT_ROTcore.at, trunk/test/t_ROT_ROTcore.cxx,
2377
 
          trunk/test/t_ROT_RProtocol_Read.at,
2378
 
          trunk/test/t_ROT_RProtocol_Read.cxx,
2379
 
          trunk/test/t_ROT_RProtocol_Read_and_Write.at,
2380
 
          trunk/test/t_ROT_RProtocol_Read_and_Write.cxx,
2381
 
          trunk/test/t_ROT_RReal.at, trunk/test/t_ROT_RReal.cxx,
2382
 
          trunk/test/t_ROT_RRealList.at, trunk/test/t_ROT_RRealList.cxx,
2383
 
          trunk/test/t_ROT_RSocket.at, trunk/test/t_ROT_RSocket.cxx,
2384
 
          trunk/test/t_ROT_RString.at, trunk/test/t_ROT_RString.cxx,
2385
 
          trunk/test/t_ROT_RTestCollection.at,
2386
 
          trunk/test/t_ROT_RTestCollection.cxx,
2387
 
          trunk/test/t_ROT_RTestResult.at,
2388
 
          trunk/test/t_ROT_RTestResult.cxx,
2389
 
          trunk/test/t_ROT_RUncertaintyProtocol.at,
2390
 
          trunk/test/t_ROT_RUncertaintyProtocol.cxx,
2391
 
          trunk/test/t_ROT_RUncertainty_TestResult.at,
2392
 
          trunk/test/t_ROT_RUncertainty_TestResult.cxx,
2393
 
          trunk/test/t_ROT_RUncertainty_computeCdf.at,
2394
 
          trunk/test/t_ROT_RUncertainty_computeCdf.cxx,
2395
 
          trunk/test/t_ROT_RUncertainty_computeCdfGradient.at,
2396
 
          trunk/test/t_ROT_RUncertainty_computeCdfGradient.cxx,
2397
 
          trunk/test/t_ROT_RUncertainty_computePdf.at,
2398
 
          trunk/test/t_ROT_RUncertainty_computePdf.cxx,
2399
 
          trunk/test/t_ROT_RUncertainty_computePdfGradient.at,
2400
 
          trunk/test/t_ROT_RUncertainty_computePdfGradient.cxx,
2401
 
          trunk/test/t_ROT_RUncertainty_computeQuantile.at,
2402
 
          trunk/test/t_ROT_RUncertainty_computeQuantile.cxx,
2403
 
          trunk/test/t_ROT_RUncertainty_estimateBetaParameters.at,
2404
 
          trunk/test/t_ROT_RUncertainty_estimateBetaParameters.cxx,
2405
 
          trunk/test/t_ROT_RUncertainty_estimateExponentialParameters.at,
2406
 
          trunk/test/t_ROT_RUncertainty_estimateExponentialParameters.cxx,
2407
 
          trunk/test/t_ROT_RUncertainty_estimateGammaParameters.at,
2408
 
          trunk/test/t_ROT_RUncertainty_estimateGammaParameters.cxx,
2409
 
          trunk/test/t_ROT_RUncertainty_estimateGeometricParameters.at,
2410
 
          trunk/test/t_ROT_RUncertainty_estimateGeometricParameters.cxx,
2411
 
          trunk/test/t_ROT_RUncertainty_estimateGumbelParameters.at,
2412
 
          trunk/test/t_ROT_RUncertainty_estimateGumbelParameters.cxx,
2413
 
          trunk/test/t_ROT_RUncertainty_estimateLogNormalParameters.at,
2414
 
          trunk/test/t_ROT_RUncertainty_estimateLogNormalParameters.cxx,
2415
 
          trunk/test/t_ROT_RUncertainty_estimateLogisticParameters.at,
2416
 
          trunk/test/t_ROT_RUncertainty_estimateLogisticParameters.cxx,
2417
 
          trunk/test/t_ROT_RUncertainty_estimatePoissonParameters.at,
2418
 
          trunk/test/t_ROT_RUncertainty_estimatePoissonParameters.cxx,
2419
 
          trunk/test/t_ROT_RUncertainty_estimateStudentParameters.at,
2420
 
          trunk/test/t_ROT_RUncertainty_estimateStudentParameters.cxx,
2421
 
          trunk/test/t_ROT_RUncertainty_estimateTriangularParameters.at,
2422
 
          trunk/test/t_ROT_RUncertainty_estimateTriangularParameters.cxx,
2423
 
          trunk/test/t_ROT_RUncertainty_estimateTruncatedNormalParameters.at,
2424
 
          trunk/test/t_ROT_RUncertainty_estimateTruncatedNormalParameters.cxx,
2425
 
          trunk/test/t_ROT_RUncertainty_estimateUniformParameters.at,
2426
 
          trunk/test/t_ROT_RUncertainty_estimateUniformParameters.cxx,
2427
 
          trunk/test/t_ROT_RUncertainty_estimateWeibullParameters.at,
2428
 
          trunk/test/t_ROT_RUncertainty_estimateWeibullParameters.cxx,
2429
 
          trunk/test/t_ROT_RUncertainty_findBestModel.at,
2430
 
          trunk/test/t_ROT_RUncertainty_findBestModel.cxx,
2431
 
          trunk/test/t_ROT_RUncertainty_generateRandomSample.at,
2432
 
          trunk/test/t_ROT_RUncertainty_generateRandomSample.cxx,
2433
 
          trunk/test/t_ROT_RUncertainty_testLm.at,
2434
 
          trunk/test/t_ROT_RUncertainty_testLm.cxx,
2435
 
          trunk/test/t_ROT_R_Acceptance_Tests.at,
2436
 
          trunk/test/t_ROT_R_Acceptance_Tests.cxx,
2437
 
          trunk/test/t_ROT_RotFactory.at, trunk/test/t_ROT_RotFactory.cxx,
2438
 
          trunk/test/t_RandomGenerator_std.atpy,
2439
 
          trunk/test/t_RandomGenerator_std.py,
2440
 
          trunk/test/t_RandomVector_constant.cxx,
2441
 
          trunk/test/t_SORM_std.atpy, trunk/test/t_SORM_std.cxx,
2442
 
          trunk/test/t_SORM_std.py, trunk/test/t_Secant_std.atpy,
2443
 
          trunk/test/t_Secant_std.cxx, trunk/test/t_Staircase_std.atpy,
2444
 
          trunk/test/t_StandardEvent_std.py,
2445
 
          trunk/test/t_StrongMaximumTest_other.at,
2446
 
          trunk/test/t_StrongMaximumTest_other.cxx,
2447
 
          trunk/test/t_StrongMaximumTest_std.at,
2448
 
          trunk/test/t_StrongMaximumTest_std.cxx,
2449
 
          trunk/test/t_StrongMaximumTest_tabulatedValues.atpy,
2450
 
          trunk/test/t_StrongMaximumTest_tabulatedValues.py,
2451
 
          trunk/test/t_StudentFactory_std.at,
2452
 
          trunk/test/t_StudentFactory_std.atpy,
2453
 
          trunk/test/t_Student_std.atpy, trunk/test/t_Student_std.py,
2454
 
          trunk/test/t_TestResult_std.atpy, trunk/test/t_TestResult_std.py,
2455
 
          trunk/test/t_TruncatedNormalFactory_std.atpy,
2456
 
          trunk/test/t_VisualTest_std.cxx, trunk/test/t_VisualTest_std.py,
2457
 
          trunk/test/t_WeibullFactory_std.at,
2458
 
          trunk/test/t_WeibullFactory_std.atpy, trunk/utils/Makefile.am,
2459
 
          trunk/utils/pbs_drmaa-0.1.1.tar.gz,
2460
 
          trunk/utils/rotRPackage_1.312RL.tgz,
2461
 
          trunk/utils/rotRPackage_1.4.1.tar.gz,
2462
 
          trunk/wrappers/DistributedWrapper,
2463
 
          trunk/wrappers/DistributedWrapper/Configuration,
2464
 
          trunk/wrappers/DistributedWrapper/Configuration/Makefile.am,
2465
 
          trunk/wrappers/DistributedWrapper/Configuration/servers.dtd,
2466
 
          trunk/wrappers/DistributedWrapper/Configuration/servers.xml.in,
2467
 
          trunk/wrappers/DistributedWrapper/DistributedWrapper.xml.in,
2468
 
          trunk/wrappers/DistributedWrapper/DrmaaInterface,
2469
 
          trunk/wrappers/DistributedWrapper/DrmaaInterface/AllocatJobTemplate.cxx,
2470
 
          trunk/wrappers/DistributedWrapper/DrmaaInterface/ConnectServer.cxx,
2471
 
          trunk/wrappers/DistributedWrapper/DrmaaInterface/CreateJobTemplate.cxx,
2472
 
          trunk/wrappers/DistributedWrapper/DrmaaInterface/DIDrmaa.hxx,
2473
 
          trunk/wrappers/DistributedWrapper/DrmaaInterface/DrmaaInterface.hxx,
2474
 
          trunk/wrappers/DistributedWrapper/DrmaaInterface/InitJobs.cxx,
2475
 
          trunk/wrappers/DistributedWrapper/DrmaaInterface/InitSymbolDrmaa.cxx,
2476
 
          trunk/wrappers/DistributedWrapper/DrmaaInterface/Makefile.am,
2477
 
          trunk/wrappers/DistributedWrapper/DrmaaInterface/PutData.cxx,
2478
 
          trunk/wrappers/DistributedWrapper/DrmaaInterface/PutDataInTempFile.cxx,
2479
 
          trunk/wrappers/DistributedWrapper/DrmaaInterface/ReadFileDescription.cxx,
2480
 
          trunk/wrappers/DistributedWrapper/DrmaaInterface/ReadServerDescription.cxx,
2481
 
          trunk/wrappers/DistributedWrapper/DrmaaInterface/RunJob.cxx,
2482
 
          trunk/wrappers/DistributedWrapper/DrmaaInterface/StatusJob.cxx,
2483
 
          trunk/wrappers/DistributedWrapper/ExternalCode,
2484
 
          trunk/wrappers/DistributedWrapper/ExternalCode/Makefile.am,
2485
 
          trunk/wrappers/DistributedWrapper/ExternalCode/bata.xml,
2486
 
          trunk/wrappers/DistributedWrapper/ExternalCode/data.xml,
2487
 
          trunk/wrappers/DistributedWrapper/ExternalCode/main.cxx,
2488
 
          trunk/wrappers/DistributedWrapper/Makefile.am,
2489
 
          trunk/wrappers/DistributedWrapper/OpenTURNSWrapper,
2490
 
          trunk/wrappers/DistributedWrapper/OpenTURNSWrapper/DistributedWrapper.hxx,
2491
 
          trunk/wrappers/DistributedWrapper/OpenTURNSWrapper/Makefile.am,
2492
 
          trunk/wrappers/DistributedWrapper/OpenTURNSWrapper/OpenTURNSWrapper.cxx,
2493
 
          trunk/wrappers/DistributedWrapper/OpenTURNSWrapper/equation.xml.hal,
2494
 
          trunk/wrappers/DistributedWrapper/OpenTURNSWrapper/equation.xml.ksi,
2495
 
          trunk/wrappers/DistributedWrapper/OpenTURNSWrapper/equation.xml.ubuntu,
2496
 
          trunk/wrappers/DistributedWrapper/bootstrap,
2497
 
          trunk/wrappers/DistributedWrapper/config,
2498
 
          trunk/wrappers/DistributedWrapper/config/Makefile.am,
2499
 
          trunk/wrappers/DistributedWrapper/config/aclocal.m4,
2500
 
          trunk/wrappers/DistributedWrapper/config/common.am,
2501
 
          trunk/wrappers/DistributedWrapper/config/ot_check_openturns.m4,
2502
 
          trunk/wrappers/DistributedWrapper/config/ot_check_pbsdrmaa.m4,
2503
 
          trunk/wrappers/DistributedWrapper/config/ot_check_xercesc.m4,
2504
 
          trunk/wrappers/DistributedWrapper/configure.ac,
2505
 
          trunk/wrappers/DistributedWrapper/include,
2506
 
          trunk/wrappers/DistributedWrapper/include/DWconfig.h.in,
2507
 
          trunk/wrappers/DistributedWrapper/libtool.cxx,
2508
 
          trunk/wrappers/DistributedWrapper/test_DistributedWrapper.py,
2509
 
          trunk/wrappers/MyWrapper/aclocal.m4: MERGE: merging from
2510
 
          'experiments' into 'trunk' (rev. 376:393)
2511
 
          trunk> svn merge -r 376:393 --ignore-ancestry
2512
 
          https://.../branches/experiments
2513
 
          
2514
 
          Fix minor bugs in Python autotest scripts and files.
2515
 
          RSERVE IS NO MORE NEEDED BY OpenTURNS.
2516
 
          Remove all the Rerve dependences in GraphImplementation class.
2517
 
          Remove sisock, RConnection and ConnectionToR classes.
2518
 
          Comment Rserve checking in configure.ac.
2519
 
          The next step is to remove src/Base/Interface and
2520
 
          src/Uncertainty/Interface.
2521
 
          Add dependence to PersistentObject for the following classes:
2522
 
          Analytical,
2523
 
          QuadraticCumul,
2524
 
          Simulation,
2525
 
          NearestPointAlgorithmImplementation,
2526
 
          Modify TUI integration for Analytical class.
2527
 
          Modify TUI integration for LinearModel class.
2528
 
          WITH THIS VERSION, THE SOURCE CODE OF THE INTERFACE WITH Rserve
2529
 
          IS REMOVED FROM THE OpenTURNS SOURCE CODE.
2530
 
          Include rotRPackage version 1.4, no attempt has been made to pass
2531
 
          R CMD check without warnings yet.
2532
 
          General cleaning of the distribution factories.
2533
 
          Remove CR character to all the source files (dos2unix --d2u).
2534
 
          General cleaning of str() method for all the classes.
2535
 
          Add a default constructor for all the distributions (forgotten in
2536
 
          the logs of a previous release).
2537
 
          Add an implementation of the MultiNomialFactory class.
2538
 
          Add error checking to all the distribution factories.
2539
 
          Fix minor bug in NearestPointAlgorithm::Result class and its TUI
2540
 
          integration.
2541
 
          Fix minor bug in Analytical::Result class TUI integration.
2542
 
          Fix minor bug in FORM::Result class TUI integration.
2543
 
          Fix minor bug in SORM::Result class TUI integration.
2544
 
          Fix minor bug in Simulation::Result class TUI integration.
2545
 
          Minor change to RootStrategyImplementation class.
2546
 
          Minor change to SamplingStrategyImplementation class.
2547
 
          Fix minor bug in AbdoRackwitz::SpecificParameters class TUI
2548
 
          integration.
2549
 
          Fix minor bug in Cobyla::CobylaSpecificParameters class TUI
2550
 
          integration.
2551
 
          Fix minor bug in NearestPointAlgorithmImplementation class TUI
2552
 
          integration.
2553
 
          Fix minor bug in NearestPointChecker class TUI integration.
2554
 
          Fix minor bug in Drawable class TUI integration.
2555
 
          Something wrong happened with the PNG files in
2556
 
          src/UI/GUI/resources in version 381. Hopefully corrected in this
2557
 
          version by restoring the files of version 379.
2558
 
          REMOVED ALL THE TESTS ASSOCIATED TO ROT
2559
 
          Change implementation of WeibullFactory class.
2560
 
          Enhance DistributionImplementationFactory class.
2561
 
          Enhance SamplingStrategy class.
2562
 
          Enhance RootStrategy class.
2563
 
          Enhance RootStrategyImplementation class.
2564
 
          Add NormalityTest class.
2565
 
          Reduce HypothesisTest class.
2566
 
          Add LinearModelTest class.
2567
 
          Add CorrelationTest class.
2568
 
          Enhance Solver class.
2569
 
          Enhance SolverImplementation class.
2570
 
          Minor change to NumericalSampleImplementation class.
2571
 
          Remove bootstrap method (not implemented) of LinearModel class.
2572
 
          Enhance FittingTest class integration to the TUI.
2573
 
          Enhance SamplingStrategy class integration to the TUI.
2574
 
          Enhance RootStrategy class integration to the TUI.
2575
 
          Enhance Solver class integration to the TUI.
2576
 
          Add NormalityTest class to the TUI.
2577
 
          Add LinearModelTest class to the TUI.
2578
 
          Add HypothesisTest class to the TUI.
2579
 
          Add CorrelationTest class to the TUI.
2580
 
          Add a first version of a distributed wrapper, based on the DRMAA
2581
 
          interface to a PBS batch system.
2582
 
          Move mathematical constants from DistFunc class to SpecFunc
2583
 
          class.
2584
 
          Change implementation of GumbelFactory class.
2585
 
          Change implementation of GammaFactory class.
2586
 
          Change implementation of StudentFactory class.
2587
 
          Change implementation of LogisticFactory class.
2588
 
          Add numerous python scripts tests.
2589
 
          Change default parameters of RootStrategyImplementation class to
2590
 
          more meaningful values.
2591
 
          Add FittingTest class to the TUI.
2592
 
          Fix a minor bug in DistributedWrapper packaging.
2593
 
          Upgrade rotRPackage to version 1.4.1.
2594
 
          Add packages required by the distributed wrapper in utils/,
2595
 
          namely pbs_drmaa-0.1.1.tar.gz and torque-2.1.8.tar.gz.
2596
 
          Fix a minor bug in python scripts for portability purpose.
2597
 
          Add new python tests scripts.
2598
 
          Enhance RandomGenerator class integration into the TUI.
2599
 
          Fix bugs in MultiNomial class.
2600
 
          Enhance StrongMaximumTest class.
2601
 
          Enhance VisualTest class.
2602
 
          Enhance Drawable class.
2603
 
          Enhance NearestPointChecker class.
2604
 
          Remove torque-2.1.8.tar.gz from utils.
2605
 
 
2606
 
2006-11-30 11:12  dutka
2607
 
 
2608
 
        * [r244] trunk/LibOptCCR/AUTHORS, trunk/LibOptCCR/COPYING,
2609
 
          trunk/LibOptCCR/ChangeLog, trunk/LibOptCCR/INSTALL,
2610
 
          trunk/LibOptCCR/NEWS, trunk/LibOptCCR/README,
2611
 
          trunk/LibOptCCR/bootstrap, trunk/LibOptCCR/configure.ac,
2612
 
          trunk/LibOptCCR/doc/READMEFIRST,
2613
 
          trunk/LibOptCCR/doc/donlp2_intv_dyn_doc.pdf,
2614
 
          trunk/LibOptCCR/include/donlp2/o8comm.h,
2615
 
          trunk/LibOptCCR/include/donlp2/o8cons.h,
2616
 
          trunk/LibOptCCR/include/donlp2/o8fint.h,
2617
 
          trunk/LibOptCCR/include/donlp2/o8fuco.h,
2618
 
          trunk/LibOptCCR/include/donlp2/o8gene.h,
2619
 
          trunk/LibOptCCR/include/donlp2/o8para.h,
2620
 
          trunk/LibOptCCR/include/functionTypes.h,
2621
 
          trunk/LibOptCCR/include/internalDonlp2.h,
2622
 
          trunk/LibOptCCR/include/linearAlgebraTypes.h,
2623
 
          trunk/LibOptCCR/include/memory.h,
2624
 
          trunk/LibOptCCR/include/optimizationTypes.h,
2625
 
          trunk/LibOptCCR/include/wrapperDonlp2.h,
2626
 
          trunk/LibOptCCR/src/donlp2/donlp2.c,
2627
 
          trunk/LibOptCCR/src/donlp2/econ.c,
2628
 
          trunk/LibOptCCR/src/donlp2/econgrad.c,
2629
 
          trunk/LibOptCCR/src/donlp2/ef.c,
2630
 
          trunk/LibOptCCR/src/donlp2/egradf.c,
2631
 
          trunk/LibOptCCR/src/donlp2/eval_extern.c,
2632
 
          trunk/LibOptCCR/src/donlp2/newx.c,
2633
 
          trunk/LibOptCCR/src/donlp2/setup.c,
2634
 
          trunk/LibOptCCR/src/donlp2/solchk.c,
2635
 
          trunk/LibOptCCR/src/donlp2/user_eval.c,
2636
 
          trunk/LibOptCCR/src/donlp2/user_init.c,
2637
 
          trunk/LibOptCCR/src/donlp2/user_init_size.c,
2638
 
          trunk/LibOptCCR/src/donlp2/wrapperDonlp2.c,
2639
 
          trunk/LibOptCCR/src/generic/linearAlgebraTypes.c,
2640
 
          trunk/LibOptCCR/src/generic/optimizationTypes.c,
2641
 
          trunk/LibOptCCR/src/libtool.c,
2642
 
          trunk/LibOptCCR/tests/equality_constrained_quadratic_quadratic.mws,
2643
 
          trunk/LibOptCCR/tests/test_functionTypes.c,
2644
 
          trunk/LibOptCCR/tests/test_linearAlgebraTypes.c,
2645
 
          trunk/LibOptCCR/tests/test_wrapperDonlp2_equality_constrained_quadratic_quadratic.c,
2646
 
          trunk/LibOptCCR/tests/test_wrapperDonlp2_unconstrained_nonlinear.c,
2647
 
          trunk/LibOptCCR/tests/test_wrapperDonlp2_unconstrained_quadratic.c,
2648
 
          trunk/config, trunk/config/Makefile.am,
2649
 
          trunk/config/ac_pkg_swig.m4, trunk/config/ac_python_devel.m4,
2650
 
          trunk/config/acx_blas.m4, trunk/config/acx_lapack.m4,
2651
 
          trunk/config/bnv_have_qt.m4, trunk/config/ot_check_md5sum.m4,
2652
 
          trunk/config/ot_check_openturns.m4,
2653
 
          trunk/config/ot_check_optccr.m4, trunk/config/ot_check_python.m4,
2654
 
          trunk/config/ot_check_r_package.m4,
2655
 
          trunk/config/ot_check_r_packages.m4,
2656
 
          trunk/config/ot_check_rserve.m4,
2657
 
          trunk/config/ot_check_threads.m4, trunk/configure.ac,
2658
 
          trunk/include/OT.hxx, trunk/include/OTconfig.h.in,
2659
 
          trunk/include/OTconfig.hxx, trunk/include/OTtypes.hxx,
2660
 
          trunk/src/Base/Common/ComparisonOperator.cxx,
2661
 
          trunk/src/Base/Common/ComparisonOperator.hxx,
2662
 
          trunk/src/Base/Common/ComparisonOperatorImplementation.cxx,
2663
 
          trunk/src/Base/Common/ComparisonOperatorImplementation.hxx,
2664
 
          trunk/src/Base/Common/CopyOnWriteBoostPointerImplementation.hxx,
2665
 
          trunk/src/Base/Common/Equal.cxx, trunk/src/Base/Common/Equal.hxx,
2666
 
          trunk/src/Base/Common/ExceptionDefs.cxx,
2667
 
          trunk/src/Base/Common/ExceptionDefs.hxx,
2668
 
          trunk/src/Base/Common/Greater.cxx,
2669
 
          trunk/src/Base/Common/Greater.hxx,
2670
 
          trunk/src/Base/Common/GreaterOrEqual.cxx,
2671
 
          trunk/src/Base/Common/GreaterOrEqual.hxx,
2672
 
          trunk/src/Base/Common/IdFactory.cxx,
2673
 
          trunk/src/Base/Common/Less.cxx, trunk/src/Base/Common/Less.hxx,
2674
 
          trunk/src/Base/Common/LessOrEqual.cxx,
2675
 
          trunk/src/Base/Common/LessOrEqual.hxx,
2676
 
          trunk/src/Base/Common/Lockable.cxx,
2677
 
          trunk/src/Base/Common/Object.cxx,
2678
 
          trunk/src/Base/Common/Object.hxx, trunk/src/Base/Common/Path.cxx,
2679
 
          trunk/src/Base/Common/PersistentObject.cxx,
2680
 
          trunk/src/Base/Common/PersistentObject.hxx,
2681
 
          trunk/src/Base/Common/StorageManager.cxx,
2682
 
          trunk/src/Base/Common/Thread.cxx,
2683
 
          trunk/src/Base/Common/ThreadStatus.cxx,
2684
 
          trunk/src/Base/Common/Threadable.cxx,
2685
 
          trunk/src/Base/Common/WrapperData.cxx,
2686
 
          trunk/src/Base/Common/WrapperFile.cxx,
2687
 
          trunk/src/Base/Common/WrapperInterface.h,
2688
 
          trunk/src/Base/Common/XMLTags.hxx,
2689
 
          trunk/src/Base/Common/XMLWrapperErrorHandler.cxx,
2690
 
          trunk/src/Base/Diff/CenteredFiniteDifferenceGradient.cxx,
2691
 
          trunk/src/Base/Diff/CenteredFiniteDifferenceGradient.hxx,
2692
 
          trunk/src/Base/Diff/CenteredFiniteDifferenceHessian.cxx,
2693
 
          trunk/src/Base/Diff/CenteredFiniteDifferenceHessian.hxx,
2694
 
          trunk/src/Base/Diff/Makefile.am,
2695
 
          trunk/src/Base/Diff/NonCenteredFiniteDifferenceGradient.cxx,
2696
 
          trunk/src/Base/Diff/NonCenteredFiniteDifferenceGradient.hxx,
2697
 
          trunk/src/Base/Func/ComposedNumericalMathFunctionImplementation.cxx,
2698
 
          trunk/src/Base/Func/ComposedNumericalMathFunctionImplementation.hxx,
2699
 
          trunk/src/Base/Func/ComposedNumericalMathGradientImplementation.cxx,
2700
 
          trunk/src/Base/Func/ComposedNumericalMathGradientImplementation.hxx,
2701
 
          trunk/src/Base/Func/ComposedNumericalMathHessianImplementation.cxx,
2702
 
          trunk/src/Base/Func/ComposedNumericalMathHessianImplementation.hxx,
2703
 
          trunk/src/Base/Func/ComputedNumericalMathFunctionImplementation.cxx,
2704
 
          trunk/src/Base/Func/ComputedNumericalMathFunctionImplementation.hxx,
2705
 
          trunk/src/Base/Func/ComputedNumericalMathFunctionImplementationFactory.cxx,
2706
 
          trunk/src/Base/Func/ComputedNumericalMathFunctionImplementationFactory.hxx,
2707
 
          trunk/src/Base/Func/ComputedNumericalMathGradientImplementation.cxx,
2708
 
          trunk/src/Base/Func/ComputedNumericalMathGradientImplementation.hxx,
2709
 
          trunk/src/Base/Func/ComputedNumericalMathGradientImplementationFactory.cxx,
2710
 
          trunk/src/Base/Func/ComputedNumericalMathHessianImplementation.cxx,
2711
 
          trunk/src/Base/Func/ComputedNumericalMathHessianImplementation.hxx,
2712
 
          trunk/src/Base/Func/ComputedNumericalMathHessianImplementationFactory.cxx,
2713
 
          trunk/src/Base/Func/ConstantNumericalMathGradientImplementation.cxx,
2714
 
          trunk/src/Base/Func/ConstantNumericalMathGradientImplementation.hxx,
2715
 
          trunk/src/Base/Func/ConstantNumericalMathHessianImplementation.cxx,
2716
 
          trunk/src/Base/Func/ConstantNumericalMathHessianImplementation.hxx,
2717
 
          trunk/src/Base/Func/Library.cxx,
2718
 
          trunk/src/Base/Func/LibraryLoader.cxx,
2719
 
          trunk/src/Base/Func/LinearNumericalMathFunction.cxx,
2720
 
          trunk/src/Base/Func/LinearNumericalMathFunction.hxx,
2721
 
          trunk/src/Base/Func/LinearNumericalMathFunctionImplementation.cxx,
2722
 
          trunk/src/Base/Func/LinearNumericalMathFunctionImplementation.hxx,
2723
 
          trunk/src/Base/Func/LinearNumericalMathGradientImplementation.cxx,
2724
 
          trunk/src/Base/Func/LinearNumericalMathGradientImplementation.hxx,
2725
 
          trunk/src/Base/Func/NoNumericalMathFunctionImplementation.cxx,
2726
 
          trunk/src/Base/Func/NoNumericalMathFunctionImplementation.hxx,
2727
 
          trunk/src/Base/Func/NoNumericalMathGradientImplementation.cxx,
2728
 
          trunk/src/Base/Func/NoNumericalMathGradientImplementation.hxx,
2729
 
          trunk/src/Base/Func/NoNumericalMathHessianImplementation.cxx,
2730
 
          trunk/src/Base/Func/NoNumericalMathHessianImplementation.hxx,
2731
 
          trunk/src/Base/Func/NumericalMathFunction.cxx,
2732
 
          trunk/src/Base/Func/NumericalMathFunction.hxx,
2733
 
          trunk/src/Base/Func/NumericalMathFunctionImplementation.cxx,
2734
 
          trunk/src/Base/Func/NumericalMathFunctionImplementation.hxx,
2735
 
          trunk/src/Base/Func/NumericalMathFunctionImplementationFactory.cxx,
2736
 
          trunk/src/Base/Func/NumericalMathGradientImplementation.cxx,
2737
 
          trunk/src/Base/Func/NumericalMathGradientImplementation.hxx,
2738
 
          trunk/src/Base/Func/NumericalMathGradientImplementationFactory.cxx,
2739
 
          trunk/src/Base/Func/NumericalMathHessianImplementation.cxx,
2740
 
          trunk/src/Base/Func/NumericalMathHessianImplementation.hxx,
2741
 
          trunk/src/Base/Func/NumericalMathHessianImplementationFactory.cxx,
2742
 
          trunk/src/Base/Func/NumericalWrapperFunction.cxx,
2743
 
          trunk/src/Base/Func/QuadraticNumericalMathFunctionImplementation.cxx,
2744
 
          trunk/src/Base/Func/QuadraticNumericalMathFunctionImplementation.hxx,
2745
 
          trunk/src/Base/Func/WrapperObject.cxx,
2746
 
          trunk/src/Base/Graph/Cloud.cxx, trunk/src/Base/Graph/Cloud.hxx,
2747
 
          trunk/src/Base/Graph/Curve.cxx, trunk/src/Base/Graph/Curve.hxx,
2748
 
          trunk/src/Base/Graph/Drawable.cxx,
2749
 
          trunk/src/Base/Graph/Drawable.hxx,
2750
 
          trunk/src/Base/Graph/DrawableImplementation.cxx,
2751
 
          trunk/src/Base/Graph/DrawableImplementation.hxx,
2752
 
          trunk/src/Base/Graph/Graph.cxx, trunk/src/Base/Graph/Graph.hxx,
2753
 
          trunk/src/Base/Graph/LegendAndPie.R,
2754
 
          trunk/src/Base/Graph/Makefile.am, trunk/src/Base/Graph/Pie.cxx,
2755
 
          trunk/src/Base/Graph/Pie.hxx,
2756
 
          trunk/src/Base/Graph/Rfunctions.hxx,
2757
 
          trunk/src/Base/Graph/Staircase.cxx,
2758
 
          trunk/src/Base/Graph/Staircase.hxx,
2759
 
          trunk/src/Base/Interface/Makefile.am,
2760
 
          trunk/src/Base/Interface/RBase.hxx,
2761
 
          trunk/src/Base/Interface/RBufferStrategy.cxx,
2762
 
          trunk/src/Base/Interface/RBufferStrategy.hxx,
2763
 
          trunk/src/Base/Interface/RConnector.cxx,
2764
 
          trunk/src/Base/Interface/RConnector.hxx,
2765
 
          trunk/src/Base/Interface/RCopyOnWriteSharedArray.cxx,
2766
 
          trunk/src/Base/Interface/RCopyOnWriteSharedArray.hxx,
2767
 
          trunk/src/Base/Interface/RDistribution.cxx,
2768
 
          trunk/src/Base/Interface/RDistribution.hxx,
2769
 
          trunk/src/Base/Interface/RDistributionFactory.cxx,
2770
 
          trunk/src/Base/Interface/RDistributionFactory.hxx,
2771
 
          trunk/src/Base/Interface/RErrorMessage.cxx,
2772
 
          trunk/src/Base/Interface/RErrorMessage.hxx,
2773
 
          trunk/src/Base/Interface/RException.cxx,
2774
 
          trunk/src/Base/Interface/RExtendedProtocolAnalyzer.cxx,
2775
 
          trunk/src/Base/Interface/RExtendedProtocolAnalyzer.hxx,
2776
 
          trunk/src/Base/Interface/RIProtocolListener.hxx,
2777
 
          trunk/src/Base/Interface/RIdentifier.cxx,
2778
 
          trunk/src/Base/Interface/RIdentifier.hxx,
2779
 
          trunk/src/Base/Interface/RInteger.cxx,
2780
 
          trunk/src/Base/Interface/RInteger.hxx,
2781
 
          trunk/src/Base/Interface/RInterfaceConfigurationLoader.cxx,
2782
 
          trunk/src/Base/Interface/RInterfaceConfigurationLoader.hxx,
2783
 
          trunk/src/Base/Interface/RIterator.cxx,
2784
 
          trunk/src/Base/Interface/RIterator.hxx,
2785
 
          trunk/src/Base/Interface/RLinearModel.cxx,
2786
 
          trunk/src/Base/Interface/RLinearModel.hxx,
2787
 
          trunk/src/Base/Interface/RList.cxx,
2788
 
          trunk/src/Base/Interface/RList.hxx,
2789
 
          trunk/src/Base/Interface/RMatrix.cxx,
2790
 
          trunk/src/Base/Interface/RMatrix.hxx,
2791
 
          trunk/src/Base/Interface/RNumericalPoint.cxx,
2792
 
          trunk/src/Base/Interface/RNumericalPoint.hxx,
2793
 
          trunk/src/Base/Interface/RNumericalSample.cxx,
2794
 
          trunk/src/Base/Interface/RNumericalSample.hxx,
2795
 
          trunk/src/Base/Interface/ROTcore.cxx,
2796
 
          trunk/src/Base/Interface/ROTcore.hxx,
2797
 
          trunk/src/Base/Interface/RObject.hxx,
2798
 
          trunk/src/Base/Interface/RQAP1Reader.cxx,
2799
 
          trunk/src/Base/Interface/RQAP1Reader.hxx,
2800
 
          trunk/src/Base/Interface/RQAP1Writer.cxx,
2801
 
          trunk/src/Base/Interface/RQAP1Writer.hxx,
2802
 
          trunk/src/Base/Interface/RReal.cxx,
2803
 
          trunk/src/Base/Interface/RReal.hxx,
2804
 
          trunk/src/Base/Interface/RShellCommand.cxx,
2805
 
          trunk/src/Base/Interface/RShellCommand.hxx,
2806
 
          trunk/src/Base/Interface/RSocket.cxx,
2807
 
          trunk/src/Base/Interface/RSocket.hxx,
2808
 
          trunk/src/Base/Interface/RString.cxx,
2809
 
          trunk/src/Base/Interface/RString.hxx,
2810
 
          trunk/src/Base/Interface/R_AT_common.hxx,
2811
 
          trunk/src/Base/Interface/Rconstants.hxx,
2812
 
          trunk/src/Base/Interface/Rinternationalization.hxx,
2813
 
          trunk/src/Base/Interface/Rot.cxx,
2814
 
          trunk/src/Base/Interface/Rot.hxx,
2815
 
          trunk/src/Base/Interface/RotFactory.cxx,
2816
 
          trunk/src/Base/Interface/RotFactory.hxx,
2817
 
          trunk/src/Base/Interface/rot.conf,
2818
 
          trunk/src/Base/Interface/rotincludes.hxx,
2819
 
          trunk/src/Base/Interface/semantic.cache,
2820
 
          trunk/src/Base/Interface/start_Rserve.sh.in,
2821
 
          trunk/src/Base/Makefile.am,
2822
 
          trunk/src/Base/Optim/AbdoRackwitz/AbdoRackwitz.cxx,
2823
 
          trunk/src/Base/Optim/AbdoRackwitz/AbdoRackwitz.hxx,
2824
 
          trunk/src/Base/Optim/AbdoRackwitz/AbdoRackwitzSpecificParameters.cxx,
2825
 
          trunk/src/Base/Optim/AbdoRackwitz/Makefile.am,
2826
 
          trunk/src/Base/Optim/Cobyla/Cobyla.cxx,
2827
 
          trunk/src/Base/Optim/Cobyla/Cobyla.hxx,
2828
 
          trunk/src/Base/Optim/Cobyla/CobylaSpecificParameters.cxx,
2829
 
          trunk/src/Base/Optim/Cobyla/Makefile.am,
2830
 
          trunk/src/Base/Optim/Cobyla/cobyla.c,
2831
 
          trunk/src/Base/Optim/Cobyla/cobyla.h,
2832
 
          trunk/src/Base/Optim/DONLP2/DONLP2.cxx,
2833
 
          trunk/src/Base/Optim/DONLP2/DONLP2.hxx,
2834
 
          trunk/src/Base/Optim/DONLP2/DONLP2SpecificParameters.cxx,
2835
 
          trunk/src/Base/Optim/DONLP2/Makefile.am,
2836
 
          trunk/src/Base/Optim/Makefile.am,
2837
 
          trunk/src/Base/Optim/NearestPointAlgorithm.cxx,
2838
 
          trunk/src/Base/Optim/NearestPointAlgorithm.hxx,
2839
 
          trunk/src/Base/Optim/NearestPointAlgorithmImplementation.cxx,
2840
 
          trunk/src/Base/Optim/NearestPointAlgorithmImplementation.hxx,
2841
 
          trunk/src/Base/Optim/NearestPointChecker.cxx,
2842
 
          trunk/src/Base/Optim/NearestPointChecker.hxx,
2843
 
          trunk/src/Base/Optim/NearestPointCheckerResult.cxx,
2844
 
          trunk/src/Base/Optim/Result.cxx,
2845
 
          trunk/src/Base/Optim/libtool.cxx,
2846
 
          trunk/src/Base/Solver/Bisection.cxx,
2847
 
          trunk/src/Base/Solver/Bisection.hxx,
2848
 
          trunk/src/Base/Solver/Makefile.am,
2849
 
          trunk/src/Base/Solver/Solver.cxx,
2850
 
          trunk/src/Base/Stat/ConfidenceInterval.cxx,
2851
 
          trunk/src/Base/Stat/ConfidenceInterval.hxx,
2852
 
          trunk/src/Base/Stat/CorrelationMatrix.cxx,
2853
 
          trunk/src/Base/Stat/CorrelationMatrix.hxx,
2854
 
          trunk/src/Base/Stat/CovarianceMatrix.cxx,
2855
 
          trunk/src/Base/Stat/CovarianceMatrix.hxx,
2856
 
          trunk/src/Base/Stat/IdentityMatrix.cxx,
2857
 
          trunk/src/Base/Stat/IdentityMatrix.hxx,
2858
 
          trunk/src/Base/Stat/LinearModel.cxx,
2859
 
          trunk/src/Base/Stat/LinearModel.hxx,
2860
 
          trunk/src/Base/Stat/LinearModelFactory.cxx,
2861
 
          trunk/src/Base/Stat/LinearModelFactory.hxx,
2862
 
          trunk/src/Base/Stat/NumericalSample.cxx,
2863
 
          trunk/src/Base/Stat/NumericalSample.hxx,
2864
 
          trunk/src/Base/Stat/NumericalSampleImplementation.cxx,
2865
 
          trunk/src/Base/Stat/NumericalSampleImplementation.hxx,
2866
 
          trunk/src/Base/Stat/StatTest.hxx,
2867
 
          trunk/src/Base/Stat/TestResult.cxx,
2868
 
          trunk/src/Base/Stat/TestResult.hxx,
2869
 
          trunk/src/Base/Type/Collection.hxx,
2870
 
          trunk/src/Base/Type/Description.cxx,
2871
 
          trunk/src/Base/Type/Description.hxx,
2872
 
          trunk/src/Base/Type/DescriptionImplementation.cxx,
2873
 
          trunk/src/Base/Type/DescriptionImplementation.hxx,
2874
 
          trunk/src/Base/Type/Indices.hxx,
2875
 
          trunk/src/Base/Type/Kronecker.hxx,
2876
 
          trunk/src/Base/Type/Matrix.cxx, trunk/src/Base/Type/Matrix.hxx,
2877
 
          trunk/src/Base/Type/MatrixImplementation.cxx,
2878
 
          trunk/src/Base/Type/MatrixImplementation.hxx,
2879
 
          trunk/src/Base/Type/NumericalPoint.cxx,
2880
 
          trunk/src/Base/Type/NumericalPoint.hxx,
2881
 
          trunk/src/Base/Type/SquareMatrix.cxx,
2882
 
          trunk/src/Base/Type/SquareMatrix.hxx,
2883
 
          trunk/src/Base/Type/SymmetricMatrix.cxx,
2884
 
          trunk/src/Base/Type/SymmetricMatrix.hxx,
2885
 
          trunk/src/Base/Type/SymmetricTensor.cxx,
2886
 
          trunk/src/Base/Type/SymmetricTensor.hxx,
2887
 
          trunk/src/Base/Type/Tensor.cxx, trunk/src/Base/Type/Tensor.hxx,
2888
 
          trunk/src/Base/Type/TensorImplementation.cxx,
2889
 
          trunk/src/Makefile.am, trunk/src/UI/GUI/AnalyticalFunction.cxx,
2890
 
          trunk/src/UI/GUI/AnalyticalFunction.hxx,
2891
 
          trunk/src/UI/GUI/Block.cxx, trunk/src/UI/GUI/Block.hxx,
2892
 
          trunk/src/UI/GUI/BlockA.cxx, trunk/src/UI/GUI/BlockA.hxx,
2893
 
          trunk/src/UI/GUI/BlockB.cxx, trunk/src/UI/GUI/BlockB.hxx,
2894
 
          trunk/src/UI/GUI/BlockC2.cxx, trunk/src/UI/GUI/BlockC2.hxx,
2895
 
          trunk/src/UI/GUI/BlockC3.cxx, trunk/src/UI/GUI/BlockC3.hxx,
2896
 
          trunk/src/UI/GUI/Calculation.cxx,
2897
 
          trunk/src/UI/GUI/Calculation.hxx,
2898
 
          trunk/src/UI/GUI/CalculationC2.cxx,
2899
 
          trunk/src/UI/GUI/CalculationC2.hxx,
2900
 
          trunk/src/UI/GUI/CalculationC3.cxx,
2901
 
          trunk/src/UI/GUI/CalculationC3.hxx,
2902
 
          trunk/src/UI/GUI/CentralDispertion.cxx,
2903
 
          trunk/src/UI/GUI/CentralDispertion.hxx,
2904
 
          trunk/src/UI/GUI/Chapter.cxx, trunk/src/UI/GUI/Chapter.hxx,
2905
 
          trunk/src/UI/GUI/Content.cxx, trunk/src/UI/GUI/Content.hxx,
2906
 
          trunk/src/UI/GUI/CouplingFunction.cxx,
2907
 
          trunk/src/UI/GUI/CouplingFunction.hxx,
2908
 
          trunk/src/UI/GUI/Criterion.cxx, trunk/src/UI/GUI/Criterion.hxx,
2909
 
          trunk/src/UI/GUI/DeterministicCriterion.cxx,
2910
 
          trunk/src/UI/GUI/DeterministicCriterion.hxx,
2911
 
          trunk/src/UI/GUI/EntryVariable.cxx,
2912
 
          trunk/src/UI/GUI/EntryVariable.hxx,
2913
 
          trunk/src/UI/GUI/EntryVariableType.cxx,
2914
 
          trunk/src/UI/GUI/EntryVariableType.hxx,
2915
 
          trunk/src/UI/GUI/ExternalCode.cxx,
2916
 
          trunk/src/UI/GUI/ExternalCode.hxx,
2917
 
          trunk/src/UI/GUI/FinalVariable.cxx,
2918
 
          trunk/src/UI/GUI/FinalVariable.hxx,
2919
 
          trunk/src/UI/GUI/Function.cxx, trunk/src/UI/GUI/Function.hxx,
2920
 
          trunk/src/UI/GUI/Makefile.am, trunk/src/UI/GUI/Parameter.hxx,
2921
 
          trunk/src/UI/GUI/QConsole.cxx, trunk/src/UI/GUI/QConsole.hxx,
2922
 
          trunk/src/UI/GUI/QOTAction.cxx, trunk/src/UI/GUI/QOTAction.hxx,
2923
 
          trunk/src/UI/GUI/QOTFactory.cxx, trunk/src/UI/GUI/QOTFactory.hxx,
2924
 
          trunk/src/UI/GUI/QOTItem.cxx, trunk/src/UI/GUI/QOTItem.hxx,
2925
 
          trunk/src/UI/GUI/QOTListViewItem.cxx,
2926
 
          trunk/src/UI/GUI/QOTListViewItem.hxx,
2927
 
          trunk/src/UI/GUI/QOTObject.cxx, trunk/src/UI/GUI/QOTObject.hxx,
2928
 
          trunk/src/UI/GUI/QOTTableItem.cxx,
2929
 
          trunk/src/UI/GUI/QOTTableItem.hxx,
2930
 
          trunk/src/UI/GUI/QOTTitleTableItem.cxx,
2931
 
          trunk/src/UI/GUI/QOTTitleTableItem.hxx,
2932
 
          trunk/src/UI/GUI/QOpenTURNS.cxx, trunk/src/UI/GUI/QOpenTURNS.hxx,
2933
 
          trunk/src/UI/GUI/QPropertiesTable.cxx,
2934
 
          trunk/src/UI/GUI/QPropertiesTable.hxx,
2935
 
          trunk/src/UI/GUI/QStreamRedirect.cxx,
2936
 
          trunk/src/UI/GUI/QStreamRedirect.hxx,
2937
 
          trunk/src/UI/GUI/QStudyBrowser.cxx,
2938
 
          trunk/src/UI/GUI/QStudyBrowser.hxx,
2939
 
          trunk/src/UI/GUI/QVisualizationTable.cxx,
2940
 
          trunk/src/UI/GUI/QVisualizationTable.hxx,
2941
 
          trunk/src/UI/GUI/ResponseSurfaceFunction.cxx,
2942
 
          trunk/src/UI/GUI/ResponseSurfaceFunction.hxx,
2943
 
          trunk/src/UI/GUI/Step.cxx, trunk/src/UI/GUI/Step.hxx,
2944
 
          trunk/src/UI/GUI/StepA.cxx, trunk/src/UI/GUI/StepA.hxx,
2945
 
          trunk/src/UI/GUI/StepB.cxx, trunk/src/UI/GUI/StepB.hxx,
2946
 
          trunk/src/UI/GUI/StepC2.cxx, trunk/src/UI/GUI/StepC2.hxx,
2947
 
          trunk/src/UI/GUI/StepC3.cxx, trunk/src/UI/GUI/StepC3.hxx,
2948
 
          trunk/src/UI/GUI/Study.cxx, trunk/src/UI/GUI/Study.hxx,
2949
 
          trunk/src/UI/GUI/ThresholdExceedance.cxx,
2950
 
          trunk/src/UI/GUI/ThresholdExceedance.hxx,
2951
 
          trunk/src/UI/GUI/main.cxx, trunk/src/UI/GUI/qopenturns.cxx,
2952
 
          trunk/src/UI/GUI/qopenturns_splash.cxx,
2953
 
          trunk/src/UI/GUI/resources/AnalyticalFunction_compile.png,
2954
 
          trunk/src/UI/GUI/resources/Block.png,
2955
 
          trunk/src/UI/GUI/resources/BlockA.png,
2956
 
          trunk/src/UI/GUI/resources/BlockB.png,
2957
 
          trunk/src/UI/GUI/resources/BlockC2.png,
2958
 
          trunk/src/UI/GUI/resources/BlockC3.png,
2959
 
          trunk/src/UI/GUI/resources/Block_deleteObject.png,
2960
 
          trunk/src/UI/GUI/resources/Block_view.png,
2961
 
          trunk/src/UI/GUI/resources/Calculation_run.png,
2962
 
          trunk/src/UI/GUI/resources/Chapter.png,
2963
 
          trunk/src/UI/GUI/resources/Chapter_newObject.png,
2964
 
          trunk/src/UI/GUI/resources/Chapter_view.png,
2965
 
          trunk/src/UI/GUI/resources/Content_copyObject.png,
2966
 
          trunk/src/UI/GUI/resources/Content_deleteObject.png,
2967
 
          trunk/src/UI/GUI/resources/Step.png,
2968
 
          trunk/src/UI/GUI/resources/StepA.png,
2969
 
          trunk/src/UI/GUI/resources/StepA_newBlock.png,
2970
 
          trunk/src/UI/GUI/resources/StepB.png,
2971
 
          trunk/src/UI/GUI/resources/StepB_newBlock.png,
2972
 
          trunk/src/UI/GUI/resources/StepC2.png,
2973
 
          trunk/src/UI/GUI/resources/StepC2_newBlock.png,
2974
 
          trunk/src/UI/GUI/resources/StepC3.png,
2975
 
          trunk/src/UI/GUI/resources/StepC3_newBlock.png,
2976
 
          trunk/src/UI/GUI/resources/Study.png,
2977
 
          trunk/src/UI/GUI/resources/exit.png,
2978
 
          trunk/src/UI/GUI/resources/fileclose.png,
2979
 
          trunk/src/UI/GUI/resources/fileexport.png,
2980
 
          trunk/src/UI/GUI/resources/filefind.png,
2981
 
          trunk/src/UI/GUI/resources/fileimport.png,
2982
 
          trunk/src/UI/GUI/resources/filenew.png,
2983
 
          trunk/src/UI/GUI/resources/fileopen.png,
2984
 
          trunk/src/UI/GUI/resources/filesave.png,
2985
 
          trunk/src/UI/GUI/resources/filesaveas.png,
2986
 
          trunk/src/UI/GUI/resources/mainicon.png,
2987
 
          trunk/src/UI/GUI/splash.jpg, trunk/src/UI/Makefile.am,
2988
 
          trunk/src/UI/TUI, trunk/src/UI/TUI/AbdoRackwitz.i,
2989
 
          trunk/src/UI/TUI/Analytical.i, trunk/src/UI/TUI/Axial.i,
2990
 
          trunk/src/UI/TUI/Beta.i,
2991
 
          trunk/src/UI/TUI/CenteredFiniteDifferenceGradient.i,
2992
 
          trunk/src/UI/TUI/CenteredFiniteDifferenceHessian.i,
2993
 
          trunk/src/UI/TUI/Cobyla.i, trunk/src/UI/TUI/Collection.i,
2994
 
          trunk/src/UI/TUI/ComparisonOperator.i,
2995
 
          trunk/src/UI/TUI/ComparisonOperatorImplementation.i,
2996
 
          trunk/src/UI/TUI/ComposedDistribution.i,
2997
 
          trunk/src/UI/TUI/ComposedNumericalMathFunctionImplementation.i,
2998
 
          trunk/src/UI/TUI/ComposedNumericalMathGradientImplementation.i,
2999
 
          trunk/src/UI/TUI/ComposedNumericalMathHessianImplementation.i,
3000
 
          trunk/src/UI/TUI/Composite.i,
3001
 
          trunk/src/UI/TUI/CompositeRandomVectorImplementation.i,
3002
 
          trunk/src/UI/TUI/ComputedNumericalMathFunctionImplementation.i,
3003
 
          trunk/src/UI/TUI/ComputedNumericalMathGradientImplementation.i,
3004
 
          trunk/src/UI/TUI/ComputedNumericalMathHessianImplementation.i,
3005
 
          trunk/src/UI/TUI/ConfidenceInterval.i,
3006
 
          trunk/src/UI/TUI/ConstantNumericalMathGradientImplementation.i,
3007
 
          trunk/src/UI/TUI/ConstantNumericalMathHessianImplementation.i,
3008
 
          trunk/src/UI/TUI/ConstantRandomVectorImplementation.i,
3009
 
          trunk/src/UI/TUI/ContinuousDistribution.i,
3010
 
          trunk/src/UI/TUI/CopulaImplementation.i,
3011
 
          trunk/src/UI/TUI/CorrelationMatrix.i,
3012
 
          trunk/src/UI/TUI/CovarianceMatrix.i,
3013
 
          trunk/src/UI/TUI/Description.i,
3014
 
          trunk/src/UI/TUI/DiscreteDistribution.i,
3015
 
          trunk/src/UI/TUI/Distribution.i,
3016
 
          trunk/src/UI/TUI/DistributionImplementation.i,
3017
 
          trunk/src/UI/TUI/EllipticalDistributionImplementation.i,
3018
 
          trunk/src/UI/TUI/Equal.i, trunk/src/UI/TUI/Event.i,
3019
 
          trunk/src/UI/TUI/Experiment.i, trunk/src/UI/TUI/Exponential.i,
3020
 
          trunk/src/UI/TUI/Factorial.i, trunk/src/UI/TUI/Gamma.i,
3021
 
          trunk/src/UI/TUI/Geometric.i, trunk/src/UI/TUI/Greater.i,
3022
 
          trunk/src/UI/TUI/GreaterOrEqual.i, trunk/src/UI/TUI/Gumbel.i,
3023
 
          trunk/src/UI/TUI/Histogram.i, trunk/src/UI/TUI/IdentityMatrix.i,
3024
 
          trunk/src/UI/TUI/Indices.i,
3025
 
          trunk/src/UI/TUI/InverseIsoProbabilisticTransformation.i,
3026
 
          trunk/src/UI/TUI/InverseMarginalTransformationFunction.i,
3027
 
          trunk/src/UI/TUI/InverseMarginalTransformationGradient.i,
3028
 
          trunk/src/UI/TUI/InverseMarginalTransformationHessian.i,
3029
 
          trunk/src/UI/TUI/InverseNatafEllipticalCopulaFunction.i,
3030
 
          trunk/src/UI/TUI/InverseNatafEllipticalCopulaGradient.i,
3031
 
          trunk/src/UI/TUI/InverseNatafEllipticalDistributionFunction.i,
3032
 
          trunk/src/UI/TUI/InverseNatafEllipticalDistributionGradient.i,
3033
 
          trunk/src/UI/TUI/InverseNatafEllipticalDistributionHessian.i,
3034
 
          trunk/src/UI/TUI/IsoProbabilisticTransformation.i,
3035
 
          trunk/src/UI/TUI/Kronecker.i, trunk/src/UI/TUI/Less.i,
3036
 
          trunk/src/UI/TUI/LessOrEqual.i,
3037
 
          trunk/src/UI/TUI/LinearLeastSquares.i,
3038
 
          trunk/src/UI/TUI/LinearModel.i,
3039
 
          trunk/src/UI/TUI/LinearNumericalMathFunction.i,
3040
 
          trunk/src/UI/TUI/LinearNumericalMathFunctionImplementation.i,
3041
 
          trunk/src/UI/TUI/LinearNumericalMathGradientImplementation.i,
3042
 
          trunk/src/UI/TUI/LinearTaylor.i, trunk/src/UI/TUI/LogNormal.i,
3043
 
          trunk/src/UI/TUI/Logistic.i, trunk/src/UI/TUI/Makefile.am,
3044
 
          trunk/src/UI/TUI/MarginalTransformationFunction.i,
3045
 
          trunk/src/UI/TUI/MarginalTransformationGradient.i,
3046
 
          trunk/src/UI/TUI/MarginalTransformationHessian.i,
3047
 
          trunk/src/UI/TUI/Matrix.i, trunk/src/UI/TUI/Mixture.i,
3048
 
          trunk/src/UI/TUI/MultiNomial.i,
3049
 
          trunk/src/UI/TUI/NatafEllipticalCopulaFunction.i,
3050
 
          trunk/src/UI/TUI/NatafEllipticalDistributionFunction.i,
3051
 
          trunk/src/UI/TUI/NatafEllipticalDistributionGradient.i,
3052
 
          trunk/src/UI/TUI/NatafEllipticalDistributionHessian.i,
3053
 
          trunk/src/UI/TUI/NearestPointAlgorithm.i,
3054
 
          trunk/src/UI/TUI/NearestPointAlgorithmImplementation.i,
3055
 
          trunk/src/UI/TUI/NearestPointChecker.i,
3056
 
          trunk/src/UI/TUI/NoNumericalMathFunctionImplementation.i,
3057
 
          trunk/src/UI/TUI/NoNumericalMathGradientImplementation.i,
3058
 
          trunk/src/UI/TUI/NoNumericalMathHessianImplementation.i,
3059
 
          trunk/src/UI/TUI/NonCenteredFiniteDifferenceGradient.i,
3060
 
          trunk/src/UI/TUI/NonEllipticalDistribution.i,
3061
 
          trunk/src/UI/TUI/Normal.i,
3062
 
          trunk/src/UI/TUI/NumericalMathFunction.i,
3063
 
          trunk/src/UI/TUI/NumericalMathFunctionImplementation.i,
3064
 
          trunk/src/UI/TUI/NumericalMathGradientImplementation.i,
3065
 
          trunk/src/UI/TUI/NumericalMathHessianImplementation.i,
3066
 
          trunk/src/UI/TUI/NumericalPoint.i,
3067
 
          trunk/src/UI/TUI/NumericalSample.i,
3068
 
          trunk/src/UI/TUI/OTexceptions.i, trunk/src/UI/TUI/OTtypes.i,
3069
 
          trunk/src/UI/TUI/Object.i, trunk/src/UI/TUI/Pearson.i,
3070
 
          trunk/src/UI/TUI/PersistentObject.i, trunk/src/UI/TUI/Poisson.i,
3071
 
          trunk/src/UI/TUI/QuadraticCumul.i,
3072
 
          trunk/src/UI/TUI/QuadraticLeastSquares.i,
3073
 
          trunk/src/UI/TUI/QuadraticNumericalMathFunctionImplementation.i,
3074
 
          trunk/src/UI/TUI/QuadraticTaylor.i,
3075
 
          trunk/src/UI/TUI/RandomVector.i,
3076
 
          trunk/src/UI/TUI/RandomVectorImplementation.i,
3077
 
          trunk/src/UI/TUI/ResourceMap.i, trunk/src/UI/TUI/Spline.i,
3078
 
          trunk/src/UI/TUI/SquareMatrix.i,
3079
 
          trunk/src/UI/TUI/StandardEvent.i, trunk/src/UI/TUI/StatTest.i,
3080
 
          trunk/src/UI/TUI/Student.i, trunk/src/UI/TUI/Study.i,
3081
 
          trunk/src/UI/TUI/SymmetricMatrix.i,
3082
 
          trunk/src/UI/TUI/SymmetricTensor.i, trunk/src/UI/TUI/Tensor.i,
3083
 
          trunk/src/UI/TUI/TestResult.i, trunk/src/UI/TUI/Threadable.i,
3084
 
          trunk/src/UI/TUI/Tmpl.i, trunk/src/UI/TUI/Triangular.i,
3085
 
          trunk/src/UI/TUI/TruncatedNormal.i, trunk/src/UI/TUI/Uniform.i,
3086
 
          trunk/src/UI/TUI/UserDefined.i,
3087
 
          trunk/src/UI/TUI/UsualDistribution.i,
3088
 
          trunk/src/UI/TUI/UsualRandomVectorImplementation.i,
3089
 
          trunk/src/UI/TUI/Weibull.i, trunk/src/UI/TUI/libtool.cxx,
3090
 
          trunk/src/UI/TUI/openturns.i, trunk/src/UI/libtool.cxx,
3091
 
          trunk/src/Uncertainty/Algorithm/Analytical/Analytical.cxx,
3092
 
          trunk/src/Uncertainty/Algorithm/Analytical/Analytical.hxx,
3093
 
          trunk/src/Uncertainty/Algorithm/Analytical/AnalyticalResult.cxx,
3094
 
          trunk/src/Uncertainty/Algorithm/Analytical/FORM/FORM.cxx,
3095
 
          trunk/src/Uncertainty/Algorithm/Analytical/FORM/FORM.hxx,
3096
 
          trunk/src/Uncertainty/Algorithm/Analytical/FORM/FORMResult.cxx,
3097
 
          trunk/src/Uncertainty/Algorithm/Analytical/FORM/Makefile.am,
3098
 
          trunk/src/Uncertainty/Algorithm/Analytical/Makefile.am,
3099
 
          trunk/src/Uncertainty/Algorithm/Analytical/SORM/Makefile.am,
3100
 
          trunk/src/Uncertainty/Algorithm/Analytical/SORM/SORM.cxx,
3101
 
          trunk/src/Uncertainty/Algorithm/Analytical/SORM/SORM.hxx,
3102
 
          trunk/src/Uncertainty/Algorithm/Analytical/SORM/SORMResult.cxx,
3103
 
          trunk/src/Uncertainty/Algorithm/Analytical/StrongMaximumTest.cxx,
3104
 
          trunk/src/Uncertainty/Algorithm/Analytical/StrongMaximumTest.hxx,
3105
 
          trunk/src/Uncertainty/Algorithm/Experiments/Axial.cxx,
3106
 
          trunk/src/Uncertainty/Algorithm/Experiments/Axial.hxx,
3107
 
          trunk/src/Uncertainty/Algorithm/Experiments/Composite.cxx,
3108
 
          trunk/src/Uncertainty/Algorithm/Experiments/Composite.hxx,
3109
 
          trunk/src/Uncertainty/Algorithm/Experiments/Experiment.cxx,
3110
 
          trunk/src/Uncertainty/Algorithm/Experiments/Experiment.hxx,
3111
 
          trunk/src/Uncertainty/Algorithm/Experiments/Factorial.cxx,
3112
 
          trunk/src/Uncertainty/Algorithm/Experiments/Factorial.hxx,
3113
 
          trunk/src/Uncertainty/Algorithm/Experiments/LinearLeastSquares.cxx,
3114
 
          trunk/src/Uncertainty/Algorithm/Experiments/LinearLeastSquares.hxx,
3115
 
          trunk/src/Uncertainty/Algorithm/Experiments/LinearTaylor.cxx,
3116
 
          trunk/src/Uncertainty/Algorithm/Experiments/LinearTaylor.hxx,
3117
 
          trunk/src/Uncertainty/Algorithm/Experiments/Makefile.am,
3118
 
          trunk/src/Uncertainty/Algorithm/Experiments/QuadraticLeastSquares.cxx,
3119
 
          trunk/src/Uncertainty/Algorithm/Experiments/QuadraticLeastSquares.hxx,
3120
 
          trunk/src/Uncertainty/Algorithm/Experiments/QuadraticTaylor.cxx,
3121
 
          trunk/src/Uncertainty/Algorithm/Experiments/QuadraticTaylor.hxx,
3122
 
          trunk/src/Uncertainty/Algorithm/IsoProbabilisticTransformation/InverseIsoProbabilisticTransformation.cxx,
3123
 
          trunk/src/Uncertainty/Algorithm/IsoProbabilisticTransformation/InverseIsoProbabilisticTransformation.hxx,
3124
 
          trunk/src/Uncertainty/Algorithm/IsoProbabilisticTransformation/IsoProbabilisticTransformation.cxx,
3125
 
          trunk/src/Uncertainty/Algorithm/IsoProbabilisticTransformation/IsoProbabilisticTransformation.hxx,
3126
 
          trunk/src/Uncertainty/Algorithm/IsoProbabilisticTransformation/Makefile.am,
3127
 
          trunk/src/Uncertainty/Algorithm/IsoProbabilisticTransformation/MarginalTransformation/InverseMarginalTransformationFunction.cxx,
3128
 
          trunk/src/Uncertainty/Algorithm/IsoProbabilisticTransformation/MarginalTransformation/InverseMarginalTransformationFunction.hxx,
3129
 
          trunk/src/Uncertainty/Algorithm/IsoProbabilisticTransformation/MarginalTransformation/InverseMarginalTransformationGradient.cxx,
3130
 
          trunk/src/Uncertainty/Algorithm/IsoProbabilisticTransformation/MarginalTransformation/InverseMarginalTransformationGradient.hxx,
3131
 
          trunk/src/Uncertainty/Algorithm/IsoProbabilisticTransformation/MarginalTransformation/InverseMarginalTransformationHessian.cxx,
3132
 
          trunk/src/Uncertainty/Algorithm/IsoProbabilisticTransformation/MarginalTransformation/InverseMarginalTransformationHessian.hxx,
3133
 
          trunk/src/Uncertainty/Algorithm/IsoProbabilisticTransformation/MarginalTransformation/MarginalTransformationFunction.cxx,
3134
 
          trunk/src/Uncertainty/Algorithm/IsoProbabilisticTransformation/MarginalTransformation/MarginalTransformationFunction.hxx,
3135
 
          trunk/src/Uncertainty/Algorithm/IsoProbabilisticTransformation/MarginalTransformation/MarginalTransformationGradient.cxx,
3136
 
          trunk/src/Uncertainty/Algorithm/IsoProbabilisticTransformation/MarginalTransformation/MarginalTransformationGradient.hxx,
3137
 
          trunk/src/Uncertainty/Algorithm/IsoProbabilisticTransformation/MarginalTransformation/MarginalTransformationHessian.cxx,
3138
 
          trunk/src/Uncertainty/Algorithm/IsoProbabilisticTransformation/MarginalTransformation/MarginalTransformationHessian.hxx,
3139
 
          trunk/src/Uncertainty/Algorithm/IsoProbabilisticTransformation/NatafEllipticalCopula/InverseNatafEllipticalCopulaFunction.cxx,
3140
 
          trunk/src/Uncertainty/Algorithm/IsoProbabilisticTransformation/NatafEllipticalCopula/InverseNatafEllipticalCopulaFunction.hxx,
3141
 
          trunk/src/Uncertainty/Algorithm/IsoProbabilisticTransformation/NatafEllipticalCopula/InverseNatafEllipticalCopulaGradient.cxx,
3142
 
          trunk/src/Uncertainty/Algorithm/IsoProbabilisticTransformation/NatafEllipticalCopula/InverseNatafEllipticalCopulaGradient.hxx,
3143
 
          trunk/src/Uncertainty/Algorithm/IsoProbabilisticTransformation/NatafEllipticalCopula/NatafEllipticalCopulaFunction.cxx,
3144
 
          trunk/src/Uncertainty/Algorithm/IsoProbabilisticTransformation/NatafEllipticalCopula/NatafEllipticalCopulaFunction.hxx,
3145
 
          trunk/src/Uncertainty/Algorithm/IsoProbabilisticTransformation/NatafEllipticalDistribution/InverseNatafEllipticalDistributionFunction.cxx,
3146
 
          trunk/src/Uncertainty/Algorithm/IsoProbabilisticTransformation/NatafEllipticalDistribution/InverseNatafEllipticalDistributionFunction.hxx,
3147
 
          trunk/src/Uncertainty/Algorithm/IsoProbabilisticTransformation/NatafEllipticalDistribution/InverseNatafEllipticalDistributionGradient.cxx,
3148
 
          trunk/src/Uncertainty/Algorithm/IsoProbabilisticTransformation/NatafEllipticalDistribution/InverseNatafEllipticalDistributionGradient.hxx,
3149
 
          trunk/src/Uncertainty/Algorithm/IsoProbabilisticTransformation/NatafEllipticalDistribution/InverseNatafEllipticalDistributionHessian.cxx,
3150
 
          trunk/src/Uncertainty/Algorithm/IsoProbabilisticTransformation/NatafEllipticalDistribution/InverseNatafEllipticalDistributionHessian.hxx,
3151
 
          trunk/src/Uncertainty/Algorithm/IsoProbabilisticTransformation/NatafEllipticalDistribution/Makefile.am,
3152
 
          trunk/src/Uncertainty/Algorithm/IsoProbabilisticTransformation/NatafEllipticalDistribution/NatafEllipticalDistributionFunction.cxx,
3153
 
          trunk/src/Uncertainty/Algorithm/IsoProbabilisticTransformation/NatafEllipticalDistribution/NatafEllipticalDistributionFunction.hxx,
3154
 
          trunk/src/Uncertainty/Algorithm/IsoProbabilisticTransformation/NatafEllipticalDistribution/NatafEllipticalDistributionGradient.cxx,
3155
 
          trunk/src/Uncertainty/Algorithm/IsoProbabilisticTransformation/NatafEllipticalDistribution/NatafEllipticalDistributionGradient.hxx,
3156
 
          trunk/src/Uncertainty/Algorithm/IsoProbabilisticTransformation/NatafEllipticalDistribution/NatafEllipticalDistributionHessian.cxx,
3157
 
          trunk/src/Uncertainty/Algorithm/IsoProbabilisticTransformation/NatafEllipticalDistribution/NatafEllipticalDistributionHessian.hxx,
3158
 
          trunk/src/Uncertainty/Algorithm/Makefile.am,
3159
 
          trunk/src/Uncertainty/Algorithm/QuadraticCumul/Makefile.am,
3160
 
          trunk/src/Uncertainty/Algorithm/QuadraticCumul/QuadraticCumul.cxx,
3161
 
          trunk/src/Uncertainty/Algorithm/QuadraticCumul/QuadraticCumul.hxx,
3162
 
          trunk/src/Uncertainty/Algorithm/Simulation/DirectionalSampling/RootStrategyImplementation.cxx,
3163
 
          trunk/src/Uncertainty/Algorithm/Simulation/ImportanceSampling/ImportanceSampling.cxx,
3164
 
          trunk/src/Uncertainty/Algorithm/Simulation/ImportanceSampling/ImportanceSampling.hxx,
3165
 
          trunk/src/Uncertainty/Algorithm/Simulation/ImportanceSampling/Makefile.am,
3166
 
          trunk/src/Uncertainty/Algorithm/Simulation/LHS/LHS.cxx,
3167
 
          trunk/src/Uncertainty/Algorithm/Simulation/LHS/LHS.hxx,
3168
 
          trunk/src/Uncertainty/Algorithm/Simulation/LHS/Makefile.am,
3169
 
          trunk/src/Uncertainty/Algorithm/Simulation/Makefile.am,
3170
 
          trunk/src/Uncertainty/Algorithm/Simulation/MonteCarlo/Makefile.am,
3171
 
          trunk/src/Uncertainty/Algorithm/Simulation/MonteCarlo/MonteCarlo.cxx,
3172
 
          trunk/src/Uncertainty/Algorithm/Simulation/MonteCarlo/MonteCarlo.hxx,
3173
 
          trunk/src/Uncertainty/Algorithm/Simulation/Result.cxx,
3174
 
          trunk/src/Uncertainty/Algorithm/Simulation/Simulation.cxx,
3175
 
          trunk/src/Uncertainty/Algorithm/Simulation/Simulation.hxx,
3176
 
          trunk/src/Uncertainty/Algorithm/libtool.cxx,
3177
 
          trunk/src/Uncertainty/Distribution/Beta.cxx,
3178
 
          trunk/src/Uncertainty/Distribution/Beta.hxx,
3179
 
          trunk/src/Uncertainty/Distribution/BetaFactory.cxx,
3180
 
          trunk/src/Uncertainty/Distribution/BetaFactory.hxx,
3181
 
          trunk/src/Uncertainty/Distribution/ContinuousDistribution.cxx,
3182
 
          trunk/src/Uncertainty/Distribution/ContinuousDistribution.hxx,
3183
 
          trunk/src/Uncertainty/Distribution/DiscreteDistribution.cxx,
3184
 
          trunk/src/Uncertainty/Distribution/DiscreteDistribution.hxx,
3185
 
          trunk/src/Uncertainty/Distribution/EllipticalDistributionImplementation.cxx,
3186
 
          trunk/src/Uncertainty/Distribution/EllipticalDistributionImplementation.hxx,
3187
 
          trunk/src/Uncertainty/Distribution/Exponential.cxx,
3188
 
          trunk/src/Uncertainty/Distribution/Exponential.hxx,
3189
 
          trunk/src/Uncertainty/Distribution/ExponentialFactory.cxx,
3190
 
          trunk/src/Uncertainty/Distribution/ExponentialFactory.hxx,
3191
 
          trunk/src/Uncertainty/Distribution/Gamma.cxx,
3192
 
          trunk/src/Uncertainty/Distribution/Gamma.hxx,
3193
 
          trunk/src/Uncertainty/Distribution/GammaFactory.cxx,
3194
 
          trunk/src/Uncertainty/Distribution/GammaFactory.hxx,
3195
 
          trunk/src/Uncertainty/Distribution/Geometric.cxx,
3196
 
          trunk/src/Uncertainty/Distribution/Geometric.hxx,
3197
 
          trunk/src/Uncertainty/Distribution/GeometricFactory.cxx,
3198
 
          trunk/src/Uncertainty/Distribution/GeometricFactory.hxx,
3199
 
          trunk/src/Uncertainty/Distribution/Gumbel.cxx,
3200
 
          trunk/src/Uncertainty/Distribution/Gumbel.hxx,
3201
 
          trunk/src/Uncertainty/Distribution/GumbelFactory.cxx,
3202
 
          trunk/src/Uncertainty/Distribution/GumbelFactory.hxx,
3203
 
          trunk/src/Uncertainty/Distribution/Histogram.cxx,
3204
 
          trunk/src/Uncertainty/Distribution/Histogram.hxx,
3205
 
          trunk/src/Uncertainty/Distribution/HistogramFactory.cxx,
3206
 
          trunk/src/Uncertainty/Distribution/HistogramFactory.hxx,
3207
 
          trunk/src/Uncertainty/Distribution/IndependentCopula.cxx,
3208
 
          trunk/src/Uncertainty/Distribution/IndependentCopula.hxx,
3209
 
          trunk/src/Uncertainty/Distribution/LogNormal.cxx,
3210
 
          trunk/src/Uncertainty/Distribution/LogNormal.hxx,
3211
 
          trunk/src/Uncertainty/Distribution/LogNormalFactory.cxx,
3212
 
          trunk/src/Uncertainty/Distribution/LogNormalFactory.hxx,
3213
 
          trunk/src/Uncertainty/Distribution/Logistic.cxx,
3214
 
          trunk/src/Uncertainty/Distribution/Logistic.hxx,
3215
 
          trunk/src/Uncertainty/Distribution/LogisticFactory.cxx,
3216
 
          trunk/src/Uncertainty/Distribution/LogisticFactory.hxx,
3217
 
          trunk/src/Uncertainty/Distribution/MultiNomial.hxx,
3218
 
          trunk/src/Uncertainty/Distribution/MultiNomialFactory.cxx,
3219
 
          trunk/src/Uncertainty/Distribution/MultiNomialFactory.hxx,
3220
 
          trunk/src/Uncertainty/Distribution/NonEllipticalDistribution.cxx,
3221
 
          trunk/src/Uncertainty/Distribution/NonEllipticalDistribution.hxx,
3222
 
          trunk/src/Uncertainty/Distribution/Normal.cxx,
3223
 
          trunk/src/Uncertainty/Distribution/Normal.hxx,
3224
 
          trunk/src/Uncertainty/Distribution/NormalFactory.cxx,
3225
 
          trunk/src/Uncertainty/Distribution/NormalFactory.hxx,
3226
 
          trunk/src/Uncertainty/Distribution/Pearson.cxx,
3227
 
          trunk/src/Uncertainty/Distribution/Pearson.hxx,
3228
 
          trunk/src/Uncertainty/Distribution/PearsonFactory.cxx,
3229
 
          trunk/src/Uncertainty/Distribution/PearsonFactory.hxx,
3230
 
          trunk/src/Uncertainty/Distribution/Poisson.cxx,
3231
 
          trunk/src/Uncertainty/Distribution/Poisson.hxx,
3232
 
          trunk/src/Uncertainty/Distribution/PoissonFactory.cxx,
3233
 
          trunk/src/Uncertainty/Distribution/PoissonFactory.hxx,
3234
 
          trunk/src/Uncertainty/Distribution/Sadmvnt.hxx,
3235
 
          trunk/src/Uncertainty/Distribution/Spline.cxx,
3236
 
          trunk/src/Uncertainty/Distribution/Spline.hxx,
3237
 
          trunk/src/Uncertainty/Distribution/SplineFactory.cxx,
3238
 
          trunk/src/Uncertainty/Distribution/SplineFactory.hxx,
3239
 
          trunk/src/Uncertainty/Distribution/Student.cxx,
3240
 
          trunk/src/Uncertainty/Distribution/Student.hxx,
3241
 
          trunk/src/Uncertainty/Distribution/StudentFactory.cxx,
3242
 
          trunk/src/Uncertainty/Distribution/StudentFactory.hxx,
3243
 
          trunk/src/Uncertainty/Distribution/Triangular.cxx,
3244
 
          trunk/src/Uncertainty/Distribution/Triangular.hxx,
3245
 
          trunk/src/Uncertainty/Distribution/TriangularFactory.cxx,
3246
 
          trunk/src/Uncertainty/Distribution/TriangularFactory.hxx,
3247
 
          trunk/src/Uncertainty/Distribution/TruncatedNormal.cxx,
3248
 
          trunk/src/Uncertainty/Distribution/TruncatedNormal.hxx,
3249
 
          trunk/src/Uncertainty/Distribution/TruncatedNormalFactory.cxx,
3250
 
          trunk/src/Uncertainty/Distribution/TruncatedNormalFactory.hxx,
3251
 
          trunk/src/Uncertainty/Distribution/Uniform.cxx,
3252
 
          trunk/src/Uncertainty/Distribution/Uniform.hxx,
3253
 
          trunk/src/Uncertainty/Distribution/UniformFactory.cxx,
3254
 
          trunk/src/Uncertainty/Distribution/UniformFactory.hxx,
3255
 
          trunk/src/Uncertainty/Distribution/UserDefined.hxx,
3256
 
          trunk/src/Uncertainty/Distribution/UserDefinedFactory.cxx,
3257
 
          trunk/src/Uncertainty/Distribution/UserDefinedFactory.hxx,
3258
 
          trunk/src/Uncertainty/Distribution/UsualDistribution.cxx,
3259
 
          trunk/src/Uncertainty/Distribution/UsualDistribution.hxx,
3260
 
          trunk/src/Uncertainty/Distribution/Weibull.cxx,
3261
 
          trunk/src/Uncertainty/Distribution/Weibull.hxx,
3262
 
          trunk/src/Uncertainty/Distribution/WeibullFactory.cxx,
3263
 
          trunk/src/Uncertainty/Distribution/WeibullFactory.hxx,
3264
 
          trunk/src/Uncertainty/Distribution/sadmvnt.f,
3265
 
          trunk/src/Uncertainty/Makefile.am,
3266
 
          trunk/src/Uncertainty/Model/ComposedDistribution.cxx,
3267
 
          trunk/src/Uncertainty/Model/ComposedDistribution.hxx,
3268
 
          trunk/src/Uncertainty/Model/CompositeRandomVectorImplementation.cxx,
3269
 
          trunk/src/Uncertainty/Model/CompositeRandomVectorImplementation.hxx,
3270
 
          trunk/src/Uncertainty/Model/ConstantRandomVectorImplementation.cxx,
3271
 
          trunk/src/Uncertainty/Model/ConstantRandomVectorImplementation.hxx,
3272
 
          trunk/src/Uncertainty/Model/CopulaImplementation.hxx,
3273
 
          trunk/src/Uncertainty/Model/Distribution.cxx,
3274
 
          trunk/src/Uncertainty/Model/Distribution.hxx,
3275
 
          trunk/src/Uncertainty/Model/DistributionImplementation.cxx,
3276
 
          trunk/src/Uncertainty/Model/DistributionImplementation.hxx,
3277
 
          trunk/src/Uncertainty/Model/DistributionImplementationFactory.cxx,
3278
 
          trunk/src/Uncertainty/Model/DistributionImplementationFactory.hxx,
3279
 
          trunk/src/Uncertainty/Model/Event.cxx,
3280
 
          trunk/src/Uncertainty/Model/Event.hxx,
3281
 
          trunk/src/Uncertainty/Model/Mixture.hxx,
3282
 
          trunk/src/Uncertainty/Model/RandomVector.cxx,
3283
 
          trunk/src/Uncertainty/Model/RandomVector.hxx,
3284
 
          trunk/src/Uncertainty/Model/RandomVectorImplementation.cxx,
3285
 
          trunk/src/Uncertainty/Model/RandomVectorImplementation.hxx,
3286
 
          trunk/src/Uncertainty/Model/StandardEvent.cxx,
3287
 
          trunk/src/Uncertainty/Model/StandardEvent.hxx,
3288
 
          trunk/src/Uncertainty/Model/UsualRandomVectorImplementation.cxx,
3289
 
          trunk/src/Uncertainty/Model/UsualRandomVectorImplementation.hxx,
3290
 
          trunk/src/main.cxx, trunk/src/qopenturns.cxx,
3291
 
          trunk/src/qopenturns_splash.cxx, trunk/src/splash.jpg,
3292
 
          trunk/stylesrc, trunk/test/Makefile.am,
3293
 
          trunk/test/TestCompositionLeft.cxx,
3294
 
          trunk/test/TestCompositionLeft.xml,
3295
 
          trunk/test/TestCompositionRight.cxx,
3296
 
          trunk/test/TestCompositionRight.xml, trunk/test/TestIdentity.cxx,
3297
 
          trunk/test/TestIdentity.xml, trunk/test/TestOptimLinear.cxx,
3298
 
          trunk/test/TestOptimLinear.xml,
3299
 
          trunk/test/TestOptimNonLinear.cxx,
3300
 
          trunk/test/TestOptimNonLinear.xml,
3301
 
          trunk/test/TestQuadraticCumul.cxx,
3302
 
          trunk/test/TestQuadraticCumul.xml,
3303
 
          trunk/test/TestResponseSurface.cxx,
3304
 
          trunk/test/TestResponseSurface.xml,
3305
 
          trunk/test/TestStrongMaximumTest.cxx,
3306
 
          trunk/test/TestStrongMaximumTest.xml,
3307
 
          trunk/test/TestStrongMaximumTest2.cxx,
3308
 
          trunk/test/TestStrongMaximumTest2.xml,
3309
 
          trunk/test/TestStrongMaximumTestDimension10.cxx,
3310
 
          trunk/test/TestStrongMaximumTestDimension10.xml,
3311
 
          trunk/test/TestStrongMaximumTestDimension2.cxx,
3312
 
          trunk/test/TestStrongMaximumTestDimension2.xml,
3313
 
          trunk/test/TestStrongMaximumTestDimension5.cxx,
3314
 
          trunk/test/TestStrongMaximumTestDimension5.xml,
3315
 
          trunk/test/atlocal.in, trunk/test/check_testsuite.at,
3316
 
          trunk/test/fonction_1.c, trunk/test/installcheck_testsuite.at,
3317
 
          trunk/test/poutre.cxx, trunk/test/poutre.xml,
3318
 
          trunk/test/t_AbdoRackwitz_linear.at,
3319
 
          trunk/test/t_AbdoRackwitz_linear.cxx,
3320
 
          trunk/test/t_AbdoRackwitz_nonlinear.at,
3321
 
          trunk/test/t_AbdoRackwitz_nonlinear.cxx,
3322
 
          trunk/test/t_AbdoRackwitz_std.at,
3323
 
          trunk/test/t_AbdoRackwitz_std.cxx, trunk/test/t_Axial_std.at,
3324
 
          trunk/test/t_Axial_std.cxx, trunk/test/t_Beta_std.at,
3325
 
          trunk/test/t_Beta_std.cxx, trunk/test/t_Bisection_std.at,
3326
 
          trunk/test/t_Bisection_std.cxx,
3327
 
          trunk/test/t_CenteredFiniteDifferenceGradient_std.at,
3328
 
          trunk/test/t_CenteredFiniteDifferenceGradient_std.cxx,
3329
 
          trunk/test/t_CenteredFiniteDifferenceHessian_std.at,
3330
 
          trunk/test/t_CenteredFiniteDifferenceHessian_std.cxx,
3331
 
          trunk/test/t_Cloud_std.at, trunk/test/t_Cloud_std.cxx,
3332
 
          trunk/test/t_Cobyla_linear.at, trunk/test/t_Cobyla_linear.cxx,
3333
 
          trunk/test/t_Cobyla_nonlinear.at,
3334
 
          trunk/test/t_Cobyla_nonlinear.cxx, trunk/test/t_Cobyla_std.at,
3335
 
          trunk/test/t_Cobyla_std.cxx, trunk/test/t_Collection_std.at,
3336
 
          trunk/test/t_ComparisonOperator_std.at,
3337
 
          trunk/test/t_ComposedDistribution_std.at,
3338
 
          trunk/test/t_ComposedDistribution_std.cxx,
3339
 
          trunk/test/t_Composite_std.at, trunk/test/t_Composite_std.cxx,
3340
 
          trunk/test/t_ComputedNumericalMathFunctionImplementationFactory_std.at,
3341
 
          trunk/test/t_ComputedNumericalMathFunctionImplementation_copy.at,
3342
 
          trunk/test/t_ComputedNumericalMathFunctionImplementation_copy.cxx,
3343
 
          trunk/test/t_ComputedNumericalMathFunctionImplementation_state.at,
3344
 
          trunk/test/t_ComputedNumericalMathFunctionImplementation_state.cxx,
3345
 
          trunk/test/t_ComputedNumericalMathFunctionImplementation_std.at,
3346
 
          trunk/test/t_ComputedNumericalMathFunctionImplementation_wrongarg.at,
3347
 
          trunk/test/t_ConfidenceInterval_std.at,
3348
 
          trunk/test/t_ConfidenceInterval_std.cxx,
3349
 
          trunk/test/t_ConstantNumericalMathGradientImplementation_std.at,
3350
 
          trunk/test/t_ConstantNumericalMathGradientImplementation_std.cxx,
3351
 
          trunk/test/t_ConstantNumericalMathHessianImplementation_std.at,
3352
 
          trunk/test/t_ConstantNumericalMathHessianImplementation_std.cxx,
3353
 
          trunk/test/t_CovarianceMatrixLapack_std.at,
3354
 
          trunk/test/t_Curve_std.at, trunk/test/t_Curve_std.cxx,
3355
 
          trunk/test/t_DONLP2_linear.at, trunk/test/t_DONLP2_linear.cxx,
3356
 
          trunk/test/t_DONLP2_nonlinear.at,
3357
 
          trunk/test/t_DONLP2_nonlinear.cxx, trunk/test/t_DONLP2_std.at,
3358
 
          trunk/test/t_DONLP2_std.cxx, trunk/test/t_Description_std.at,
3359
 
          trunk/test/t_DirectionalSampling_std.at,
3360
 
          trunk/test/t_DirectionalSampling_std.cxx,
3361
 
          trunk/test/t_Event_std.at, trunk/test/t_Event_std.cxx,
3362
 
          trunk/test/t_Exception_std.at,
3363
 
          trunk/test/t_ExponentialFactory_std.at,
3364
 
          trunk/test/t_ExponentialFactory_std.cxx,
3365
 
          trunk/test/t_Exponential_std.at,
3366
 
          trunk/test/t_Exponential_std.cxx, trunk/test/t_FORM_std.at,
3367
 
          trunk/test/t_FORM_std.cxx, trunk/test/t_Factorial_std.at,
3368
 
          trunk/test/t_Factorial_std.cxx, trunk/test/t_Gamma_std.at,
3369
 
          trunk/test/t_Gamma_std.cxx, trunk/test/t_Geometric_std.at,
3370
 
          trunk/test/t_Graph_1.at, trunk/test/t_Graph_1.cxx,
3371
 
          trunk/test/t_Graph_11.at, trunk/test/t_Graph_11.cxx,
3372
 
          trunk/test/t_Graph_2.at, trunk/test/t_Graph_2.cxx,
3373
 
          trunk/test/t_Graph_3.at, trunk/test/t_Graph_3.cxx,
3374
 
          trunk/test/t_Graph_4.at, trunk/test/t_Graph_4.cxx,
3375
 
          trunk/test/t_Graph_9.at, trunk/test/t_Graph_9.cxx,
3376
 
          trunk/test/t_Graph_mix.at, trunk/test/t_Graph_mix.cxx,
3377
 
          trunk/test/t_Gumbel_std.at, trunk/test/t_Gumbel_std.cxx,
3378
 
          trunk/test/t_Histogram_std.at, trunk/test/t_Histogram_std.cxx,
3379
 
          trunk/test/t_IdFactory_std.at,
3380
 
          trunk/test/t_IdentityMatrix_std.at,
3381
 
          trunk/test/t_ImportanceSampling_std.at,
3382
 
          trunk/test/t_ImportanceSampling_std.cxx,
3383
 
          trunk/test/t_IndependentCopula_std.at,
3384
 
          trunk/test/t_IndependentCopula_std.cxx,
3385
 
          trunk/test/t_IsoProbabilisticTransformation_EllipticalDistribution.at,
3386
 
          trunk/test/t_IsoProbabilisticTransformation_EllipticalDistribution.cxx,
3387
 
          trunk/test/t_Kronecker_std.at, trunk/test/t_LHS_std.at,
3388
 
          trunk/test/t_LHS_std.cxx, trunk/test/t_LibraryLoader_load.at,
3389
 
          trunk/test/t_LibraryLoader_std.at, trunk/test/t_Library_cpp.at,
3390
 
          trunk/test/t_Library_std.at,
3391
 
          trunk/test/t_LinearLeastSquares_std.at,
3392
 
          trunk/test/t_LinearLeastSquares_std.cxx,
3393
 
          trunk/test/t_LinearModelFactory_std.at,
3394
 
          trunk/test/t_LinearModelFactory_std.cxx,
3395
 
          trunk/test/t_LinearModel_std.at,
3396
 
          trunk/test/t_LinearModel_std.cxx,
3397
 
          trunk/test/t_LinearNumericalMathFunctionImplementation_std.at,
3398
 
          trunk/test/t_LinearNumericalMathFunctionImplementation_std.cxx,
3399
 
          trunk/test/t_LinearNumericalMathFunction_std.at,
3400
 
          trunk/test/t_LinearNumericalMathFunction_std.cxx,
3401
 
          trunk/test/t_LinearNumericalMathGradientImplementation_std.at,
3402
 
          trunk/test/t_LinearNumericalMathGradientImplementation_std.cxx,
3403
 
          trunk/test/t_LinearTaylor_std.at,
3404
 
          trunk/test/t_LinearTaylor_std.cxx, trunk/test/t_LogNormal_std.at,
3405
 
          trunk/test/t_LogNormal_std.cxx, trunk/test/t_Log_std.at,
3406
 
          trunk/test/t_Logistic_std.at,
3407
 
          trunk/test/t_MatrixSolveLinearSystem_std.at,
3408
 
          trunk/test/t_Matrix_std.at, trunk/test/t_Matrix_std.cxx,
3409
 
          trunk/test/t_MergeRandomAndConstantInput.at,
3410
 
          trunk/test/t_MergeRandomAndConstantInput.cxx,
3411
 
          trunk/test/t_Mixture_std.at, trunk/test/t_Mixture_std.cxx,
3412
 
          trunk/test/t_MonteCarlo_std.at, trunk/test/t_MonteCarlo_std.cxx,
3413
 
          trunk/test/t_MultiNomial_std.at,
3414
 
          trunk/test/t_NearestPointChecker_std.at,
3415
 
          trunk/test/t_NearestPointChecker_std.cxx,
3416
 
          trunk/test/t_NonCenteredFiniteDifferenceGradient_std.at,
3417
 
          trunk/test/t_NonCenteredFiniteDifferenceGradient_std.cxx,
3418
 
          trunk/test/t_Normal_std.at, trunk/test/t_Normal_std.cxx,
3419
 
          trunk/test/t_Normal_wrongarg.at,
3420
 
          trunk/test/t_Normal_wrongarg.cxx,
3421
 
          trunk/test/t_NumericalMathFunction_composition.at,
3422
 
          trunk/test/t_NumericalMathFunction_composition.cxx,
3423
 
          trunk/test/t_NumericalMathFunction_exec.at,
3424
 
          trunk/test/t_NumericalMathFunction_grad.at,
3425
 
          trunk/test/t_NumericalMathFunction_hess.at,
3426
 
          trunk/test/t_NumericalMathFunction_sample.at,
3427
 
          trunk/test/t_NumericalMathFunction_std.at,
3428
 
          trunk/test/t_NumericalPoint_description.at,
3429
 
          trunk/test/t_NumericalPoint_std.at,
3430
 
          trunk/test/t_NumericalSample_big.at,
3431
 
          trunk/test/t_NumericalSample_computation.at,
3432
 
          trunk/test/t_NumericalSample_computation.cxx,
3433
 
          trunk/test/t_NumericalSample_split.at,
3434
 
          trunk/test/t_NumericalSample_std.at, trunk/test/t_Object_std.at,
3435
 
          trunk/test/t_Pearson_std.at, trunk/test/t_Pearson_std.cxx,
3436
 
          trunk/test/t_PersistentObject_std.at, trunk/test/t_Pie_std.at,
3437
 
          trunk/test/t_Pie_std.cxx, trunk/test/t_Pointer_cast.at,
3438
 
          trunk/test/t_Pointer_cast.cxx, trunk/test/t_Pointer_std.at,
3439
 
          trunk/test/t_Poisson_std.at,
3440
 
          trunk/test/t_QuadraticCumul_importanceFactors.at,
3441
 
          trunk/test/t_QuadraticCumul_importanceFactors.cxx,
3442
 
          trunk/test/t_QuadraticCumul_run.at,
3443
 
          trunk/test/t_QuadraticCumul_run.cxx,
3444
 
          trunk/test/t_QuadraticCumul_std.at,
3445
 
          trunk/test/t_QuadraticCumul_std.cxx,
3446
 
          trunk/test/t_QuadraticLeastSquares_std.at,
3447
 
          trunk/test/t_QuadraticLeastSquares_std.cxx,
3448
 
          trunk/test/t_QuadraticNumericalMathFunctionImplementation_std.at,
3449
 
          trunk/test/t_QuadraticNumericalMathFunctionImplementation_std.cxx,
3450
 
          trunk/test/t_QuadraticTaylor_std.at,
3451
 
          trunk/test/t_QuadraticTaylor_std.cxx,
3452
 
          trunk/test/t_ROT_ComputeBic.at, trunk/test/t_ROT_ComputeBic.cxx,
3453
 
          trunk/test/t_ROT_ComputeCDF.at, trunk/test/t_ROT_ComputeCDF.cxx,
3454
 
          trunk/test/t_ROT_ComputeCdfGradient.at,
3455
 
          trunk/test/t_ROT_ComputeCdfGradient.cxx,
3456
 
          trunk/test/t_ROT_RBufferStrategy.at,
3457
 
          trunk/test/t_ROT_RBufferStrategy.cxx,
3458
 
          trunk/test/t_ROT_RConnector.at, trunk/test/t_ROT_RConnector.cxx,
3459
 
          trunk/test/t_ROT_RCopyOnWriteSharedArray.at,
3460
 
          trunk/test/t_ROT_RCopyOnWriteSharedArray.cxx,
3461
 
          trunk/test/t_ROT_RDistribution.at,
3462
 
          trunk/test/t_ROT_RDistribution.cxx,
3463
 
          trunk/test/t_ROT_RDistributionFactory.at,
3464
 
          trunk/test/t_ROT_RDistributionFactory.cxx,
3465
 
          trunk/test/t_ROT_RIdentifier.at,
3466
 
          trunk/test/t_ROT_RIdentifier.cxx, trunk/test/t_ROT_RInteger.at,
3467
 
          trunk/test/t_ROT_RInteger.cxx, trunk/test/t_ROT_RIterator.at,
3468
 
          trunk/test/t_ROT_RIterator.cxx, trunk/test/t_ROT_RLinearModel.at,
3469
 
          trunk/test/t_ROT_RLinearModel.cxx, trunk/test/t_ROT_RList.at,
3470
 
          trunk/test/t_ROT_RList.cxx, trunk/test/t_ROT_RMatrix.at,
3471
 
          trunk/test/t_ROT_RMatrix.cxx,
3472
 
          trunk/test/t_ROT_RNumericalPoint.at,
3473
 
          trunk/test/t_ROT_RNumericalPoint.cxx,
3474
 
          trunk/test/t_ROT_RNumericalSample.at,
3475
 
          trunk/test/t_ROT_RNumericalSample.cxx,
3476
 
          trunk/test/t_ROT_ROTcore.at, trunk/test/t_ROT_ROTcore.cxx,
3477
 
          trunk/test/t_ROT_RReal.at, trunk/test/t_ROT_RReal.cxx,
3478
 
          trunk/test/t_ROT_RSocket.at, trunk/test/t_ROT_RSocket.cxx,
3479
 
          trunk/test/t_ROT_RString.at, trunk/test/t_ROT_RString.cxx,
3480
 
          trunk/test/t_ROT_RotFactory.at, trunk/test/t_ROT_RotFactory.cxx,
3481
 
          trunk/test/t_ROT_Wrapper.at, trunk/test/t_ROT_Wrapper.cxx,
3482
 
          trunk/test/t_ROT_computePdf.at, trunk/test/t_ROT_computePdf.cxx,
3483
 
          trunk/test/t_ROT_computePdfGradient.at,
3484
 
          trunk/test/t_ROT_computePdfGradient.cxx,
3485
 
          trunk/test/t_ROT_computeQAP1Reader.at,
3486
 
          trunk/test/t_ROT_computeQAP1Reader.cxx,
3487
 
          trunk/test/t_ROT_computeQuantile.at,
3488
 
          trunk/test/t_ROT_computeQuantile.cxx, trunk/test/t_ROT_errors.at,
3489
 
          trunk/test/t_ROT_errors.cxx,
3490
 
          trunk/test/t_ROT_estimateDistributionParameters.at,
3491
 
          trunk/test/t_ROT_estimateDistributionParameters.cxx,
3492
 
          trunk/test/t_ROT_generateRandomSample.at,
3493
 
          trunk/test/t_ROT_generateRandomSample.cxx,
3494
 
          trunk/test/t_RandomVector_constant.at,
3495
 
          trunk/test/t_RandomVector_distribution.at,
3496
 
          trunk/test/t_RandomVector_distribution.cxx,
3497
 
          trunk/test/t_RandomVector_function.at,
3498
 
          trunk/test/t_RandomVector_function.cxx, trunk/test/t_SORM_std.at,
3499
 
          trunk/test/t_SORM_std.cxx, trunk/test/t_Spline_std.at,
3500
 
          trunk/test/t_Spline_std.cxx,
3501
 
          trunk/test/t_SquareMatrixLapack_std.at,
3502
 
          trunk/test/t_SquareMatrix_std.at,
3503
 
          trunk/test/t_SquareMatrix_std.cxx, trunk/test/t_Staircase_std.at,
3504
 
          trunk/test/t_Staircase_std.cxx,
3505
 
          trunk/test/t_StandardEvent_std.at,
3506
 
          trunk/test/t_StandardEvent_std.cxx,
3507
 
          trunk/test/t_StrongMaximumTest_other.at,
3508
 
          trunk/test/t_StrongMaximumTest_other.cxx,
3509
 
          trunk/test/t_StrongMaximumTest_std.at,
3510
 
          trunk/test/t_StrongMaximumTest_std.cxx,
3511
 
          trunk/test/t_StrongMaximumTest_tabulatedValues.at,
3512
 
          trunk/test/t_StrongMaximumTest_tabulatedValues.cxx,
3513
 
          trunk/test/t_Student_std.at, trunk/test/t_Student_std.cxx,
3514
 
          trunk/test/t_SymmetricMatrixLapack_std.at,
3515
 
          trunk/test/t_SymmetricMatrix_std.at,
3516
 
          trunk/test/t_SymmetricMatrix_std.cxx,
3517
 
          trunk/test/t_SymmetricTensor_std.at,
3518
 
          trunk/test/t_SymmetricTensor_std.cxx, trunk/test/t_Tensor_std.at,
3519
 
          trunk/test/t_Tensor_std.cxx, trunk/test/t_TestResult_std.at,
3520
 
          trunk/test/t_TestResult_std.cxx, trunk/test/t_Test_std.at,
3521
 
          trunk/test/t_Test_std.cxx, trunk/test/t_Triangular_std.at,
3522
 
          trunk/test/t_Triangular_std.cxx,
3523
 
          trunk/test/t_TruncatedNormal_std.at,
3524
 
          trunk/test/t_TruncatedNormal_std.cxx,
3525
 
          trunk/test/t_Uniform_std.at, trunk/test/t_Uniform_std.cxx,
3526
 
          trunk/test/t_UserDefined_std.at, trunk/test/t_Weibull_std.at,
3527
 
          trunk/test/t_Weibull_std.cxx, trunk/utils/Makefile.am,
3528
 
          trunk/utils/rotRPackage.tar.gz, trunk/wrappers,
3529
 
          trunk/wrappers/MyWrapper, trunk/wrappers/MyWrapper/AUTHORS,
3530
 
          trunk/wrappers/MyWrapper/COPYING,
3531
 
          trunk/wrappers/MyWrapper/ChangeLog,
3532
 
          trunk/wrappers/MyWrapper/INSTALL,
3533
 
          trunk/wrappers/MyWrapper/Makefile.am,
3534
 
          trunk/wrappers/MyWrapper/MyWrappedCode.f,
3535
 
          trunk/wrappers/MyWrapper/MyWrapper.c,
3536
 
          trunk/wrappers/MyWrapper/MyWrapper.xml.in,
3537
 
          trunk/wrappers/MyWrapper/NEWS, trunk/wrappers/MyWrapper/README,
3538
 
          trunk/wrappers/MyWrapper/aclocal.m4,
3539
 
          trunk/wrappers/MyWrapper/bootstrap,
3540
 
          trunk/wrappers/MyWrapper/configure.ac,
3541
 
          trunk/wrappers/MyWrapper/ot_check_openturns.m4,
3542
 
          trunk/wrappers/MyWrapper/test_MyWrapper.py: MERGE: merging from
3543
 
          'arch' into 'trunk' (rev. 179:243)
3544
 
          trunk> svn merge -r 179:243 http://.../branches/arch
3545
 
          
3546
 
          Add TUI (first version).
3547
 
 
3548
 
2006-11-16 15:45  dutka
3549
 
 
3550
 
        * [r213] branches/arch/config/ot_check_openturns.m4,
3551
 
          branches/arch/src/Base/Common/ComparisonOperator.hxx,
3552
 
          branches/arch/src/Base/Diff/CenteredFiniteDifferenceGradient.hxx,
3553
 
          branches/arch/src/Base/Diff/CenteredFiniteDifferenceHessian.hxx,
3554
 
          branches/arch/src/Base/Diff/NonCenteredFiniteDifferenceGradient.hxx,
3555
 
          branches/arch/src/Base/Optim/AbdoRackwitz/AbdoRackwitz.hxx,
3556
 
          branches/arch/src/Base/Optim/Cobyla/Cobyla.hxx,
3557
 
          branches/arch/src/Base/Optim/NearestPointChecker.hxx,
3558
 
          branches/arch/src/Base/Stat/NumericalSample.cxx,
3559
 
          branches/arch/src/Base/Stat/NumericalSample.hxx,
3560
 
          branches/arch/src/Base/Type/Description.hxx,
3561
 
          branches/arch/src/Base/Type/Matrix.hxx,
3562
 
          branches/arch/src/Base/Type/NumericalPoint.hxx,
3563
 
          branches/arch/src/Base/Type/SymmetricTensor.hxx,
3564
 
          branches/arch/src/Base/Type/Tensor.hxx,
3565
 
          branches/arch/src/UI/TUI/AbdoRackwitz.i,
3566
 
          branches/arch/src/UI/TUI/Beta.i,
3567
 
          branches/arch/src/UI/TUI/Cobyla.i,
3568
 
          branches/arch/src/UI/TUI/ContinuousDistribution.i,
3569
 
          branches/arch/src/UI/TUI/DiscreteDistribution.i,
3570
 
          branches/arch/src/UI/TUI/Distribution.i,
3571
 
          branches/arch/src/UI/TUI/DistributionImplementation.i,
3572
 
          branches/arch/src/UI/TUI/EllipticalDistributionImplementation.i,
3573
 
          branches/arch/src/UI/TUI/Exponential.i,
3574
 
          branches/arch/src/UI/TUI/Gamma.i,
3575
 
          branches/arch/src/UI/TUI/Geometric.i,
3576
 
          branches/arch/src/UI/TUI/Gumbel.i,
3577
 
          branches/arch/src/UI/TUI/Histogram.i,
3578
 
          branches/arch/src/UI/TUI/InverseIsoProbabilisticTransformation.i,
3579
 
          branches/arch/src/UI/TUI/IsoProbabilisticTransformation.i,
3580
 
          branches/arch/src/UI/TUI/LogNormal.i,
3581
 
          branches/arch/src/UI/TUI/Logistic.i,
3582
 
          branches/arch/src/UI/TUI/Makefile.am,
3583
 
          branches/arch/src/UI/TUI/MultiNomial.i,
3584
 
          branches/arch/src/UI/TUI/NearestPointChecker.i,
3585
 
          branches/arch/src/UI/TUI/NonEllipticalDistribution.i,
3586
 
          branches/arch/src/UI/TUI/Normal.i,
3587
 
          branches/arch/src/UI/TUI/OTbase.i,
3588
 
          branches/arch/src/UI/TUI/OTtypes.i,
3589
 
          branches/arch/src/UI/TUI/Pearson.i,
3590
 
          branches/arch/src/UI/TUI/Poisson.i,
3591
 
          branches/arch/src/UI/TUI/Spline.i,
3592
 
          branches/arch/src/UI/TUI/Student.i,
3593
 
          branches/arch/src/UI/TUI/Triangular.i,
3594
 
          branches/arch/src/UI/TUI/TruncatedNormal.i,
3595
 
          branches/arch/src/UI/TUI/Uniform.i,
3596
 
          branches/arch/src/UI/TUI/UserDefined.i,
3597
 
          branches/arch/src/UI/TUI/UsualDistribution.i,
3598
 
          branches/arch/src/UI/TUI/Weibull.i,
3599
 
          branches/arch/src/UI/TUI/openturns.i,
3600
 
          branches/arch/src/Uncertainty/Algorithm/IsoProbabilisticTransformation/InverseIsoProbabilisticTransformation.hxx,
3601
 
          branches/arch/src/Uncertainty/Algorithm/IsoProbabilisticTransformation/IsoProbabilisticTransformation.hxx,
3602
 
          branches/arch/src/Uncertainty/Distribution/Beta.hxx,
3603
 
          branches/arch/src/Uncertainty/Distribution/ContinuousDistribution.hxx,
3604
 
          branches/arch/src/Uncertainty/Distribution/DiscreteDistribution.hxx,
3605
 
          branches/arch/src/Uncertainty/Distribution/EllipticalDistribution.hxx,
3606
 
          branches/arch/src/Uncertainty/Distribution/EllipticalDistributionImplementation.cxx,
3607
 
          branches/arch/src/Uncertainty/Distribution/EllipticalDistributionImplementation.hxx,
3608
 
          branches/arch/src/Uncertainty/Distribution/Exponential.hxx,
3609
 
          branches/arch/src/Uncertainty/Distribution/Gamma.hxx,
3610
 
          branches/arch/src/Uncertainty/Distribution/Geometric.hxx,
3611
 
          branches/arch/src/Uncertainty/Distribution/Gumbel.hxx,
3612
 
          branches/arch/src/Uncertainty/Distribution/Histogram.hxx,
3613
 
          branches/arch/src/Uncertainty/Distribution/LogNormal.hxx,
3614
 
          branches/arch/src/Uncertainty/Distribution/Logistic.hxx,
3615
 
          branches/arch/src/Uncertainty/Distribution/MultiNomial.hxx,
3616
 
          branches/arch/src/Uncertainty/Distribution/NonEllipticalDistribution.hxx,
3617
 
          branches/arch/src/Uncertainty/Distribution/Normal.hxx,
3618
 
          branches/arch/src/Uncertainty/Distribution/Pearson.hxx,
3619
 
          branches/arch/src/Uncertainty/Distribution/Poisson.hxx,
3620
 
          branches/arch/src/Uncertainty/Distribution/Spline.hxx,
3621
 
          branches/arch/src/Uncertainty/Distribution/Student.hxx,
3622
 
          branches/arch/src/Uncertainty/Distribution/Triangular.hxx,
3623
 
          branches/arch/src/Uncertainty/Distribution/TruncatedNormal.hxx,
3624
 
          branches/arch/src/Uncertainty/Distribution/Uniform.hxx,
3625
 
          branches/arch/src/Uncertainty/Distribution/UserDefined.hxx,
3626
 
          branches/arch/src/Uncertainty/Distribution/UsualDistribution.hxx,
3627
 
          branches/arch/src/Uncertainty/Distribution/Weibull.hxx,
3628
 
          branches/arch/src/Uncertainty/Model/Distribution.hxx,
3629
 
          branches/arch/src/Uncertainty/Model/DistributionImplementation.hxx,
3630
 
          branches/arch/wrappers, branches/arch/wrappers/MyWrapper,
3631
 
          branches/arch/wrappers/MyWrapper/AUTHORS,
3632
 
          branches/arch/wrappers/MyWrapper/COPYING,
3633
 
          branches/arch/wrappers/MyWrapper/ChangeLog,
3634
 
          branches/arch/wrappers/MyWrapper/INSTALL,
3635
 
          branches/arch/wrappers/MyWrapper/Makefile.am,
3636
 
          branches/arch/wrappers/MyWrapper/MyWrappedCode.f,
3637
 
          branches/arch/wrappers/MyWrapper/MyWrapper.c,
3638
 
          branches/arch/wrappers/MyWrapper/MyWrapper.xml.in,
3639
 
          branches/arch/wrappers/MyWrapper/NEWS,
3640
 
          branches/arch/wrappers/MyWrapper/README,
3641
 
          branches/arch/wrappers/MyWrapper/aclocal.m4,
3642
 
          branches/arch/wrappers/MyWrapper/bootstrap,
3643
 
          branches/arch/wrappers/MyWrapper/configure.ac,
3644
 
          branches/arch/wrappers/MyWrapper/ot_check_openturns.m4,
3645
 
          branches/arch/wrappers/MyWrapper/test_MyWrapper.py: TUI
3646
 
          improvements:
3647
 
          * NearestPointChecker
3648
 
          * AbdoRackwitz
3649
 
          * Cobyla
3650
 
          * IsoProbabilisticTransformation
3651
 
          * InverseIsoProbabilisticTransformation
3652
 
          * DistributionImplementation
3653
 
          * Distribution
3654
 
          * UsualDistribution
3655
 
          * ContinuousDistribution
3656
 
          * EllipticalDistributionImplementation
3657
 
          * NonEllipticalDistribution
3658
 
          * DiscreteDistribution
3659
 
          * Beta
3660
 
          * Exponential
3661
 
          * Gamma
3662
 
          * Geometric
3663
 
          * Logistic
3664
 
          * MultiNomial
3665
 
          * Normal
3666
 
          * Pearson
3667
 
          * Poisson
3668
 
          * Spline
3669
 
          * Student
3670
 
          * Triangular
3671
 
          * TruncatedNormal
3672
 
          * Uniform
3673
 
          * UserDefined
3674
 
          * Weibull
3675