Skip to content

Commit

Permalink
ii
Browse files Browse the repository at this point in the history
  • Loading branch information
deseilligny committed Jan 14, 2025
1 parent 69e0d88 commit a2e6ec6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions MMVII/include/V1VII.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#define _V1V2_H_

#ifndef MMVII_KEEP_LIBRARY_MMV1
// Maintain it for now, require for converting V1 TiePoints...
#define MMVII_KEEP_LIBRARY_MMV1 true
#endif

Expand Down
5 changes: 4 additions & 1 deletion MMVII/src/ImagesBase/FileImages.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@
#include "MMVII_Ptxd.h"
#include "cGdalApi.h"

#define MMVII_KEEP_LIBRARY_MMV1 true


#ifdef MMVII_KEEP_MMV1_IMAGE
#define MMVII_KEEP_LIBRARY_MMV1 true
# include "V1VII.h"
#endif

Expand All @@ -25,6 +27,7 @@ namespace MMVII
#ifdef MMVII_KEEP_MMV1_IMAGE
static GenIm::type_el ToMMV1(eTyNums aV2)
{
// StdOut() << "jjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjj\n";
switch (aV2)
{
case eTyNums::eTN_INT1 : return GenIm::int1 ;
Expand Down

0 comments on commit a2e6ec6

Please sign in to comment.