diff src/DLD-FUNCTIONS/balance.cc @ 3523:b80bbb43a1a9

[project @ 2000-02-02 10:25:52 by jwe]
author jwe
date Wed, 02 Feb 2000 10:26:25 +0000
parents 9610d364e444
children ab7fa5a8f23f
line wrap: on
line diff
--- a/src/DLD-FUNCTIONS/balance.cc	Wed Feb 02 06:32:04 2000 +0000
+++ b/src/DLD-FUNCTIONS/balance.cc	Wed Feb 02 10:26:25 2000 +0000
@@ -116,7 +116,7 @@
 
   // determine if it's AEP or GEP
   int AEPcase = nargin == 1 ? 1 : args(1).is_string ();
-  string bal_job;
+  std::string bal_job;
 
   // problem dimension
   int nn = args(0).rows ();