Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/AtomsCalculation_impl.hpp

    rfa0b18 r047878  
    4545}
    4646
     47template<typename T>
     48Dialog *AtomsCalculation<T>::fillDialog(Dialog *dialog){
     49  ASSERT(dialog,"No Dialog given when filling action dialog");
     50  return dialog;
     51}
    4752
    4853#endif /* ATOMSCALCULATION_IMPL_HPP_ */
Note: See TracChangeset for help on using the changeset viewer.