DrylandEcology / rSFSTEP2

R program that interfaces with the STEPWAT2 C code and runs in parallel for multiple sites, climate scenarios, disturbance regimes, and time periods
0 stars 1 forks source link

Remove redundant references to "site" #144

Closed chaukap closed 5 years ago

chaukap commented 5 years ago

Since each P_Program folder pertains to a unique site, we do not need to reference site like a vector. For example, on line 487 of Main.R, we have

site <- c(site)

Which has no effect on the variable. I will scan through the code and remove any of these calls that are unnecessary.