# | Line 289 | Line 289 | void extract_cbaf_dir(string curpath) { | |
---|---|---|
289 | int position=curpath.find("/Plotting"); | |
290 | if(position<0) position=curpath.find("/DistributedModelCalculations"); | |
291 | if(position<0) position=curpath.find("/various_assignments"); | |
292 | + | if(position<0) position=curpath.find("/exchange"); |
293 | PlottingSetup::cbafbasedir=curpath.substr(0,position); | |
294 | } | |
295 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |