Changeset 2755 in Sophya for trunk/SophyaPI/PIext/pawexecut.cc
- Timestamp:
- May 23, 2005, 6:33:02 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/pawexecut.cc
r2709 r2755 319 319 } else return(1); 320 320 } 321 322 /* methode */ 323 bool PAWExecutor::IsThreadable(string const & keyw) 324 { 325 if ( (keyw == "n/plot") || (keyw == "n/pl") || 326 (keyw == "n/proj") ) return true; 327 else return false; 328 } 329 321 330 322 331 /* methode */ … … 435 444 } 436 445 446 437 447 /* methode */ 438 448 void PAWExecutor::n_proj(vector<string>& tokens) … … 630 640 } 631 641 642 632 643 /* methode */ 633 644 #define __LENLINE_N_READ__ 8192
Note:
See TracChangeset
for help on using the changeset viewer.