Commit 56bb0e5e authored by malenov's avatar malenov
Browse files

inclusion of WMOPS_Destroy() in print_wmops()

parent 9b97446a
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -591,7 +591,7 @@ void BASOP_get_total_wmops( double *min, double *max, double *avg );
#define push_wmops( x ) { BASOP_push_wmops( x ); }
#define pop_wmops()     { BASOP_pop_wmops(); }
#define update_wmops()  { BASOP_frame_update(); }
#define print_wmops()   { WMOPS_output_all_std( 0 ); }
#define print_wmops()   { WMOPS_output_all_std( 0 ); WMOPS_destroy(); }


#endif /* _COUNT_H */