File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -440,7 +440,7 @@ int main(int argc, char *argv[]) {
440
440
441
441
// if spherical dome has been specified, i
442
442
if (dome.lightConfiguration == Dome::SPHERICAL) {
443
- dome.directions = builder.imageset .lights1 ;
443
+ dome.directions = builder.imageset .lights () ;
444
444
dome.updateSphereDirections ();
445
445
}
446
446
Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ set (RELIGHT_HEADERS
35
35
../src/sphere.h
36
36
../src/white.h
37
37
../src/bni_normal_integration.h
38
+ ../src/fft_normal_integration.h
38
39
alignrow.h
39
40
alignframe.h
40
41
alignframe.h
@@ -102,6 +103,7 @@ set (RELIGHTLAB_SOURCES
102
103
../src/sphere.cpp
103
104
../src/white.cpp
104
105
../src/bni_normal_integration.cpp
106
+ ../src/fft_normal_integration.cpp
105
107
alignframe.cpp
106
108
alignpicking.cpp
107
109
alignrow.cpp
You can’t perform that action at this time.
0 commit comments