00001
00020 #ifndef _PROBLEM_CAP2_H
00021
00022 #define _PROBLEM_CAP2_H 1
00023
00024 #include "../common/problemtablefactory.h"
00025
00026 class Problem13F : public ProblemTableFactory {
00027 public:
00028 Problem13F(void);
00029 ~Problem13F(void);
00030 };
00031 #endif