File tree Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 1
- 3.7.12-dev:::2024-12-20_10:10:56
1
+ 3.7.12-dev:::2024-12-20_10:12:18
Original file line number Diff line number Diff line change @@ -752,15 +752,9 @@ int svgrid = 5000;
752
752
} else if (strcmp (sensor , "SEN2B" ) == 0 ){
753
753
b_rsr = _RSR_START_SEN2B_ ;
754
754
} else if (strcmp (sensor , "SEN2C" ) == 0 ){
755
- #ifdef FORCE_DEBUG
756
- printf ("SEN2C: using SEN2A RSR. Adjust later!\n" );
757
- #endif
758
- b_rsr = _RSR_START_SEN2A_ ;
755
+ b_rsr = _RSR_START_SEN2C_ ;
759
756
} else if (strcmp (sensor , "SEN2D" ) == 0 ){
760
- #ifdef FORCE_DEBUG
761
- printf ("SEN2D: using SEN2A RSR. Adjust later!\n" );
762
- #endif
763
- b_rsr = _RSR_START_SEN2A_ ;
757
+ b_rsr = _RSR_START_SEN2D_ ;
764
758
} else {
765
759
printf ("unknown/unsupported Sentinel-2! " ); return FAILURE ;
766
760
}
You can’t perform that action at this time.
0 commit comments