diff -r e997802b855c -r 87f7c54892df src/work/athos/old/minlengthpaths.h --- a/src/work/athos/old/minlengthpaths.h Sat Nov 13 12:53:28 2004 +0000 +++ b/src/work/athos/old/minlengthpaths.h Sat Nov 13 17:07:10 2004 +0000 @@ -30,7 +30,7 @@ template class MinLengthPaths { - typedef typename LengthMap::ValueType Length; + typedef typename LengthMap::Value Length; typedef typename Graph::Node Node; typedef typename Graph::NodeIt NodeIt; @@ -49,10 +49,10 @@ const LengthMap &ol; const NodeMap &pot; public : - typedef typename LengthMap::KeyType KeyType; - typedef typename LengthMap::ValueType ValueType; + typedef typename LengthMap::Key Key; + typedef typename LengthMap::Value Value; - ValueType operator[](typename ResGraphType::Edge e) const { + Value operator[](typename ResGraphType::Edge e) const { //if ( (1-2*rev[e])*ol[e]-(pot[G.target(e)]-pot[G.source(e)] ) <0 ){ // std::cout<<"Negative length!!"<