close Warning: Can't synchronize with repository "(default)" (/var/svn/mms does not appear to be a Subversion repository.). Look in the Trac log for more information.

Opened 15 years ago

Last modified 15 years ago

#15 closed doubt

Estrategia de Estimation — at Initial Version

Reported by: irobles Owned by: somebody
Priority: major Milestone: Estimation 0.5
Component: Estimation Keywords:
Cc:

Description

Buenos días,

en la estimación, el código de la definición de la estrategia es fijo:

  @MMS.Estimation::New([[
    Text name = "Estimación";
    @MMS.Model model = MMS::GetModel("Mat.Veh","1.0");
    @MMS.StrategyBSR strategy = @MMS.StrategyBSR::Default(?)
  ]])

Si cambiamos strategy por strategy2, da los siguientes errores:

Warning: [23] La función
ha fallado en : (args::strategy)

Warning: [24] La función Copy ha fallado en :
Copy(args::strategy)

ERROR: [1] strategy no se pudo crear.

[Call stack]

[1] NameBlock @MMS.Estimation::New (NameBlock args)

Se puede probar cambiando strategy por strategy2 en el modelo de
matriculación de vehiculos.

Change History (0)

Note: See TracTickets for help on using tickets.