Commit 27dca103 authored by Kaj Williams's avatar Kaj Williams
Browse files

modified comments. ref #4807

git-svn-id: http://subversion.wr.usgs.gov/repos/prog/isis3/trunk@7718 41f8697f-d340-4b68-9986-7bafba869bb8
parent 616482f0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@ namespace Isis {
   * @brief Initialize the CaSSIS camera model
   *
   *
   * @param lab Pvl label from a TGO Cassis image.
   * @param cube The image cube.
   */
  TgoCassisCamera::TgoCassisCamera(Cube &cube) : FramingCamera(cube) {

@@ -210,7 +210,7 @@ namespace Isis {
 * This is the function that is called in order to instantiate a TgoCassisCamera
 * object.
 *
 * @param lab Cube labels
 * @param cube The image cube.
 *
 * @return Isis::Camera* TgoCassisCamera
 */