Last change
on this file since a3ffb44 was e08f45, checked in by Frederik Heber <heber@…>, 17 years ago |
Merge branch 'ConcaveHull' of ../espack2 into ConcaveHull
Conflicts:
molecuilder/src/boundary.cpp
molecuilder/src/boundary.hpp
molecuilder/src/builder.cpp
molecuilder/src/linkedcell.cpp
molecuilder/src/linkedcell.hpp
molecuilder/src/vector.cpp
molecuilder/src/vector.hpp
util/src/NanoCreator.c
Basically, this resulted from a lot of conversions two from spaces to one tab, which is my standard indentation. The mess was caused by eclipse auto-indenting. And in espack2:ConcaveHull was the new stuff, so all from ConcaveHull was replaced in case of doubt.
Additionally, vector had ofstream << operator instead ostream << ...
|
-
Property mode
set to
100755
|
File size:
340 bytes
|
Line | |
---|
1 | # Process with autom4te to create an -*- Autotest -*- test suite.
|
---|
2 |
|
---|
3 |
|
---|
4 | AT_INIT([ESPACK Utilities])
|
---|
5 |
|
---|
6 | # Checking if command line options are parsed correctly
|
---|
7 | AT_BANNER([Utilities - standard options])
|
---|
8 | AT_SETUP([NanoCreator])
|
---|
9 | AT_CHECK([../../NanoCreator], 255, [stdout])
|
---|
10 | AT_CHECK([fgrep "NanoCreator" stdout], 0, [ignore], [ignore])
|
---|
11 | AT_CLEANUP
|
---|
12 |
|
---|
13 |
|
---|
14 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.