Update 'shp_2_txt.cpp'

This commit is contained in:
zwnk 2019-05-23 20:59:28 +02:00
parent 9293795219
commit 93e634eb74
1 changed files with 2 additions and 2 deletions

View File

@ -38,8 +38,8 @@ int main(int argc, char const *argv[])
string dec_lon = "DEC_LON";
string ellip_h = "ELLIP_HT";
string ortho_h = "ORTHO_HT";
string str(szTitle);
string line;
string str(szTitle);
string line;
if (szTitle == dec_lat or szTitle == dec_lon or szTitle == ortho_h)
{