Loading isis/src/base/apps/gauss/gauss.cpp +0 −1 Original line number Diff line number Diff line Loading @@ -46,7 +46,6 @@ void setFilter(int size, double stdDev) { //Iterate through the input kernel's data values to fill the coefs array const double PI = 3.141592653589793; int i = 0; cout << exp((double)1.0) << endl; for(double y = -(size / 2) ; y <= (size / 2) ; y++) { for(double x = -(size / 2) ; x <= (size / 2) ; x++) { /* Loading isis/src/base/apps/gauss/gauss.xml +50 −47 Original line number Diff line number Diff line Loading @@ -64,6 +64,9 @@ <change name="Brendan George" date="2006-09-21"> Documentation fixes </change> <change name="Kaitlyn Lee" date="2018-02-15"> Removed the cout that was outputting e to the terminal. Fixes #5198. </change> </history> <category> Loading Loading
isis/src/base/apps/gauss/gauss.cpp +0 −1 Original line number Diff line number Diff line Loading @@ -46,7 +46,6 @@ void setFilter(int size, double stdDev) { //Iterate through the input kernel's data values to fill the coefs array const double PI = 3.141592653589793; int i = 0; cout << exp((double)1.0) << endl; for(double y = -(size / 2) ; y <= (size / 2) ; y++) { for(double x = -(size / 2) ; x <= (size / 2) ; x++) { /* Loading
isis/src/base/apps/gauss/gauss.xml +50 −47 Original line number Diff line number Diff line Loading @@ -64,6 +64,9 @@ <change name="Brendan George" date="2006-09-21"> Documentation fixes </change> <change name="Kaitlyn Lee" date="2018-02-15"> Removed the cout that was outputting e to the terminal. Fixes #5198. </change> </history> <category> Loading