Closed edawson closed 6 years ago
At line 511 in gfakluge.cpp, we start indexing optional elements from (>=7). Dengfeng has reported that this removes one of his opt elements. We should probably start from index = 6.
Fixed by #25
At line 511 in gfakluge.cpp, we start indexing optional elements from (>=7). Dengfeng has reported that this removes one of his opt elements. We should probably start from index = 6.