resolve unused parameter warnings in USER-ATC package
This commit is contained in:
@ -79,7 +79,7 @@ ElectronFluxThermopower::ElectronFluxThermopower(
|
||||
}
|
||||
|
||||
ElectronFluxConvection::ElectronFluxConvection(
|
||||
fstream &fileId, map<string,double> & parameters)
|
||||
fstream &fileId, map<string,double> & /* parameters */)
|
||||
: ElectronFlux()
|
||||
{
|
||||
if (!fileId.is_open()) throw ATC_Error("cannot open material file");
|
||||
|
||||
Reference in New Issue
Block a user