Get the data from the spinodal curve constructed in the call to build_spinodal()
| 1052 | |
| 1053 | /// Get the data from the spinodal curve constructed in the call to build_spinodal() |
| 1054 | SpinodalData get_spinodal_data() { |
| 1055 | return calc_get_spinodal_data(); |
| 1056 | }; |
| 1057 | |
| 1058 | /// Calculate the criticality contour values \f$\mathcal{L}_1^*\f$ and \f$\mathcal{M}_1^*\f$ |
| 1059 | void criticality_contour_values(double& L1star, double& M1star) { |
no outgoing calls