X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=check%2Flsolve_onedim.cpp;h=448a16372ba40464ad66f89474a5aa83f9a860ee;hp=5cd3421d2117770c7dff659651d3058de8079f0c;hb=dab53bee0de888619c55b9ff7d7427dda67d9186;hpb=a8507b8af1c08d9b27d98d57f95c7ca1a8671e27;ds=inline diff --git a/check/lsolve_onedim.cpp b/check/lsolve_onedim.cpp index 5cd3421d..448a1637 100644 --- a/check/lsolve_onedim.cpp +++ b/check/lsolve_onedim.cpp @@ -1,8 +1,9 @@ /** @file lsolve_onedim.cpp * * This test routine does some simple checks on solving a polynomial for a - * variable. - * + * variable. */ + +/* * 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; unsigned lsolve_onedim(void) {