SolverParameters: Minor change.

mesh
Pierre-Antoine Rouby 2023-06-13 11:25:16 +02:00
parent df4832244e
commit f105c00f89
1 changed files with 0 additions and 1 deletions

View File

@ -23,5 +23,4 @@ class SetCommand(QUndoCommand):
self._data.get(self._index)[self._column] = self._old
def redo(self):
print(self._new)
self._data.get(self._index)[self._column] = self._new