From ab00a3f70e343eaf5ed242e20bd01da75849bc78 Mon Sep 17 00:00:00 2001 From: Richard Kreckel Date: Fri, 26 Feb 2021 23:15:12 +0100 Subject: [PATCH] Fix misleading comment in last commit. --- ginac/exprseq.h | 2 +- ginac/lst.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ginac/exprseq.h b/ginac/exprseq.h index d7e78385..e8db2ed3 100644 --- a/ginac/exprseq.h +++ b/ginac/exprseq.h @@ -31,7 +31,7 @@ namespace GiNaC { typedef container exprseq; -/** Definition of container::reg_info for exprseq. */ +/** Declaration of container::reg_info for exprseq. */ template<> registered_class_info exprseq::reg_info; // defined in exprseq.cpp diff --git a/ginac/lst.h b/ginac/lst.h index 5038fca6..c938b914 100644 --- a/ginac/lst.h +++ b/ginac/lst.h @@ -31,7 +31,7 @@ namespace GiNaC { typedef container lst; -/** Definition of container::reg_info for lst. */ +/** Declaration of container::reg_info for lst. */ template<> registered_class_info lst::reg_info; /** Specialization of container::get_default_flags() for lst. */ -- 2.44.0