Log In | Get Help   
Home My Page Projects Code Snippets Project Openings Mareframe
Summary Activity Forums Tracker Lists Tasks Docs Surveys News SCM Files
[mareframe] Diff of /trunk/gadget/readmain.cc
[mareframe] / trunk / gadget / readmain.cc Repository:
ViewVC logotype

Diff of /trunk/gadget/readmain.cc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 11, Thu Jul 23 19:00:38 2015 UTC revision 20, Fri Apr 7 09:20:55 2017 UTC
# Line 305  Line 305 
305        optvec.resize(new OptInfoSimann());        optvec.resize(new OptInfoSimann());
306      else if (strcasecmp(text, "[bfgs]") == 0)      else if (strcasecmp(text, "[bfgs]") == 0)
307        optvec.resize(new OptInfoBFGS());        optvec.resize(new OptInfoBFGS());
308        else if (strcasecmp(text, "[pso]") == 0)
309          optvec.resize(new OptInfoPso());
310      else      else
311        handle.logFileUnexpected(LOGFAIL, "[hooke], [simann], or [bfgs]", text);        handle.logFileUnexpected(LOGFAIL, "[hooke], [simann], [bfgs], or [pso]", text);
312    
313      if (!infile.eof()) {      if (!infile.eof()) {
314        infile >> text;        infile >> text;

Legend:
Removed from v.11  
changed lines
  Added in v.20

root@forge.cesga.es
ViewVC Help
Powered by ViewVC 1.0.0  

Powered By FusionForge