-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge commit 'ce146657651cc320ca02f6a8d51c4ac00b5f4daa'
- Loading branch information
Showing
58 changed files
with
103 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,7 +47,9 @@ email: [email protected] | |
#include "linearpart.h" | ||
#include "createpart.h" | ||
#include "tiffIO.h" | ||
using namespace std; | ||
// using namespace std; // Avoid to using the entire namespace of std. Comment by Liangjun, 01/23/19 | ||
|
||
using std::unordered_map; | ||
|
||
int readline(FILE *fp, char *fline) | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -59,7 +59,7 @@ email: [email protected] | |
//#include "shapelib/shapefil.h" | ||
#include "CatchOutlets.h" | ||
|
||
using namespace std; | ||
// using namespace std; // Avoid to using the entire namespace of std. Comment by Liangjun, 01/23/19 | ||
OGRSFDriverH driver; | ||
//OGRDataSourceH hDSsh, hDSshmoved; | ||
//OGRLayerH hLayersh, hLayershmoved; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -66,7 +66,7 @@ email: [email protected] | |
//#include "shapelib/shapefil.h" | ||
#include "ConnectDown.h" | ||
|
||
using namespace std; | ||
// using namespace std; // Avoid to using the entire namespace of std. Comment by Liangjun, 01/23/19 | ||
|
||
OGRSFDriverH driver; | ||
OGRDataSourceH hDSsh, hDSshmoved; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,7 +52,7 @@ email: [email protected] | |
#include "createpart.h" | ||
#include "tiffIO.h" | ||
|
||
using namespace std; | ||
// using namespace std; // Avoid to using the entire namespace of std. Comment by Liangjun, 01/23/19 | ||
|
||
int distgrid(char *pfile, char *srcfile, char *distfile, int thresh) { | ||
MPI_Init(NULL, NULL); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,7 +54,7 @@ email: [email protected] | |
#include "tiffIO.h" | ||
#include "initneighbor.h" | ||
|
||
using namespace std; | ||
// using namespace std; // Avoid to using the entire namespace of std. Comment by Liangjun, 01/23/19 | ||
|
||
int d8flowpathextremeup(char *pfile, | ||
char *safile, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,7 +47,7 @@ email: [email protected] | |
#include "tiffIO.h" | ||
#include "initneighbor.h" | ||
|
||
using namespace std; | ||
// using namespace std; // Avoid to using the entire namespace of std. Comment by Liangjun, 01/23/19 | ||
|
||
|
||
// The old program was written in column major order. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,7 +48,7 @@ email: [email protected] | |
#include "tiffIO.h" | ||
#include "initneighbor.h" | ||
|
||
using namespace std; | ||
// using namespace std; // Avoid to using the entire namespace of std. Comment by Liangjun, 01/23/19 | ||
|
||
|
||
// The old program was written in column major order. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,7 +49,7 @@ email: [email protected] | |
#include "tiffIO.h" | ||
#include "DinfDistDown.h" | ||
|
||
using namespace std; | ||
// using namespace std; // Avoid to using the entire namespace of std. Comment by Liangjun, 01/23/19 | ||
|
||
|
||
// The old program was written in column major order. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,7 +49,7 @@ email: [email protected] | |
#include "DinfDistUp.h" | ||
#include "initneighbor.h" | ||
|
||
using namespace std; | ||
// using namespace std; // Avoid to using the entire namespace of std. Comment by Liangjun, 01/23/19 | ||
|
||
|
||
// The old program was written in column major order. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,7 +46,7 @@ email: [email protected] | |
#include "createpart.h" | ||
#include "tiffIO.h" | ||
|
||
using namespace std; | ||
// using namespace std; // Avoid to using the entire namespace of std. Comment by Liangjun, 01/23/19 | ||
|
||
int dsaccum(char *angfile, char *wgfile, char *raccfile, char *dmaxfile) { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,7 +48,7 @@ email: [email protected] | |
#include "tiffIO.h" | ||
#include "initneighbor.h" | ||
|
||
using namespace std; | ||
// using namespace std; // Avoid to using the entire namespace of std. Comment by Liangjun, 01/23/19 | ||
|
||
|
||
// The old program was written in column major order. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,7 +47,7 @@ email: [email protected] | |
#include "createpart.h" | ||
#include "tiffIO.h" | ||
|
||
using namespace std; | ||
// using namespace std; // Avoid to using the entire namespace of std. Comment by Liangjun, 01/23/19 | ||
|
||
int depgrd(char *angfile, char *dgfile, char *depfile) { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,7 +51,8 @@ email: [email protected] | |
#include "createpart.h" | ||
#include "DropAnalysis.h" | ||
|
||
using namespace std; | ||
// using namespace std; // Avoid to using the entire namespace of std. Comment by Liangjun, 01/23/19 | ||
using std::setprecision; | ||
|
||
//returns true iff cell at [nrow][ncol] points to cell at [row][col] | ||
bool pointsToMe(long col, long row, long ncol, long nrow, tdpartition *dirData){ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,7 +45,8 @@ email: [email protected] | |
#include "createpart.h" | ||
#include "tiffIO.h" | ||
#include <stack> | ||
using namespace std; | ||
// using namespace std; // Avoid to using the entire namespace of std. Comment by Liangjun, 01/23/19 | ||
using std::stack; | ||
|
||
/*********************************************************************/ | ||
int readline(FILE* fp, char* fline) { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,7 +47,7 @@ email: [email protected] | |
#include "createpart.h" | ||
#include "tiffIO.h" | ||
|
||
using namespace std; | ||
// using namespace std; // Avoid to using the entire namespace of std. Comment by Liangjun, 01/23/19 | ||
|
||
int lengtharea(char *plenfile, char *ad8file, char *ssfile, float *p) { | ||
MPI_Init(NULL, NULL); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -67,7 +67,7 @@ email: [email protected] | |
//#include "shapelib/shapefil.h" | ||
#include "MoveOutletsToStrm.h" | ||
# | ||
using namespace std; | ||
// using namespace std; // Avoid to using the entire namespace of std. Comment by Liangjun, 01/23/19 | ||
OGRSFDriverH driver; | ||
OGRDataSourceH hDSsh, hDSshmoved; | ||
OGRLayerH hLayersh, hLayershmoved; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,7 +49,7 @@ email: [email protected] | |
#include "tiffIO.h" | ||
#include "ctime" | ||
|
||
using namespace std; | ||
// using namespace std; // Avoid to using the entire namespace of std. Comment by Liangjun, 01/23/19 | ||
|
||
int peukerdouglas(char *felfile, char *ssfile, float *p) { | ||
MPI_Init(NULL, NULL); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,7 +49,7 @@ email: [email protected] | |
#include "initneighbor.h" | ||
#include <stdio.h> | ||
#include "retlimro.h" | ||
using namespace std; | ||
// using namespace std; // Avoid to using the entire namespace of std. Comment by Liangjun, 01/23/19 | ||
|
||
int retlimro(char *angfile, char *wgfile, char * rcfile, char *qrlfile) | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,7 +54,7 @@ email: [email protected] | |
#include "createpart.h" | ||
#include "tiffIO.h" | ||
#include <stack> | ||
using namespace std; | ||
// using namespace std; // Avoid to using the entire namespace of std. Comment by Liangjun, 01/23/19 | ||
|
||
/*********************************************************************/ | ||
int readline(FILE *fp, char *fline) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,7 +47,7 @@ email: [email protected] | |
#include "createpart.h" | ||
#include "tiffIO.h" | ||
|
||
using namespace std; | ||
// using namespace std; // Avoid to using the entire namespace of std. Comment by Liangjun, 01/23/19 | ||
|
||
int slopearea(char *slopefile, char *scafile, char *safile, float *p) { | ||
MPI_Init(NULL, NULL); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,7 +45,7 @@ email: [email protected] | |
#include "createpart.h" | ||
#include "tiffIO.h" | ||
|
||
using namespace std; | ||
// using namespace std; // Avoid to using the entire namespace of std. Comment by Liangjun, 01/23/19 | ||
|
||
int atanbgrid(char *slopefile, char *areafile, char *atanbfile) { | ||
MPI_Init(NULL, NULL); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,7 +47,8 @@ email: [email protected] | |
#include "tiffIO.h" | ||
#include "initneighbor.h" | ||
|
||
using namespace std; | ||
// using namespace std; // Avoid to using the entire namespace of std. Comment by Liangjun, 01/23/19 | ||
using std::min; | ||
|
||
//float dist[9]; | ||
float **dist; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,7 +45,7 @@ email: [email protected] | |
#include "createpart.h" | ||
#include "tiffIO.h" | ||
|
||
using namespace std; | ||
// using namespace std; // Avoid to using the entire namespace of std. Comment by Liangjun, 01/23/19 | ||
|
||
int twigrid(char *slopefile, char *areafile, char *twifile) { | ||
MPI_Init(NULL, NULL); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,7 +45,7 @@ email: [email protected] | |
#include "createpart.h" | ||
#include "tiffIO.h" | ||
|
||
using namespace std; | ||
// using namespace std; // Avoid to using the entire namespace of std. Comment by Liangjun, 01/23/19 | ||
|
||
int threshold(char *ssafile, char *srcfile, char *maskfile, float thresh, int usemask) { | ||
MPI_Init(NULL, NULL); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,7 +48,7 @@ email: [email protected] | |
#include <iostream> | ||
#include "initneighbor.h" | ||
|
||
using namespace std; | ||
// using namespace std; // Avoid to using the entire namespace of std. Comment by Liangjun, 01/23/19 | ||
|
||
int aread8(char *pfile, | ||
char *afile, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,7 +48,7 @@ email: [email protected] | |
#include "tiffIO.h" | ||
#include "initneighbor.h" | ||
|
||
using namespace std; | ||
// using namespace std; // Avoid to using the entire namespace of std. Comment by Liangjun, 01/23/19 | ||
|
||
int area(char *angfile, | ||
char *scafile, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -68,10 +68,21 @@ email: [email protected] | |
#include <sys/time.h> | ||
#include <fcntl.h> | ||
#endif /* windows */ | ||
|
||
#define MCW MPI_COMM_WORLD | ||
#define MAX_STRING_LENGTH 255 | ||
#define MAXLN 4096 | ||
|
||
using std::cout; | ||
using std::endl; | ||
using std::nothrow; | ||
|
||
using std::queue; | ||
using std::vector; | ||
|
||
using std::ifstream; | ||
using std::ios; | ||
|
||
//TODO: revisit these to see if they are used/needed | ||
//#define ABOVE 1 | ||
//#define BELOW 2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,7 +46,7 @@ email: [email protected] | |
//#include "tiffIO.h" Part of Commonlib | ||
#include "Node.h" | ||
|
||
using namespace std; | ||
// using namespace std; // Avoid to using the entire namespace of std. Comment by Liangjun, 01/23/19 | ||
|
||
double **fact; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,7 +47,8 @@ email: [email protected] | |
#include <math.h> | ||
#include "Node.h" | ||
|
||
using namespace std; | ||
// using namespace std; // Avoid to using the entire namespace of std. Comment by Liangjun, 01/23/19 | ||
using std::max; | ||
|
||
//double fact[9]; | ||
double **fact; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,7 +48,7 @@ email: [email protected] | |
#include "tiffIO.h" | ||
#include "initneighbor.h" | ||
|
||
using namespace std; | ||
// using namespace std; // Avoid to using the entire namespace of std. Comment by Liangjun, 01/23/19 | ||
|
||
|
||
// The old program was written in column major order. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,7 +46,8 @@ email: [email protected] | |
#include "tiffIO.h" | ||
#include <stack> | ||
|
||
using namespace std; | ||
// using namespace std; // Avoid to using the entire namespace of std. Comment by Liangjun, 01/23/19 | ||
using std::stack; | ||
|
||
int flood(char *demfile, char *felfile, char *sfdrfile, int usesfdr, bool verbose, | ||
bool is_4Point, bool use_mask, char *maskfile) // these three added by arb, 5/31/11 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,7 +47,7 @@ email: [email protected] | |
#include "tiffIO.h" | ||
#include "initneighbor.h" | ||
|
||
using namespace std; | ||
// using namespace std; // Avoid to using the entire namespace of std. Comment by Liangjun, 01/23/19 | ||
|
||
int flowdircond(char* pfile, char* zfile, char* zfdcfile) { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,7 +49,7 @@ email: [email protected] | |
#include "tiffIO.h" | ||
#include "ogrsf_frmts.h" | ||
|
||
using namespace std; | ||
// using namespace std; // Avoid to using the entire namespace of std. Comment by Liangjun, 01/23/19 | ||
|
||
int gagewatershed(char *pfile, | ||
char *wfile, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,7 +47,7 @@ email: [email protected] | |
#include "createpart.h" | ||
#include "tiffIO.h" | ||
|
||
using namespace std; | ||
// using namespace std; // Avoid to using the entire namespace of std. Comment by Liangjun, 01/23/19 | ||
|
||
int gridnet(char *pfile, char *plenfile, char *tlenfile, char *gordfile, char *maskfile, | ||
char *datasrc, char *lyrname, int uselyrname, int lyrno, int useMask, int useOutlets, int thresh) {//1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,7 +51,8 @@ email: [email protected] | |
|
||
#ifndef LINEARPART_H | ||
#define LINEARPART_H | ||
using namespace std; | ||
// using namespace std; // Avoid to using the entire namespace of std. Comment by Liangjun, 01/23/19 | ||
using std::bad_alloc; | ||
|
||
template<class datatype> | ||
class linearpart : public tdpartition { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,7 +53,7 @@ email: [email protected] | |
//#include "shapelib/shapefil.h" | ||
//#ifndef LINKLIB_H | ||
//#define LINKLIB_H | ||
using namespace std; | ||
// using namespace std; // Avoid to using the entire namespace of std. Comment by Liangjun, 01/23/19 | ||
|
||
long LAST_ID = -1; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -59,7 +59,7 @@ email: [email protected] | |
#include "ogr_api.h" | ||
#include <limits> | ||
|
||
using namespace std; | ||
// using namespace std; // Avoid to using the entire namespace of std. Comment by Liangjun, 01/23/19 | ||
|
||
OGRSFDriverH driver; | ||
OGRDataSourceH hDS1; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,7 +50,7 @@ email: [email protected] | |
//#include "commonLib.h" //Part of tiffIO.h | ||
#include <iostream> | ||
|
||
using namespace std; | ||
// using namespace std; // Avoid to using the entire namespace of std. Comment by Liangjun, 01/23/19 | ||
|
||
tiffIO::tiffIO(char *fname, DATA_TYPE newtype) { | ||
MPI_Status status; | ||
|
Oops, something went wrong.