Commit 14dc7475 authored by Jeannie Backer's avatar Jeannie Backer
Browse files

PROG: Adjusted the cubediff tolerance for thmproc vis app test.

git-svn-id: http://subversion.wr.usgs.gov/repos/prog/isis3/trunk@5968 41f8697f-d340-4b68-9986-7bafba869bb8
parent 0c7cb867
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -10,6 +10,8 @@
#
APPNAME = thmproc

V14093008RDR.even.cub.TOLERANCE = 0.0000000002
V01001002EDR.cub.TOLERANCE = 0.00002
V05642009RDR.cub.TOLERANCE = 0.0000000002

include $(ISISROOT)/make/isismake.tsts
+7 −3
Original line number Diff line number Diff line
@@ -58,9 +58,13 @@ namespace Isis {
   *                           unitTest to test for new methods.
   *   @history 2012-07-06 Debbie A. Cook, Updated Spice members to be more compliant with Isis 
   *                           coding standards. References #972.
   *   @history 2014-08-22 Jeannie Backer - Improved test coverage to 80/96/90 %. Plugins are
   *                           not tested by unitTests. The other lines lacking test coverage are
   *                           addressed in the todo below. References #1659
   *   @history 2014-08-22 Jeannie Backer - Fixed bug in camera model to used the FilterNumber
   *                           rather than the OriginalBand to determine the appropriate filter
   *                           for this band.  Moved source code from header to cpp file. Improved
   *                           documentation and ISIS 3 Standards. Improved test coverage to
   *                           80/96/90 %. Plugins are not tested by unitTests. The other lines
   *                           lacking test coverage are addressed in the todo below. References
   *                           #1659
   *  
   *  
   *