Commit 676ec49b authored by Kristin Berry's avatar Kristin Berry
Browse files

PROG fixed apinit.xml temporarily hard-coded IP address and some formatting problems

git-svn-id: http://subversion.wr.usgs.gov/repos/prog/isis3/trunk@6299 41f8697f-d340-4b68-9986-7bafba869bb8
parent b6fc0226
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -56,7 +56,7 @@ class SpiceSegment;
 *
 * @internal 
 *     @history 2015-07-21 Kristin Berry - Added NaifStatus::CheckErrors() to see if any NAIF errors
 *          were signaled. References #2248.
 *                         were signaled. References #2248.
 */
class CkKernelWriter {
  public:
+1 −1
Original line number Diff line number Diff line
@@ -82,7 +82,7 @@ class PvlObject;
 *                          coding standards. References #972.
 * 
 * @history 2015-07-21 Kristin Berry - Added NaifStatus::CheckErrors() to see if any NAIF errors 
 *                          were signaled. References #2248.
 *                          were signaled. References #2248.
 */
class SpiceSegment {
  public:
+1 −1
Original line number Diff line number Diff line
@@ -60,7 +60,7 @@ namespace Isis {
 * @history 2012-07-06 Debbie A. Cook, Updated Spice members to be more compliant with Isis 
 *                          coding standards. References #972.
 * @history 2015-07-22 Kristin Berry - Added NaifStatus::CheckErrors() to see if any NAIF errors 
 *                          were signaled. References #2248.
 *                          were signaled. References #2248.
 */
class SpiceSegment {
  public:
+1 −1
Original line number Diff line number Diff line
@@ -61,7 +61,7 @@ class PvlObject;
 *   @history 2014-03-26 Kris Becker Added overlap() method to compare time
 *                          ranges of another SPK segment. References #1739.
 *   @history 2015-07-21 Kristin Berry - Added NaifStatus::CheckErrors() to see if any NAIF errors
 *                          were signaled. References #2248.
 *                          were signaled. References #2248.
 */
class SpkSegment : public SpiceSegment {
  public:
+2 −2
Original line number Diff line number Diff line
@@ -50,8 +50,8 @@ namespace Isis {
   * @internal
   *   @history 2015-04-30 Jeannie Backer - Added isDEM() method. References #2243.
   *                           Moved method implementation to cpp file.
   *   @history 2015-07-31 Kristin Berry - Added NaifStatus::CheckErrors() to see if any NAIF errors 
   *                           were signaled. References #2248.
   *   @history 2015-07-31 Kristin Berry - Added NaifStatus::CheckErrors() to see if any NAIF
   *                           errors were signaled. References #2248.
   */
  class PlaneShape : public Isis::ShapeModel {
    public:
Loading