Skip to content

Commit

Permalink
Include patch from cdcseacave @github
Browse files Browse the repository at this point in the history
  • Loading branch information
Silvano Galliani committed Jan 20, 2016
1 parent 284f60b commit 4646d91
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,14 @@
#include <cuda_runtime_api.h>
#include <cuda_texture_types.h>
#include <vector_types.h>


#ifdef _MSC_VER
#include <io.h>
#define R_OK 04
#else
#include <unistd.h>
#endif

// CUDA helper functions
#include "helper_cuda.h" // helper functions for CUDA error check
Expand Down Expand Up @@ -592,7 +599,7 @@ static int runFusibile (int argc,
inputFiles.p_folder = inputFiles.pmvs_folder + "/txt/";
}
cout <<"image folder is " << inputFiles.images_folder << endl;
cout <<"p folder is " << inputFiles.images_folder << endl;
cout <<"p folder is " << inputFiles.p_folder << endl;
cout <<"pmvs folder is " << inputFiles.pmvs_folder << endl;

GTcheckParameters gtParameters;
Expand Down

0 comments on commit 4646d91

Please sign in to comment.