]> www.ginac.de Git - ginac.git/blobdiff - check/times.h
- Same shit as Christian did yesterday in ginac/.
[ginac.git] / check / times.h
index 90aac75325bd6580380e027615a3b70a9a52b90c..cc792bde54bb9daef34ecd479df60c2ec391899a 100644 (file)
@@ -37,15 +37,15 @@ using namespace GiNaC;
 
 class timer {
 public:
-    timer();
-    void start(void);
-    void stop(void);
-    void reset(void);
-    double read(void);
-    bool running(void);
+       timer();
+       void start(void);
+       void stop(void);
+       void reset(void);
+       double read(void);
+       bool running(void);
 private:
-    bool on;
-    struct rusage used1, used2;
+       bool on;
+       struct rusage used1, used2;
 };
 
 // prototypes for all individual timings should be unsigned fcn():