X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=check%2Finifcns_consist.cpp;h=e51625b2fe2e60b74fd08f9ca588556bd81cdc51;hp=5d91a145f3adc53e3f15c75e45abd7fafb6ffe7c;hb=dab53bee0de888619c55b9ff7d7427dda67d9186;hpb=a8507b8af1c08d9b27d98d57f95c7ca1a8671e27;ds=sidebyside diff --git a/check/inifcns_consist.cpp b/check/inifcns_consist.cpp index 5d91a145..e51625b2 100644 --- a/check/inifcns_consist.cpp +++ b/check/inifcns_consist.cpp @@ -1,8 +1,9 @@ /** @file inifcns_consist.cpp * * This test routine applies assorted tests on initially known higher level - * functions. - * + * functions. */ + +/* * GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify @@ -21,6 +22,7 @@ */ #include +using namespace GiNaC; /* Simple tests on the sine trigonometric function. */ static unsigned inifcns_consist_sin(void)