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

Commit

Permalink
fix path to fields according to new magfield api
Browse files Browse the repository at this point in the history
  • Loading branch information
zieglerv committed Dec 15, 2017
1 parent cf34a6b commit eee97d6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -561,8 +561,8 @@ public static synchronized void getMagneticFields() {

//MagneticFields.getInstance().initializeMagneticFields();
String clasDictionaryPath = CLASResources.getResourcePath("etc");

MagneticFields.getInstance().initializeMagneticFields(clasDictionaryPath, TorusMap.SYMMETRIC);
//System.out.println(" CLASS PATH "+clasDictionaryPath);
MagneticFields.getInstance().initializeMagneticFields(clasDictionaryPath+"/data/magfield/", TorusMap.SYMMETRIC);
/*
File torusFile = new File(torusFileName);
try {
Expand Down

0 comments on commit eee97d6

Please sign in to comment.