Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 786a6d52 authored by Mathieu Faverge's avatar Mathieu Faverge
Browse files

Finale cleanup on headers

parent 254d0fc6
No related branches found
No related tags found
1 merge request!122Release/header
......@@ -17,6 +17,7 @@
# Univ. of California Berkeley,
# Univ. of Colorado Denver.
#
# @version 1.0.0
# @date 2014-10-02
#
###
......
......@@ -18,8 +18,8 @@
* @precisions normal z -> c d s
*
*/
#ifndef TESTING_ZAUXILIARY_H
#define TESTING_ZAUXILIARY_H
#ifndef _testing_zauxiliary_h_
#define _testing_zauxiliary_h_
//#include "testing.h"
......@@ -113,4 +113,4 @@ int testing_zcgesv(int argc, char **argv);
int testing_zcungesv(int argc, char **argv);
#endif
#endif /* TESTINGS_H */
#endif /* _testing_zauxiliary_h_ */
......@@ -35,6 +35,10 @@ check_header_file()
then
toto=`grep " @file .*/$basename" $filename`
fi
if [ $? -ne 0 ]
then
toto=`grep " @file chameleon_$basename" $filename`
fi
if [ $? -ne 0 ]
then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment