diff --git a/TODO b/TODO index 10cb37c43c633c932afa14fde5f6e339af84654d..794491afe64e06ed8cf33f3284084097b4815d73 100644 --- a/TODO +++ b/TODO @@ -1,7 +1,5 @@ ==== BUGS ==== -'make test' uses wrong executable, requires 'make install' - get rid of ad-hoc sp_XXX functions diff --git a/pub/lib/node.cpp b/pub/lib/node.cpp index 8d467d51cc457d560062dd6e3776809b3e3fab1e..3e1d5af524b46afe578ba20f6bd2833cdb471995 100644 --- a/pub/lib/node.cpp +++ b/pub/lib/node.cpp @@ -486,7 +486,7 @@ string CNodeList::tree_info() const //************************************************************************************************** -CNodeGeni::CNodeGeni( const CGeni *_geni, RRef _ref ) +CNodeGeni::CNodeGeni( const class CGeni *_geni, RRef _ref ) : CNodeWithArgs(_geni->narg), geni(_geni) { arg.resize(narg); @@ -501,7 +501,7 @@ CNodeGeni::CNodeGeni( const CGeni *_geni, RRef _ref ) } } -CNodeGeni::CNodeGeni( const CGeni *_geni, RNode _a0 ) +CNodeGeni::CNodeGeni( const class CGeni *_geni, RNode _a0 ) : CNodeWithArgs(1), geni(_geni) { if ( geni->narg!=1 ) diff --git a/pub/lib/reduce_curv.cpp b/pub/lib/reduce_curv.cpp index 36a823c4c49e11185bf75522479b3e9be5d4001c..9eb6cefd9f4c3f6091dd4c7679cc619ae61cbdd3 100644 --- a/pub/lib/reduce_curv.cpp +++ b/pub/lib/reduce_curv.cpp @@ -4,7 +4,7 @@ //* http://apps.jcns.fz-juelich.de/frida //************************************************************************************************** -//! \file integrate.cpp +//! \file reduce_curv.cpp //! \brief NCurveIntegral: integrate a curve file #include "defs.hpp" diff --git a/pub/lib/reduce_spec.cpp b/pub/lib/reduce_spec.cpp index 49336dbd6eb570d135124f4fd89f7ed3d23ca448..5344c51bbff6751e0cd3728457acf18c5c6bd309 100644 --- a/pub/lib/reduce_spec.cpp +++ b/pub/lib/reduce_spec.cpp @@ -4,7 +4,7 @@ //* http://apps.jcns.fz-juelich.de/frida //************************************************************************************************** -//! \file geni.cpp +//! \file reduce_spec.cpp //! \brief collection NGeni of generalized integrals #include "defs.hpp" diff --git a/pub/lib/variables.cpp b/pub/lib/variables.cpp index 09fd052b45c580995ef6116b187f7ef020030d42..c3e6aa562ca8d66402ec73b920cbd571f3579cea 100644 --- a/pub/lib/variables.cpp +++ b/pub/lib/variables.cpp @@ -4,7 +4,7 @@ //* http://apps.jcns.fz-juelich.de/frida //************************************************************************************************** -//! \file reg.cpp +//! \file variables.cpp //! \brief Implements class SVariRegistry. #include "defs.hpp"