Skip to content

Commit

Permalink
Merge branch 'mpd' of https://github.com/micmacIGN/micmac into mpd
Browse files Browse the repository at this point in the history
  • Loading branch information
deseilligny committed May 27, 2024
2 parents 5f90017 + ac4fa27 commit ae492c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MMVII/include/MMVII_Images.h
Original file line number Diff line number Diff line change
Expand Up @@ -294,8 +294,8 @@ template <const int Dim> class cDataGenUnTypedIm : public cPixBox<Dim>,
typedef cPixBox<Dim> tPB;
const tPB & RO() {return *this;}

typedef cPtxd<int,Dim> tPixI
typedef cPtxd<tREAL8,Dim> tPixR
typedef cPtxd<int,Dim> tPixI;
typedef cPtxd<tREAL8,Dim> tPixR;
;
cDataGenUnTypedIm(const cPtxd<int,Dim> & aP0,const cPtxd<int,Dim> & aP1);

Expand Down

0 comments on commit ae492c7

Please sign in to comment.