comparison src/xpow.cc @ 10160:cd96d29c5efa

remove Emacs local-variable settings from source files in src directory
author John W. Eaton <jwe@octave.org>
date Wed, 20 Jan 2010 20:39:26 -0500
parents 1b883ce66707
children 57a59eae83cc
comparison
equal deleted inserted replaced
10159:9f0e7bfe63e5 10160:cd96d29c5efa
2779 result(i) = std::pow (a(i), b(i)); 2779 result(i) = std::pow (a(i), b(i));
2780 } 2780 }
2781 2781
2782 return result; 2782 return result;
2783 } 2783 }
2784
2785 /*
2786 ;;; Local Variables: ***
2787 ;;; mode: C++ ***
2788 ;;; End: ***
2789 */