ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/cbrown/Development/Plotting/Modules/GeneralToolBox.C
(Generate patch)

Comparing UserCode/cbrown/Development/Plotting/Modules/GeneralToolBox.C (file contents):
Revision 1.3 by buchmann, Fri Mar 2 08:37:58 2012 UTC vs.
Revision 1.4 by buchmann, Wed Mar 21 22:02:46 2012 UTC

# 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  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines