Reorganization of headers (I): rename JSC -> ABACUS
All files need to be changed to refer to new headers. First step of the reorganization.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#include "JSC.h"
|
||||
#include "ABACUS.h"
|
||||
using namespace std;
|
||||
|
||||
void JSC::balanc(SQMat_DP& a)
|
||||
void ABACUS::balanc(SQMat_DP& a)
|
||||
{
|
||||
// Balancing of nonsymmetric matrix. See NR p.489.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user