git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@12813 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -142,9 +142,9 @@ namespace ATC {
|
||||
//--------------------------------------------------------
|
||||
// output
|
||||
//--------------------------------------------------------
|
||||
void ChargeRegulator::output(OUTPUT_LIST & outputData)
|
||||
void ChargeRegulator::output(OUTPUT_LIST & outputData) const
|
||||
{
|
||||
map<string, ChargeRegulatorMethod *>::iterator itr;
|
||||
map<string, ChargeRegulatorMethod *>::const_iterator itr;
|
||||
for (itr = regulators_.begin();
|
||||
itr != regulators_.end(); itr++) { itr->second->output(outputData);}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user