Skip to content

Commit aeb09f6

Browse files
committed
fix(qudarap): expose gatherGenstepFromDevice for public use
1 parent 590ab3f commit aeb09f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

qudarap/QEvent.hh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,13 +157,13 @@ public:
157157
NP* getInputPhoton() const ;
158158
// ]
159159

160+
NP* gatherGenstepFromDevice() const ;
160161
NP* gatherPhoton() const ;
161162
NP* gatherHit() const ;
162163

163164
#ifndef PRODUCTION
164165
NP* gatherSeed() const ;
165166
NP* gatherDomain() const ;
166-
NP* gatherGenstepFromDevice() const ;
167167
void gatherSimtrace( NP* t ) const ;
168168
NP* gatherSimtrace() const ;
169169
void gatherSeq( NP* seq) const ;

0 commit comments

Comments
 (0)