407 |
|
MPIcheckPoint(); |
408 |
|
|
409 |
|
headAtomType = new LinkedAtomType; |
410 |
< |
recieveFrcStruct( &info, mpiAtomStructType ); |
410 |
> |
receiveFrcStruct( &info, mpiAtomStructType ); |
411 |
|
|
412 |
|
while( !info.last ){ |
413 |
|
|
433 |
|
|
434 |
|
MPIcheckPoint(); |
435 |
|
|
436 |
< |
recieveFrcStruct( &info, mpiAtomStructType ); |
436 |
> |
receiveFrcStruct( &info, mpiAtomStructType ); |
437 |
|
|
438 |
|
|
439 |
|
} |
548 |
|
|
549 |
|
the_atoms[i]->setMass( currentAtomType->mass ); |
550 |
|
the_atoms[i]->setIdent( currentAtomType->ident ); |
551 |
– |
the_atoms[i]->setEAM(); |
552 |
– |
the_atoms[i]->setEamRcut( currentAtomType->eam_rcut); |
551 |
|
|
552 |
|
if (eamRcut < currentAtomType->eam_rcut) eamRcut = currentAtomType->eam_rcut; |
553 |
< |
|
553 |
> |
|
554 |
|
} |
555 |
|
} |
556 |
|
|