Skip to content

Commit

Permalink
Merge pull request OpenDroneMap#72 from hetlelid/patch-3
Browse files Browse the repository at this point in the history
Update run.pl -- add time to feedback as script running
  • Loading branch information
Stephen Mather committed Mar 4, 2015
2 parents 8fc6c8e + 2f8a247 commit 8d5cd57
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions run.pl
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,7 @@ sub cmvs {

sub pmvs {
print "\n";
print "\n - running pmvs - ";
print "\n - running pmvs - "; now(); print "\n";
print "\n";

chdir($jobOptions{jobDir});
Expand All @@ -732,7 +732,7 @@ sub pmvs {

sub odm_meshing {
print "\n";
print "\n - running meshing - ";
print "\n - running meshing - "; now(); print "\n";
print "\n";

chdir($jobOptions{jobDir});
Expand All @@ -748,7 +748,7 @@ sub odm_meshing {

sub odm_texturing {
print "\n";
print "\n - running texturing - ";
print "\n - running texturing - "; now(); print "\n";
print "\n";

chdir($jobOptions{jobDir});
Expand All @@ -766,7 +766,7 @@ sub odm_texturing {

sub odm_georeferencing {
print "\n";
print "\n - running georeferencing - ";
print "\n - running georeferencing - "; now(); print "\n";
print "\n";

chdir($jobOptions{jobDir});
Expand All @@ -789,7 +789,7 @@ sub odm_georeferencing {

sub odm_orthophoto {
print "\n";
print "\n - running orthophoto generation - ";
print "\n - running orthophoto generation - "; now(); print "\n";
print "\n";

chdir($jobOptions{jobDir});
Expand Down

0 comments on commit 8d5cd57

Please sign in to comment.