Skip to content

Commit 23c8e07

Browse files
committed
Towards the First Release
1 parent f36f6fb commit 23c8e07

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/main.cpp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
///* Version 4.0 | 11/12/2023 *///
55
///**************************************************************************************************************************///
66
///************************************ Dr Elijah Borodin, Manchester, UK **************************************************///
7-
///**************************************** Spring 2022 - Winter 2023 ****************************************************///
7+
///**************************************** Spring 2022 - Winter 2024 ****************************************************///
88
///***********************************************************************************************************************///
99
///* Code source: https://github.com/PRISBteam/PCC_Processing_Design/
1010
///* Documentation: https://prisbteam.github.io/
@@ -17,7 +17,7 @@
1717
// Key terminology:
1818
// Material's elements :: 'quadruple points', 'grain boundary junctions', 'grain boundaries', and 'grains' (with their orientations and barycenter coordinates)
1919
// Tessellation's elements :: 'nodes, 'edges', 'faces', 'polytopes' (with their measures - lengths, areas and volumes - and barycenter coordinates)
20-
// PCC's elements :: 'k-cells' containing in 'k-skeletons' (k = {0,1,2,3}) with their degree fractions, and incident (k-1)-cells and (k+1)-cells.
20+
// PCC's elements :: 'k-cells' containing in 'k-skeletons', where k = {0,1,2,3}, with their degree fractions, and incident (k-1)-cells and (k+1)-cells.
2121

2222
///* ----------------------------------------- *
2323
///* Standard C++ (STL) libraries
@@ -35,12 +35,12 @@
3535
///* ------------------------------------------------------------------------------- *
3636
///* Attached user-defined C++ libraries (must be copied in the directory for STL):
3737
///* ------------------------------------------------------------------------------- *
38-
/// Eigen source: https://eigen.tuxfamily.org/ (2022)
38+
/// Eigen source: https://eigen.tuxfamily.org/ (2024)
3939
#include <Eigen/Core>
4040
#include <Eigen/Dense>
4141
#include <Eigen/SparseCore>
4242

43-
/// Spectra source: https://spectralib.org/ (2022)
43+
/// Spectra source: https://spectralib.org/ (2024)
4444
#include <Spectra/GenEigsSolver.h>
4545
#include <Spectra/SymEigsSolver.h>
4646
#include <Spectra/MatOp/SparseGenMatProd.h>
@@ -178,7 +178,7 @@ if ( main_type == "LIST"s ) { // 'LIST module'
178178
cout << " START of the PCC Subcomplex module " << endl;
179179
Out_logfile_stream << " START of the PCC Subcomplex module " << endl;
180180

181-
/// Subcomplex();
181+
///* module */// Subcomplex();
182182

183183
// ===== Elapsing time Subcomplex ================
184184
unsigned int Subcomplex_time = clock();

0 commit comments

Comments
 (0)