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

Commit

Permalink
rm throws in main method
Browse files Browse the repository at this point in the history
  • Loading branch information
zieglerv committed Feb 6, 2018
1 parent 3e64676 commit d66b0fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ public boolean init() {
}


public static void main(String[] args) throws FileNotFoundException, EvioException {
public static void main(String[] args) {

String inputFile = "/Users/ziegler/Desktop/Work/Files/GEMC/FMT_pions.hipo";
//String inputFile = "/Users/ziegler/Workdir/Distribution/CLARA/CLARA_INSTALL/data/output/out_pion_smearz_gen_1.hipo";
Expand Down

0 comments on commit d66b0fa

Please sign in to comment.