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:
J.-S. Caux
2018-02-10 14:33:07 +01:00
parent 0c893c89f7
commit 63cdd4250c
176 changed files with 8391 additions and 9384 deletions
+2 -2
View File
@@ -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.