Commit 8159e8f5 authored by D'azevedo, Ed's avatar D'azevedo, Ed
Browse files

snapshot

parent 7cc86b48
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
#ifndef ESTIMATE_WORK_H
#define ESTIMATE_WORK_H 1

#ifdef __cplusplus
extern "C" {
#endif

extern
void estimate_work( int npatches,
                    int left_patch_size_[],
@@ -11,4 +15,10 @@ void estimate_work( int npatches,
                    double *pgmemB,
                    double *pgmemBX
                    );
#ifdef __cplusplus
}
#endif



#endif