1
// Copyright (C) 2002 [Insert name]
2
// Licensed under the GNU GPL Version 2.
4
#ifndef __PROBLEM_TEMPLATE_HH
5
#define __PROBLEM_TEMPLATE_HH
9
class ProblemTemplate : public Problem {
12
ProblemTemplate(Grid *grid) : Problem(grid) {}
15
const char *Description();