Commit dd3ebeec76a2f158444a62122f91e885ac5914d5

Authored by David Mayerich
1 parent 3669ed62

fixed namespace issues in scalarfield

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
stim/optics/scalarfield.h
... ... @@ -293,6 +293,8 @@ protected:
293 293 stim::complex<T>* E;
294 294 size_t R[2];
295 295 locationType loc;
  296 + using rect<T>::X;
  297 + using rect<T>::Y;
296 298  
297 299 T* p[3]; //scalar position for each point in E
298 300  
... ...