Changes between Initial Version and Version 1 of Ticket #5144, comment 11
- Timestamp:
- 2018-10-06T06:29:29Z (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5144, comment 11
initial v1 1 1 The following model works with `omc -d=newInst,-nfScalarize --simCodeTarget=Cpp --std=3.3`. Note that 2 2 - I added a clock as the backend is more gentle to such models and discrete-time models are my primary target anyway (could be achieved with a block Modelica_Synchronous.RealSignals.Sampler.AssignClockVectorized) 3 - used for loops that appear easier (contain a pattern of a scalar equation -- no problems with dot products, if statements and the like)3 - used for loops that appear easier (contain a pattern of a scalar equation -- no problems with dot products, vectorized if conditions and the like) 4 4 5 5 Couldn't the new frontend create such for loops with `-nfScalarize`?