- learning mathematics

This commit is contained in:
Sebastian Stenzel
2014-12-13 15:08:26 +01:00
parent 863b2ec423
commit afc62656bf

View File

@@ -82,7 +82,7 @@ public class UnlockedController implements Initializable {
private class IoSamplingAnimationHandler implements EventHandler<ActionEvent> {
private static final double BYTES_TO_MEGABYTES_FACTOR = IO_SAMPLING_INTERVAL / 1024.0 / 1024.0;
private static final double BYTES_TO_MEGABYTES_FACTOR = 1.0 / IO_SAMPLING_INTERVAL / 1024.0 / 1024.0;
private final CryptorIOSampling sampler;
private final Series<Number, Number> decryptedBytes;
private final Series<Number, Number> encryptedBytes;