Skip to content
This repository has been archived by the owner on May 18, 2023. It is now read-only.

Commit

Permalink
Use the fastMath libs and not superfastMath libs in swimmer
Browse files Browse the repository at this point in the history
  • Loading branch information
zieglerv committed May 31, 2018
1 parent c3a428b commit 0af8330
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package org.jlab.service.dc;

import cnuphys.magfield.FastMath;
import cnuphys.magfield.MagneticFields;
import cnuphys.magfield.TorusMap;
import cnuphys.snr.NoiseReductionParameters;
Expand Down Expand Up @@ -91,6 +92,7 @@ private void initializeMagneticFields() {
String mapDir = CLASResources.getResourcePath("etc")+"/data/magfield";
try {
MagneticFields.getInstance().initializeMagneticFields(mapDir,torusMap,solenoidMap);
FastMath.setMathLib(FastMath.MathLib.FAST);
}
catch (Exception e) {
e.printStackTrace();
Expand Down

0 comments on commit 0af8330

Please sign in to comment.