removing temporary build artifacts that were accidentally committed
This commit is contained in:
parent
f595562de9
commit
ed34061195
@ -1,5 +0,0 @@
|
||||
<!DOCTYPE RCC><RCC version="1.0">
|
||||
<qresource prefix="i18n">
|
||||
<file alias="qtrocket_en_US.qm">/home/travis/qtrocket/master/.qm/qtrocket_en_US.qm</file>
|
||||
</qresource>
|
||||
</RCC>
|
@ -50,14 +50,16 @@ void Propagator::runUntilTerminate()
|
||||
{
|
||||
// nextState gets overwritten
|
||||
integrator->step(currentTime, currentState, tempRes);
|
||||
/*
|
||||
std::size_t size = currentState.size();
|
||||
for(size_t i = 0; i < size; ++i)
|
||||
{
|
||||
currentState[i] = tempRes[i];
|
||||
tempRes[i] = 0;
|
||||
}
|
||||
*/
|
||||
|
||||
//std::swap(currentState, nextState);
|
||||
std::swap(currentState, nextState);
|
||||
if(saveStates)
|
||||
{
|
||||
states.push_back(currentState);
|
||||
|
Loading…
x
Reference in New Issue
Block a user