Import Geant4 10.7.0 source tree
This commit is contained in:
+3
-3
@@ -36,20 +36,20 @@
|
||||
G4StatMFMacroChemicalPotential &
|
||||
G4StatMFMacroChemicalPotential::operator=(const G4StatMFMacroChemicalPotential & )
|
||||
{
|
||||
throw G4HadronicException(__FILE__, __LINE__, "G4StatMFMacroChemicalPotential::operator= meant to not be accessable");
|
||||
throw G4HadronicException(__FILE__, __LINE__, "G4StatMFMacroChemicalPotential::operator= meant to not be accessible");
|
||||
return *this;
|
||||
}
|
||||
|
||||
G4bool G4StatMFMacroChemicalPotential::operator==(const G4StatMFMacroChemicalPotential & ) const
|
||||
{
|
||||
throw G4HadronicException(__FILE__, __LINE__, "G4StatMFMacroChemicalPotential::operator== meant to not be accessable");
|
||||
throw G4HadronicException(__FILE__, __LINE__, "G4StatMFMacroChemicalPotential::operator== meant to not be accessible");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
G4bool G4StatMFMacroChemicalPotential::operator!=(const G4StatMFMacroChemicalPotential & ) const
|
||||
{
|
||||
throw G4HadronicException(__FILE__, __LINE__, "G4StatMFMacroChemicalPotential::operator!= meant to not be accessable");
|
||||
throw G4HadronicException(__FILE__, __LINE__, "G4StatMFMacroChemicalPotential::operator!= meant to not be accessible");
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
+2
-2
@@ -34,7 +34,7 @@
|
||||
// Copy constructor
|
||||
G4StatMFMicroManager::G4StatMFMicroManager(const G4StatMFMicroManager & )
|
||||
{
|
||||
throw G4HadronicException(__FILE__, __LINE__, "G4StatMFMicroManager::copy_constructor meant to not be accessable");
|
||||
throw G4HadronicException(__FILE__, __LINE__, "G4StatMFMicroManager::copy_constructor meant to not be accessible");
|
||||
}
|
||||
|
||||
// Operators
|
||||
@@ -42,7 +42,7 @@ G4StatMFMicroManager::G4StatMFMicroManager(const G4StatMFMicroManager & )
|
||||
G4StatMFMicroManager & G4StatMFMicroManager::
|
||||
operator=(const G4StatMFMicroManager & )
|
||||
{
|
||||
throw G4HadronicException(__FILE__, __LINE__, "G4StatMFMicroManager::operator= meant to not be accessable");
|
||||
throw G4HadronicException(__FILE__, __LINE__, "G4StatMFMicroManager::operator= meant to not be accessible");
|
||||
return *this;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user