Changeset 2906 in Sophya for trunk/SophyaExt/LinAlg/intflapack.h


Ignore:
Timestamp:
Jan 16, 2006, 2:35:31 PM (20 years ago)
Author:
cmv
Message:

throw sur erreur lapack cmv 16/01/2006

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaExt/LinAlg/intflapack.h

    r2646 r2906  
    1111class LapackServer {
    1212public:
    13   LapackServer();
     13  LapackServer(bool throw_on_error=false);
    1414  virtual ~LapackServer();
    1515
     
    4444
    4545  int wspace_size_factor;
     46  bool Throw_On_Error;
    4647};
    4748
Note: See TracChangeset for help on using the changeset viewer.