mirror of
https://github.com/nasa/trick.git
synced 2024-12-23 15:02:25 +00:00
revert changing stageTime in VariableServerSession
This commit is contained in:
parent
284ea8521a
commit
ed95f22ecf
@ -170,7 +170,7 @@ void VariableServerSession::addVariable(char* vname){
|
|||||||
}
|
}
|
||||||
|
|
||||||
void VariableServerSession::stageValues() {
|
void VariableServerSession::stageValues() {
|
||||||
stageTime = (double)(exec_get_time_tics() + exec_get_freeze_time_tics()) / exec_get_time_tic_value();
|
stageTime = (double)(exec_get_time_tics()) / exec_get_time_tic_value();
|
||||||
std::vector<VariableServerVariable*>::iterator it;
|
std::vector<VariableServerVariable*>::iterator it;
|
||||||
for (it = sessionVariables.begin(); it != sessionVariables.end(); it++ ) {
|
for (it = sessionVariables.begin(); it != sessionVariables.end(); it++ ) {
|
||||||
(*it)->stageValue();
|
(*it)->stageValue();
|
||||||
|
Loading…
Reference in New Issue
Block a user