Hi Adama,
I found out what the problem is. When modifying this list

>>> StringBijection<SumoXMLTag>::Entry
>>> SUMOXMLDefinitions::carFollowModelValues[] = {
>>> 
>>>     { "IDM",         SUMO_TAG_CF_IDM },
>>> 
>>>     { "IDMM",        SUMO_TAG_CF_IDMM },
>>> 
>>>     { "Krauss",      SUMO_TAG_CF_KRAUSS },
>>> 
>>>     { "KraussPS",    SUMO_TAG_CF_KRAUSS_PLUS_SLOPE },
>>> 
>>>     { "KraussOrig1", SUMO_TAG_CF_KRAUSS_ORIG1 },
>>> 
>>>     { "SmartSK",     SUMO_TAG_CF_SMART_SK },
>>> 
>>>     { "Daniel1",     SUMO_TAG_CF_DANIEL1 },
>>> 
>>>     { "PWagner2009", SUMO_TAG_CF_PWAGNER2009 },
>>> 
>>>     { "BKerner",     SUMO_TAG_CF_BKERNER },
>>> 
>>>     { "Wiedemann",   SUMO_TAG_CF_WIEDEMANN },
>>> 
>>>     { "Adama",       SUMO_TAG_CF_ADAMA },
>>> 
>>>     { "Damis",       SUMO_TAG_CF_DAMIS },
>>> 
>>> };

you should not add to the end of the list, because the WIEDEMANN is used
as an end marker. I added a comment to the source code. Thanks for
directing us to this subtle documentation bug.

Best regards,
Michael


------------------------------------------------------------------------------
Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San
Francisco, CA to explore cutting-edge tech and listen to tech luminaries
present their vision of the future. This family event has something for
everyone, including kids. Get more information and register today.
http://sdm.link/attshape
_______________________________________________
sumo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sumo-devel

Reply via email to