(svn r15718) -Cleanup: apply some comment coding style on the rest of the sources too
This commit is contained in:
@@ -23,11 +23,11 @@ struct CYapfRoadNodeT
|
||||
}
|
||||
};
|
||||
|
||||
// now define two major node types (that differ by key type)
|
||||
/* now define two major node types (that differ by key type) */
|
||||
typedef CYapfRoadNodeT<CYapfNodeKeyExitDir> CYapfRoadNodeExitDir;
|
||||
typedef CYapfRoadNodeT<CYapfNodeKeyTrackDir> CYapfRoadNodeTrackDir;
|
||||
|
||||
// Default NodeList types
|
||||
/* Default NodeList types */
|
||||
typedef CNodeList_HashTableT<CYapfRoadNodeExitDir , 8, 12> CRoadNodeListExitDir;
|
||||
typedef CNodeList_HashTableT<CYapfRoadNodeTrackDir, 10, 14> CRoadNodeListTrackDir;
|
||||
|
||||
|
Reference in New Issue
Block a user