Show
Ignore:
Timestamp:
11/23/02 08:54:57 (6 years ago)
Author:
DEVpico
Message:

Author: CAP
Notes : Small bug fix

(See http://endo.sandia.gov/DAKOTA/lists.html for pointers to the archived list)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pico/trunk/src/lp/pico/PicoCpxLP.h

    r3545 r3548  
    352352    // doesn't give the real variable names (etc) to the cplex solver, 
    353353    // it will be equivalent to the "REW" filetype = generic names 
    354   status = CPXwriteprob(env_, getLpPtr(), filename, "MPS"); 
     354  writeStatus = CPXwriteprob(env_, getLpPtr(), filename, "MPS"); 
    355355  if (writeStatus) 
    356356    ucout << "Error writing lp to file\n";