Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

Commit

Permalink
Removed unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
abowery authored Nov 15, 2022
1 parent f1e7c43 commit c1103c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openifs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ using namespace std::this_thread;
using namespace rapidxml;

int main(int argc, char** argv) {
std::string ifsdata_file,ic_ancil_file,climate_data_file,horiz_resolution,vert_resolution,grid_type,TSTEP,NFRPOS;
std::string ifsdata_file,ic_ancil_file,climate_data_file,horiz_resolution,vert_resolution,grid_type;
std::string project_path,result_name,wu_name,version,tmpstr1,tmpstr2,tmpstr3;
std::string ifs_line="", iter="-1", ifs_word="", second_part, upload_file_name, last_line="";
int upload_interval,timestep_interval,ICM_file_interval,process_status,retval=0,i,j;
Expand Down

0 comments on commit c1103c9

Please sign in to comment.