Loading isis/src/base/objs/LidarData/LidarData.cpp +2 −6 Original line number Original line Diff line number Diff line Loading @@ -36,14 +36,10 @@ namespace Isis { /** /** * Constructor that takes a Lidar CSV file to create LidarControlPoints. * Default constructor * * * This constructor uses the input CSV file to add internal LidarControlPoints from the CSV data. * This is NOT for unserializing LidarData from a file - use the read() method. * * @param FileName lidarFile Name of the Lidar CSV file to use. */ */ LidarData::LidarData(FileName lidarFile) { LidarData::LidarData() { } } Loading Loading
isis/src/base/objs/LidarData/LidarData.cpp +2 −6 Original line number Original line Diff line number Diff line Loading @@ -36,14 +36,10 @@ namespace Isis { /** /** * Constructor that takes a Lidar CSV file to create LidarControlPoints. * Default constructor * * * This constructor uses the input CSV file to add internal LidarControlPoints from the CSV data. * This is NOT for unserializing LidarData from a file - use the read() method. * * @param FileName lidarFile Name of the Lidar CSV file to use. */ */ LidarData::LidarData(FileName lidarFile) { LidarData::LidarData() { } } Loading