git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@30431
0785d39b-7218-0410-832d-
ea1e28bc413d
// FE_Nedelec at the time
#include "../tests.h"
-#include "../lib/test_grids.h"
+#include "../test_grids.h"
#include <deal.II/base/logstream.h>
int main()
{
- const std::string logname = "/output";
+ const std::string logname = "output";
std::ofstream logfile(logname.c_str());
deallog.attach(logfile);
deallog.depth_console(0);
int
main()
{
- const std::string logname = "/output";
+ const std::string logname = "output";
std::ofstream logfile(logname.c_str());
deallog << std::setprecision(PRECISION) << std::fixed;
deallog.attach(logfile);
void
initlog(bool console=false)
{
- deallogname = "/output";
+ deallogname = "output";
deallogfile.open(deallogname.c_str());
deallog.attach(deallogfile);
if (!console)
In the beginning the Universe was created. This has made a lot of
people very angry and has been widely regarded as a bad move.
Douglas Adams