X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=check%2Fexam_structure.cpp;h=5aa163749fe45fd5df950d2d698e65177d530ac3;hp=d50e06a720c6b8e87505992a49f31b803ed39f1d;hb=ec64e556734484ca3c518e6de95b26be61bedee7;hpb=0052e44b34c982b13b08454fd6c9429fe7a90f71 diff --git a/check/exam_structure.cpp b/check/exam_structure.cpp index d50e06a7..5aa16374 100644 --- a/check/exam_structure.cpp +++ b/check/exam_structure.cpp @@ -3,7 +3,7 @@ * Small test for the structure<> template. */ /* - * GiNaC Copyright (C) 1999-2016 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2019 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -58,7 +58,7 @@ template <> void sprod::print(const print_context & c, unsigned level) const c.s << "<" << sp.left << "|" << sp.right << ">"; } -template <> ex sprod::eval(int level) const +template <> ex sprod::eval() const { // symmetric scalar product const sprod_s & sp = get_struct();