Skip to content

Commit

Permalink
#100 fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ryantanaka committed Apr 22, 2019
1 parent 4f25d40 commit 4d54e53
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions include/wrench/simulation/SimulationTrace.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ namespace wrench {
/***********************/

/***********************/
/** \cond DEVELOPER */
/** \cond INTERNAL */
/***********************/

/**
Expand All @@ -59,9 +59,7 @@ namespace wrench {
this->trace.push_back(timestamp);
}

/***********************/
/** \cond INTERNAL */
/***********************/

/**
* @brief Retrieve the trace as a vector of timestamps
*
Expand All @@ -81,21 +79,11 @@ namespace wrench {
}
}

/***********************/
/** \endcond INTERNAL */
/***********************/

private:
std::vector<SimulationTimestamp<T> *> trace;
};

/***********************/
/** \endcond DEVELOPER */
/***********************/

/***********************/
/** \cond INTERNAL */
/***********************/

/**
* @brief A specialized class to represent a trace of SimulationTimestampPstateSet timestamps
Expand Down Expand Up @@ -158,7 +146,7 @@ namespace wrench {
delete timestamp;
}
}

private:
std::map<std::string, size_t> latest_timestamps_by_host;
std::vector<SimulationTimestamp<SimulationTimestampPstateSet> *> trace;
Expand Down

0 comments on commit 4d54e53

Please sign in to comment.