formatting issues
This commit is contained in:
parent
718779adec
commit
19a41bfb87
|
@ -114,10 +114,9 @@ int main( int argc, char **argv ) {
|
||||||
if ( strstr(xBuffer, istrue) ) {
|
if ( strstr(xBuffer, istrue) ) {
|
||||||
include = 1;
|
include = 1;
|
||||||
} else if ( xBuffer && !strstr(xBuffer, istrue) ) {
|
} else if ( xBuffer && !strstr(xBuffer, istrue) ) {
|
||||||
templatePath = xBuffer;
|
templatePath = xBuffer;
|
||||||
|
include = 1;
|
||||||
include = 1;
|
} else {
|
||||||
} else {
|
|
||||||
printf( "Wrong Argruments: %s\n", argv[1]);
|
printf( "Wrong Argruments: %s\n", argv[1]);
|
||||||
usage(argv);
|
usage(argv);
|
||||||
}
|
}
|
||||||
|
@ -173,7 +172,7 @@ int main( int argc, char **argv ) {
|
||||||
differentialPredecessor( mlData, points );
|
differentialPredecessor( mlData, points );
|
||||||
|
|
||||||
if ( include == 1 ) {
|
if ( include == 1 ) {
|
||||||
mkSvgGraph(points, templatePath); // Graph building
|
mkSvgGraph(points, templatePath); // Graph building
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue