Skip to content

Commit

Permalink
run settings
Browse files Browse the repository at this point in the history
  • Loading branch information
kt86 committed Sep 30, 2024
1 parent 49969f7 commit 57b0c59
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public static void main(String[] args) throws IOException {
String simOutputPath;

if ( args.length==0 ) {
simOutputPath = "/Users/kturner/git-and-svn/shared-svn/projects/freight/studies/Food_LCA-based/output/01_LCA_ICEV_10000it_noTax";
simOutputPath = "C:\\git-and-svn\\shared-svn\\projects\\freight\\studies\\UpdateEventsfromEarlierStudies\\foodRetailing_wo_rangeConstraint\\71_ICEVBEV_NwCE_BVWP_10000it_DCoff_noTax";
} else {
for (String arg : args) {
log.info( arg );
Expand Down

0 comments on commit 57b0c59

Please sign in to comment.