Skip to content

Commit

Permalink
fixing cfmodel attribute parse, refs #663
Browse files Browse the repository at this point in the history
git-svn-id: file:///home/behr_mi/git/sumo_synched/trunk/sumo@18525 afbd958f-9f77-42d5-a016-97a22340ccf4
  • Loading branch information
behrisch committed Jul 2, 2015
1 parent d967c01 commit 23881e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/xml/SUMOXMLDefinitions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ StringBijection<LaneChangeModel> SUMOXMLDefinitions::LaneChangeModels(
SUMOXMLDefinitions::laneChangeModelValues, LCM_JE2013);

StringBijection<SumoXMLTag> SUMOXMLDefinitions::CarFollowModels(
SUMOXMLDefinitions::carFollowModelValues, SUMO_TAG_CF_KRAUSS);
SUMOXMLDefinitions::carFollowModelValues, SUMO_TAG_CF_WIEDEMANN);


std::string
Expand Down

0 comments on commit 23881e5

Please sign in to comment.